* {
	margin: 0; padding: 0;
	}

body {
	text-align: center;
	color: #000; background: #FFF;
	font-family: Arial, Verdana, sans serif;
	}
a {
	text-decoration: none;
	}

	
#container {
	width: 780px; margin: 0 auto 20px; padding: 0;
	text-align: left; position: relative;
	}
	
#container_prog {
	width: 1012px; margin: 0 auto 20px; padding: 0;
	text-align: left; position: relative;
}
	
	
#pageHeader {
	background: url(layout/kopp.gif) 0 0 no-repeat;
	height: 190px; width: auto;
	margin: 0 0 0 0;
	}

#pageHeader h1 {
	position: absolute; z-index: 100;
	top: 0; left: 240px; margin: 0; padding: 0;
	color: #333;
	font-family: Century Gothic, Verdana, Arial, sans serif;
	font-size: 14px; font-weight: bold; text-align: right;
	}
	
#pageHeader h2 {
	position: absolute; z-index: 99;
	top: 138px; left: 452px; margin: 0; padding: 0;
	color: #333;
	font-family: Century Gothic, Verdana, Arial, sans serif;
	font-size: 15px; font-weight: bold; text-align: right;
	}
	
#nav {
	position: absolute; z-index: 103;
	top: 167px;
	list-style: none;
	}
#nav li {
	float: left;
	background: url(layout/tabli.gif) 0 0 no-repeat;
	border-bottom: 1px solid #2279C8;
	padding-left: 9px;	
	}
#nav li a {
	background: url(layout/tabre.gif) 100% 0 no-repeat;
	display: block;
	color: #333;
	font-size: 14px; font-weight: bold; padding: 3px 9px 3px 0;
	}
#nav li:hover, #nav li:focus {
	text-decoration: none;
	background-position: 0 -150px;
	border-bottom: 0;
	}
#nav li#current {
	background-position: 0 -300px;
	border-bottom: 0;
	cursor: text;
	}
#nav li:hover a, #nav li:focus a {
	text-decoration: none;
	background-position: 100% -150px;
	color: #2279C8;
	padding-bottom: 4px;
	}
#nav li#current a {
	background-position: 100% -300px;
	color: #2279C8;
	padding-bottom: 4px;
	cursor: text;
	}
#nav li a:hover, #nav li a:focus {
	color: #2279C8; /* Linkfarbe fuer IE */
	}
	
	
#preamble, #supptext {
	padding-right: 233px;
	}
	
#preamble_prog{
 padding-right:150px;
}
#preamble a:link, #project a:link, #network a:link, #rechts a:link{
	color: #0066CC;
	border-bottom: dashed 1px #0066CC;
	}
#preamble a:hover, #preamble a:active, #preamble a:focus, #project a:hover, #project a:active, #project a:focus, #network a:hover, #network a:active, #network a:focus, #rechts a:hover, #rechts a:active, #rechts a:focus {
	color: #FF6600;
	border-bottom: solid 1px #FF6600;
	}
#preamble a:visited, #project a:visited, #network a:visited, #rechts a:visited {
	color: #0066CC;
	}
	
#preamble, #project, #network {
	border-left: 1px solid #709EC8; /* heller: C5DEFB*/
	padding-top: 1px; padding-bottom: 1px;
	}
#preamble li, #supptext li, #network li {
	font-size: 14px; line-height: 19px;
	margin: 0 3.5em; padding: 0.2em 0;
	list-style-image: url(layout/bullet.gif);
	}
#preamble,  #preamble_prog{
	background: url(layout/randre.gif) 100% 100% repeat-y;
	}
#preamble h4, #supptext h4, #network h4 {
	background: #DDE9F4;
	font-size: 14px; line-height: 19px;
	padding: 3px 4px 3px 20px;
	margin: 1.1em 1.5em 0.5em 0.5em;
	}
#preamble h6, #supptext h6, #network h6 {
	font-size: 14px; line-height: 19px;
	margin: 10px 2.5em 0 1.5em; padding: 0;
	font-style: italic;
	font-weight: normal;
	}
#preamble h3, #supptext h3, #network h3 {
	font-size: 14px;
	margin: 0 2.5em 0 1.5em; padding-top: 20px;
	font-weight: bold;
	}
#preamble p {
	font-size: 14px; line-height: 19px;
	margin: 0 2.5em 0.4em 1.5em; padding: 0.2em 0;
	}
#preamble p.p1 {
	font-size: 14px; line-height: 19px;
	margin: 16px 2.5em 0 1.5em;
	}

#supptext {
	background: url(layout/randre.gif) 100% 0 repeat-y;
	}

#supptext p {
	font-size: 14px; line-height: 19px;
	margin: 0 2.5em 0.4em 1.5em;; padding: 0.2em 0;	
	}
	
#network {
	border-bottom: 1px solid #A2CBFB;

	background: url(layout/bgmain.jpg) 100% 100% no-repeat;
	padding-bottom: 100px;
	}

table {
	margin-left: 20px;
	margin-top: 10px;
	width: 490px;
	border-top: 1px solid #DDE9F4;
	border-left: 1px solid #DDE9F4;
	}
	
table.programm {
	margin-left: 20px;
	margin-top: 10px;
	width:93%;
  border: 1px solid #2279c8;
  border-collapse:collapse;
  table-layout:fixed;
}

#preamble table.programm ul li{
	font-size: 11px; line-height: 19px;
	margin: 0 3.5em; padding: 0.2em 0;
	list-style-image: none;
	}
  

thead th {
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: bottom;
	font-size: 13px; line-height: 36px;
	background: #E9F2FA;
	}
  
th, td {
	text-align: left;
	border-right: 1px solid #2279c8;
	border-bottom: 1px solid #2279c8;
}
  
td {
	font-size: 11px;
	vertical-align: top;
	padding: 4px 6px 4px 6px;
}
  
tr.prog_header td{
 	background: #DDE9F4;
	font-weight: bold;
  border-left: 1px solid #2279c8; 
}

td.prog_header{

}

tr.marked {
	background: #F5F8FC; /*#F2F6FA*/
}

td.time {
	white-space: nowrap;
	width: 75px;
  border-right: 1px solid #2279c8;
}
td.rand{
 border-left: 1px solid #2279c8;
}

  
td.who {
	width: 100px;
}
td.art {
	width: 150px;
}
tr.cofi {
	background: #EEEEEE;
	font-weight: bold;
}

tr.cofi td{
  border-bottom: 1px solid #2279c8;
  border-top: 1px solid #2279c8;
}


#footer_prog {
	margin: 0 -232px 0 0; height: 24px;
	background: #FFF url(layout/fuss_prog.gif) 100% 1px no-repeat;
	padding-left: 10px; padding-top: 9px;
  background-color: #d3e4f4;
}
  
#footer {
	margin: 0 -232px 0 0; height: 24px;
	background: #FFF url(layout/fuss.gif) 100% 1px no-repeat;
	padding-left: 10px; padding-top: 9px;
}
  
  #footer a, #footer_prog a {
	color: #2279C8; font-weight: bold;
	font-size: 12px;
	padding: 4px 6px 3px 6px;
	}
#footer a:hover, #footer a:focus, #footer_prog a:hover, #footer_prog a:focus{
	text-decoration: none;
	color: #000; font-weight: bold;
	border: 1px solid #8EC0FB;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	}
#footer a#current, #footer_prog a#current {
	color: #2279C8;
	background-color: #FFF;
	border: 1px solid #2279C8;
	cursor: text;
	padding-right: 6px;
	padding-left: 6px;	
	}

#rechts {
	position: absolute; z-index: 11;
	width: 233px; top: 212px; right: 0;
	color: #333;
	}
#bild, #parallel, #update {
	margin: 0 17px 1em 17px;
	}

#rechts h4 {
	background: #E2EBF4;
	padding: 3px 4px 3px 10px;
	margin-bottom: 6px;
	font-size: 13px; font-weight: bold;
	}
#rechts h5 {
	font-size: 13px; font-weight: bold;
	padding-left: 10px;
	margin: 16px 0 0 0;
	}
#rechts p {
	font-size: 13px;
	padding-left: 10px;
	padding-top: 1px;
	}
