@media screen, handheld {
  /* ... Formatdefinitionen zur Bildschirmausgabe ... */
body {
  background-color: #f7f4e8;
  color: #000000;
  font-family: sans-serif;
  margin:0px;
  padding:0px;
  font-size: 0.8em;
  
  
}

ul { list-style: none;}
li {list-style: none:}

#conference-logo {
background-image:url(http://9to5.wirnennenesarbeit.de/wp-content/themes/9to5/images/logo.gif);
background-position: 10px 10px;
background-repeat:no-repeat;
background-color:#f7f4e8;
height:100px;
right: 5px;
}


#conference-logo img {display: none;}

#menu .track {
  margin-left: 15px;
   font-style: italic;
}

.feedback a{
}

#content {
  position: absolute;
  top: 100px;
  left: 150px;
  right: 1px;
  padding: 0px;
  margin-top: 0px;
  /*background-color: #f7f4e8; 
    right: 0px;
  clear:  both;*/
  border-top: 5px solid #000000;
}

:link, :visited {
  text-decoration: none;
  color: #000000;
}

:link:hover, :visited:hover {
  text-decoration: underline;
}

div.section {
  clear:  both;
  margin: 20px;
}


/* TEXT */

p.release {
  margin: 0;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  float: right;
  color: #ffffff;
  background-color: #000;
}

p.intro {
  /* font-size: 130%; */
  margin-left: 20px;
  list-style: none;
  display: none;
}

p.intro em {
  /*font-family: "Times", serif; */
}

li.normal  {
  line-height: 10em;
}

/* IMAGES */

img {
	border-style: none;
}

#event img.event-image{
	display: none;
}


#speaker img.speaker-image {

  height: 128px;
  width: 128px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;

  padding: 2px;
  /*border: 1px solid #000;*/
}

#speaker img.event-image,
#event img.speaker-image {
	height: 48px;
	width: 48px;
}

#event-index img.event-image,
#speaker-index img.speaker-image {
  float: left;
  margin-right: 10px;
  height: 48px;
  width: 48px;
}

#event-index td.event p,
#speaker-index td.speaker p {
  margin-left: 60px;
}

#event-index td,
#speaker-index td {
  background-color: #dbedf6;
}



/* INFOBOXES */

#infobox {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 250px;
  min-width: 250px;

  /*border: 1px solid #000;*/
  padding: 5px;
}

#infobox table {
  width: 100%;
  background-color: #dbedf6;
  margin-top: 10px;
}


#infobox td.keyword {
  text-align: right;
  padding-right: 5px;
  width: 25%;
}

#infobox td.value {
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
}

#infobox td.feedback {
  background-color: #090;
  color: #ffffff;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

#infobox span.person-name,
#infobox span.event-title {
  font-weight: bold;
  font-size:  110%;
}





/* TABLES */

table {
  /* border-collapse: seperate; */
}

th {
  padding: 5px;
  background-color: #9fcbdd;
  color: #ffffff;
  border-top: 5px solid #000000;
}

td {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}


/* EVENT */

#event h1.title {
  margin-bottom: 5px;
}

#event p.subtitle {
  /*font-family: "Times", serif; */
  font-style: italic;
  /* font-size:  130%;*/
  margin-top: 5px;
}

#event div.abstract {
	font-weight: bold;
}


/* EVENT NAVIGATION */

#navigation {
	clear: both;
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -20px;
	padding: 0;
}

#navigation span {
	padding: 5px;
	background-color: #333;
	color: #ffffff;
	/*border-style: solid;
	border-width: 1px;
	border-color: #333; */
}

#navigation span.previous {
	float: left;
}

#navigation span.next {
	float: right;
}

/*
#navigation span.previous:before {
	content: "<<<  ";
}

#navigation span.next:after {
	content: "  >>>";
}
*/

#navigation a {
	color: #ffffff;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* EVENT INDEX */

#event-index p.title {
	font-weight: bold;
	/* font-size 130%;: */
	margin: 0;
}

#event-index p.subtitle {
  /*font-family: "Times", serif; */
  font-style: italic;
  /* font-size:  120%;*/
  margin-top: 5px;
}


/* SCHEDULE */

#schedule th {
  padding: 5px;
  background-color: #9fcbdd;
  color: #ffffff;
  border-top: 5px solid #000000;
}

#schedule td {
  padding: 5px;
}

#schedule td.time, #schedule th.time  {
  /* font-size:  120%;*/
  vertical-align: middle;
  background-color: #555;
  color: #ffffff;
  padding: 5px;
}


#schedule td.empty {
  background-color: #f7f4e8;
}

#schedule td.event {
  background-color: #dbedf6;

  padding: 5px;

/*  border-color: #000000;
  border-style: solid;
  border-width: 1px; */
}

#schedule td.conflict {
  background-color: red;

  border-color: #000000;
  border-style: solid;
  border-width: 0.01cm;
}


ul.speakers { margin: 0; padding: 0; display: inline; }
ul.speakers li { margin: 0; padding: 0; display: inline; list-style: none; }
ul.speakers li+li:before { content: "/ "; }

p.info { font-size:  90%; display: none; }

#schedule span.language {
  /*font-weight: bold;*/
}

#schedule span.track {
 /* font-weight: bold;*/
}

#schedule span.type {
  /*font-weight: bold;*/
}

#schedule p.abstract {
  border-top: #000000; dotted 1px;
  /* font-size:  90%;*/
  padding: 8px 2px 0px 2px;
}

#schedule span.event-id {
  display: block;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 2px;
  width: 3em;
}

#schedule p.title {
  font-weight: bold;
  /* font-size: 115%;*/ 
  margin-bottom: 0;
  padding-bottom: 0;
}

#schedule p.subtitle {
 /* font-family: "Times", serif;*/
  font-style: italic;
  /* font-size: 110%;*/ 

  margin-top: 0;
}

/* LINKS */

#menu {
	position: absolute;
	border-top: 5px solid #000000;
	left: 10px;
	top: 100px;
	width: 130px;
}


#menu ul {
	margin: 0;
	padding: 0;
}


#menu li {
	margin:  0;
	padding: 0;
	display: block;
	list-style-type: none;
	list-style: none;
}


#menu li span {
	display:  block;
	display: block;
	padding-left: 18px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 2px #000000 solid;
	text-align: left;
	font-weight: bold;
	background-image: url(http://9to5.wirnennenesarbeit.de/wp-content/themes/9to5/images/pfeil.gif);
	background-repeat: no-repeat;
	background-position:3px 8px;
	margin-top: 2px;
}


#menu.track :link,
#menu.track :visited {
	text-decoration: none;
	color: #000000;
	background-color: red;
}


#menu :link,
#menu :visited {
	text-decoration: none;
	color: #000000;
	background-color: #ffff00;
}

#menu span.normal {
	background-color: inherit;
}

#menu span.normal:hover {
	background-image: url(http://9to5.wirnennenesarbeit.de/wp-content/themes/9to5/images/schraffur1.gif);
	background-repeat: repeat;
	background-position:0px 0px;
}

#menu span.normal:active {
	background-color: red;
}

#menu span.selected {
	background-image: url(http://9to5.wirnennenesarbeit.de/wp-content/themes/9to5/images/schraffur1.gif);
	background-repeat: repeat;
	background-position:0px 0px;
}

#menu span.active {
	background-image: url(http://9to5.wirnennenesarbeit.de/wp-content/themes/9to5/images/schraffur1.gif);
	background-repeat: repeat;
	background-position:0px 0px;
}

#menu span.active:hover {
	background-image: url(http://9to5.wirnennenesarbeit.de/wp-content/themes/9to5/images/schraffur1.gif);
	background-repeat: repeat;
	background-position:0px 0px;
}

#schedule td {margin-bottom: 5px;}

#schedule :link, #schedule :visited {color: #fff;}

#schedule th.room-halle,#schedule td.room-halle { color: #fff; background-color: #ee7f00;}
#schedule th.room-saal,#schedule td.room-saal {  color: #fff; background-color: #ae0917;}
#schedule th.room-raumbremen,#schedule td.room-raumbremen  {  color: #fff; background-color: #005a9a;}
#schedule th.room-kubus,#schedule td.room-kubus   { color: #fff; background-color: #0092d0;}
#schedule th.room-deck,#schedule td.room-deck  {  color: #fff; background-color: #89ba16;}

#schedule td.track-openbeamerforum { 
background-color: #111111;
border: 2px dotted ccc;
background-image: url(http://9to5.wirnennenesarbeit.de/wp-content/themes/9to5/images/openbeamerbg.png);
background-repeat: repeat;
background-position:0px 0px;
}


}

@media print {
body {
  color: #000000;
  font-family: sans-serif;
  margin:0px;
  padding:0px;
  color: #000000;
}
 .noprint { display: none; }
 
#conference-logo {
display:none;
}

a, a:visited {
  text-decoration: none;
  color: #000000;
}

:link, :visited {
  text-decoration: none;
  color: #000000;
}

:link:hover, :visited:hover {
  text-decoration: underline;
}

#conference-logo img {display:none;}

#content {
 width: 100%;
 top: 0px;
}

#menu {
display:none;
}

:link, :visited {
  text-decoration: none;
}

div.section {
  clear:  both;
  margin: 20px;
}


/* TEXT */

p.release {
  margin: 0;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  float: right;
}

p.intro {
  /* font-size: 130%; */
  margin-left: 20px;
  list-style: none;
}

p.intro em {
  /*font-family: "Times", serif; */
}

/* IMAGES */

img {
	border-style: none;
}

#event img.event-image,
#speaker img.speaker-image {
display:none;
}


#speaker img.event-image {
display:none;
}

#event img.speaker-image {
	height: 48px;
	width: 48px;
}

#event-index img.event-image {
display:none;
}

#speaker-index img.speaker-image {
  float: left;
  margin-right: 10px;
  height: 48px;
  width: 48px;
}

#event-index td.event p,
#speaker-index td.speaker p {
  margin-left: 60px;
}

#event-index td,
#speaker-index td {
  color: #000000;
}



/* INFOBOXES */

#infobox {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 250px;
  min-width: 250px;
  border: 1px solid #000;
  padding: 4px;
}

#infobox table {
  width: 100%;
}

#infobox td.keyword {
  text-align: right;
  padding-right: 5px;
  width: 25%;
}

#infobox td.value {
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
}

#infobox td.feedback {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

#infobox span.person-name,
#infobox span.event-title {
  font-weight: bold;
  font-size:  110%;
}


/* TABLES */

table {
width: 100%;
}

th {
  padding: 5px;
  border-top: 5px solid #000000;
}

td {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}


/* EVENT */

#event h1.title {
  margin-bottom: 5px;
}

#event p.subtitle {
  font-style: italic;
  font-size:  130%;
  margin-top: 5px;
}

#event div.abstract {
	font-weight: bold;
}


/* EVENT NAVIGATION */

#navigation {
display:none;
}

/* EVENT INDEX */

#event-index p.title {
	font-weight: bold;
	font-size: 130%;
	margin: 0;
}

#event-index p.subtitle {
  /*font-family: "Times", serif; */
  font-style: italic;
  font-size:  120%;
  margin-top: 5px;
}



/* SCHEDULE */

#schedule th {
  padding: 5px;
  color: #000000;
  border-top: 5px solid #000000;
}

#schedule td {
  padding: 5px;
}

#schedule td.time {
  font-size:  120%;
  vertical-align: middle;
  color: #000000;
  padding: 5px;
}

#schedule td.empty {
  border: none;
}

 
#schedule td.event {
  padding: 5px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

#schedule td.conflict {
  background-color: red;
  border-color: #000000;
  border-style: solid;
  border-width: 0.01cm;
}


ul.speakers { margin: 0; padding: 0; display: inline; font-weight: bold; }
ul.speakers li { margin: 0; padding: 0; display: inline; list-style: none;}
ul.speakers li+li:before { content: "/ "; }

#schedule span.language {
  /*font-weight: bold;*/
}

#schedule span.track {
  /*font-weight: bold;*/
}

#schedule span.type {
  /*font-weight: bold;*/
}

#schedule p.abstract {
  border-top: #000000; dotted 1px;
  /* font-size:  90%;*/
  padding: 8px 2px 0px 2px;
}

#schedule span.event-id {
  display: block;
  text-align: center;
  padding: 2px;
  width: 3em;
}

#schedule p.title {
  font-weight: bold;
  font-size: 115% ;
  margin-bottom: 0;
  padding-bottom: 0;
}

#schedule p.subtitle {
 /* font-family: "Times", serif;*/
  font-style: italic;
  /* font-size: 110%;*/ 

  margin-top: 0;
}



}
