
body{ 
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
				
}
body.bgimage{
	background: #d4d3d3;
	background-image: url(../img/bg.gif);
	background-position: top;
	background-repeat: repeat-y;	
}
a:focus{ 
	outline: 0;
} 

a {color: #85b3f9;text-decoration: none;}	
a:hover {color: #EA8932; text-decoration: none;}







/* navi-leiste oben */
a.sub_menue:link, a.sub_menue:visited, a.sub_menue:active{
   	text-decoration: none;
   	color:#85b3f9;	
}
a.sub_menue:hover {
    text-decoration: none;
   	color:#EA8932; 
}
a.sub_menue_h:link, a.sub_menue_h:hover, a.sub_menue_h:visited, a.sub_menue_h:active{
    text-decoration: none;
   	color:#EA8932; 
}


/* ------------ vortragsreihen ---------------- */
.tr_1{background-color: #353535;}
.tr_2{background-color: #404040;}

td {
	font:12px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

h2{
	font:14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-bottom:10px;
	font-weight:bold;
}

.headline{
	font:20px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:20px;
	letter-spacing:.1em;
}

h1{

}
h3{
	font:12px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:0px;
	letter-spacing:.1em;
}
h4,
.untertitel{
	font:14px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;
}

hr {	
	clear:both;
	background-color:#fff; /* Mozilla 1.4 */
	color:#fff; /* IE 6 */
	border: #fff; /* Opera 7.11 */
	height: 1px;	/* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}


.container{
	width: 900px;
	background: #222222;
}

#logo{
	padding-top:10px;
}

.mitte{
	width: 500px;
	height: 100%px;
}
#content{
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #fff;
}
#sponsoren{
	margin-top: 40px;
	background-color:#fff;
	padding:10px 0px;
}
#footer{
	margin-top: 0px;
	margin-bottom:40px;
}

.spacer{
	width: 20px;
}
#nav_top{
	padding-top:30px;
	
	/*border: solid 1px green;*/	
}
#nav_left{
	height: 450px;
	margin-top:30px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:30px;	
	
}
#nav_right{
	height: 450px;
	margin-top:30px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:30px;	
}

/* level 1 */
#level_0_div{
	background-color: #fff;
	margin: 1px 0px 1px 0px;
		
}
#menue{
	padding-top:30px;
	
}

#level_0_div ul {
	margin:0px;
	padding: 0px;
	list-style: none;
	
}

#level_0_div li {	

	width: 100%;
	
	padding-bottom: 1px;

}

/* level 1 */
#level_1_div{
	background-color: #fff;
	margin: 0px;
		
}
#level_1_div li {	
	height:20px;
	width: 100%;
	
	padding-bottom: 1px;

}

/*  message bei unvollständigen formular */
.message{
	color: #EA8932;
	font-weight:bold;
	text-decoration:none;
		letter-spacing: .1em;
}




.vortrag_data{
	border: 1px solid #fff;
	padding:10px 5px;

}


/* ------------ split2page ---------------- */
.split2page_First{
	color: #FF6600;
}
.split2page_Last{
	color: #FF6600;
}
.split2page_highlighted{
	color: #26354A;
}
a.split2page:link, a.split2page:visited, a.split2page:active{
	color: #26354A;
	text-decoration: none;
}
a.split2page:hover{
	color: #FF6600;
	text-decoration: none;
}


/* ****************** select_feld ************************** */
.select{
	font-size:11px;

	border: 1px solid #353535;
	background-color: #353535; 
	color: #fff;
}
.input{
	border: #000000;
	border: 1px solid #353535;
	background-color: #353535; 
	font-size:12px;
	color: #fff;


} 


.textarea {
	border: 1px solid #353535;
	background-color: #353535; 
	font-family: Arial,Verdana, Helvetica, sans-serif;
  	font-weight: normal;
	font-size: 12px;
	color: #fff;
} 
.button{
	border: 1px solid #fff;
	background-color: #404040; 
	color: #EA8932;
	font-size:12px;
	letter-spacing: .1em;
	padding: 2px 8px;
	font-weight:bold;
}

#nav_left a {
	line-height: 14px;
}

#table_programm  td.hover, .reftbl_tr_selected {background-color: #555;}

#meldung{
	background-color: #353535;
	padding: 10px;
	border: 1px solid #404040;
}
#meldung b{
	color: #EA8932;
	font-size:13px;
}
#meldung u{
	color: #EA8932;
}


