/* 
** content styles for INT06
*/

HTML {
	font-family: Times, serif, Verdana, Arial, Helvetica, sans-serif;
	font-family: Times, serif;
	font-size: 100%;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

/* tables inherit please */

TABLE { 
	color: inherit; 
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}


/* frame set */

@media screen {
  html, body {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  height: 100%; 
	  width: 100%; 
  }

  #title {
	  position: absolute; 
	  top: 0; 
	  left: 12em; 
	  right: 0; 
	  height: 12em; 
	  overflow: hidden; 
  }

  #menu {
	  position: absolute; 
	  top: 12em;
	  bottom: 0; 
	  left: 0; 
	  width: 12em; 
	  overflow: auto; 
	  outline: 0px;
  }

  #logo {
	  position: absolute; 
	  top: 0; 
	  left: 0; 
	  width: 12em; 
	  height: 12em; 
	  overflow: hidden; 
  }

  #main {
	  position: absolute;
	  top: 12em;
	  left: 12em;
	  right: 0;
	  bottom: 0;
	  height: auto;
	  width: auto;
	  overflow: auto;
	  outline: 0px;
  }

  #topmenu {
	  display: none;
  }
  
  /*IE6 hack*/
  * html body { padding: 12em 0 0 12em; overflow:hidden; }
  * html #main { height: 100%; width: 100%; position:static; }
  * html #title { width: 100%; }
  * html #menu { height: 100%; }
}

/* centering tables */

TABLE.box {
	border-spacing: 0;
	width:100%; 
	height:100%;
}

TABLE.box TD {
	padding:0;
	width:100%;
}

/* dividing line */


/* select outlines */

A:focus {
	outline: none;
}



/* main content */

DIV.content {
	margin: 0;
	padding: 0;
        color: black;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1.5ex;
	padding-bottom: 1.5ex;
}

DIV.content P {
	margin-bottom: 0.5ex;
	margin-top: 0;
}

DIV.content TABLE, DIV.content UL, DIV.content OL {
	margin-top: 1ex;
	margin-bottom: 1ex;
}



/* headlines */

DIV.content H1 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 1ex;
	margin-top: 1ex;
}


DIV.content H2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 2ex;
	padding: 0.3ex 0.3em;
}

DIV.content H3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 1ex;
}



/* footer */

DIV.footer {
	border-top:1px solid black;
	margin-top: 2.5ex;
	margin-bottom: 0ex;
	padding: 0;
	font-size: 80%;
	font-style: italic;
}




/* menu styles */

#menu TABLE.box TD {
	vertical-align:top;
}

#menu TABLE.menu {
        border-collapse: collapse;
	border-top:0px solid white;
	border-bottom:0px solid white;
	width:100%;
}

#menu TABLE.menu TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	padding-top: 0.75ex; 
	padding-bottom: 1ex;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-top:2px solid white;
	border-bottom:2px solid white;
}

#menu TABLE.menu TD.inactive A {
	color: gray;
}

#menu TABLE.menu A {
        text-decoration: none;
        color: black;
}

/* topmenu */

#topmenu TABLE.box TD {
	vertical-align: middle; 
	padding-left: 1.5em; 
	padding-right: 1.5em; 
	padding-top: 1.0em; 
	padding-bottom: 1.0em;
}

#topmenu TABLE.box SPAN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* logo and title styles */

#logo TABLE.box TD {
	text-align: center; 
	vertical-align: middle;
}

#logo IMG {
	height:9em;
	border:0px;
}

#title DIV.logo { 
	display: none; 
}
  
#title TABLE.box TD {
	padding-left: 1.5em; 
	padding-right: 1.5em; 
	padding-top: 0.5em; 
	padding-bottom: 0.5em;
	white-space:nowrap;
	vertical-align: middle;
}

#title TABLE.box DIV {
	font-family: Times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}


/* schedule */

TABLE.schedule {
	border-collapse: collapse;
}

TABLE.schedule TH {
	border: 1px solid black;
	padding: 0.2em;
}

TABLE.schedule TD {
	border: 1px solid black;
	padding: 0.2em;
}

TABLE.schedule TR.break {
	background-color: silver;
}

TABLE.schedule TR.break TD {
	font-weight: bold;
	text-align: center;
}

TABLE.schedule TD.break {
	background-color: silver;
	font-weight: bold;
	text-align: center;
}

TABLE.schedule abbr, abbr.nodots {
  border:0px; 
  cursor:help;
}

A.media IMG {
  width:16px;
  height:16px;
  vertical-align: -2px; 
  border: none;
}

/* lists */


TABLE.participants TD, TABLE.speakers TD, TABLE.posters TD {
	vertical-align:top;
	padding-left: 1em;
	padding-right: 0em;
}

TABLE.participants TD.name, TABLE.speakers TD.name, TABLE.posters TD.name {
	padding-left: 1.5em;
}

TABLE.speakers TD.slot {
	width: 5em;
}

TABLE.speakers TD.name, TABLE.posters TD.name {
	width: 10.5em;
}

TABLE.speakers TD.title, TABLE.posters TD.title {
	font-style: italic;
}

/* hotels */

TABLE.hotels {
	border-collapse: collapse;
}

TABLE.hotels UL {
	margin-top: 0px;
	margin-bottom: 0px;
}

TABLE.hotels THEAD TH {
	border: 1px solid black;
	padding: 0.2em;
}

TABLE.hotels TBODY TH {
	border: 1px solid black;
	border-bottom: 0px;
	padding: 0.2em;
	text-align: left;
	padding-left:0.5em;
}

TABLE.hotels TBODY TD {
	border: 1px solid black;
	border-top: 0px;
	padding: 0.2em;
	vertical-align:top;
}


/* photos */

A.photo {
	border:0px;
}

A.photo IMG {
	width: 160px;
	height: 120px;
	border:1px solid black;
}

A.photo IMG:hover {
	border:1px solid rgb(140,0,0);
}



/* iphone */


@media only screen and (max-device-width: 480px)
/*@media screen*/
{
  html, body {
	  height: auto; 
  }

  #title, #topmenu, #main {
	  position: static; 
	  left: 0; 
	  right: 0; 
	  top: auto;
	  bottom: auto;	
	  height: auto;
	  width: 100%;  
	  overflow: hidden; 
  }

  #topmenu, #title div.logo {
  	  display: block;
  }
  
  #menu, #logo {
  	display: none;
  }

  #topmenu SPAN {
  	font-size: 250%;
  }
  
  DIV.content {
  	font-size: 200%;
  }
}




/* colors */

#menu {
	background-color: #BFB489;  
}

DIV.content H2 {
	background-color: #BFB489;
}

#logo {
	background-color: #BFB489;
}

#menu table.menu TD {
	background-color: #D1C7A7; 
}

#menu table.menu TD:hover {
	background-color: #BFB489; 
}

#menu TABLE.menu TD.inactive A {
	color: rgb(50%,20%,20%);
}

#title {
	background-color: #D1C7A7;
	color: black;  
}

/*IE6 hacks*/
* html #title td {
	color: black;  
}

#topmenu {
	background-color: #BFB489;  
	color: black; 
}

#topmenu A {
	color: black;
}

#main, DIV.content {
	background-color: rgb(100%,100%,100%); 
}

DIV.content A, span.int {
        color: rgb(160,0,0); /* weinrot */
        text-decoration: underline;
}

div.content A.ext, div.content A.printurl, span.ext {
        color: rgb(130,60,60); /* weinpink */
}

span.ext, span.int
{
        text-decoration: underline;
}

@media print {
  #title, #menu, #topmenu, #logo, .noprint, a.media {
	  display: none;
  }
  DIV.content A
  {
    text-decoration:none;
  }
  a.printurl:after {
    content:" ["attr(href)"]";
    color:gray;
    font-family:monospace;
    font-size:75%;
  }
  DIV.content H2 {
    padding: 0;
    background-color: transparent;
  }
}



/* --- */


