@charset "UTF-8";
/* CSS Document */
body{
	background:url(./background-sand1.jpg) repeat 50%;	
	color: #000000;
	font-family: Arial, "Lucida Grande", "Lucida Sans", Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	}
	
#content a{
	font-size:1em;
	line-height:1.231em;
	font-weight: bold;
	color: #4C2D07;
	text-decoration: none;
	text-decoration: underline;
	
}

#content a:hover { text-decoration: underline; }

#content a.extern { 
	background:url(../../images/11neu/pfeil_1.gif) no-repeat left center; 
	font-weight:normal; 
	padding-left:10px; 
	} 


#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{	
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #4c2d07;
	}
#content h4,
#content h5,
#content h6{
	margin-bottom:1em;
	}

#content h1{
	font-size:small;
	line-height:1em;
	font-weight: bold;
	color: #4c2d07;
}
#content h2{
	font-size:1.362px;
	line-height:1.105em;
	font-weight: bold;
	color: #4c2d07;
}

#content h3{
	font-size:1.154em;
	line-height:1.067em;
	font-weight: bold;
	color: #4c2d07;
}

#content h4{
	font-size:1em;
	line-height:1.154em;	
	font-weight: bold;
	color: #4c2d07;
}

#content h5{
	font-size:1em;
	line-height:1.154em;
	font-weight: bold;
	color: #4c2d07;

}

#content h6{
	font-size:1em;
	line-height:1.154em;
	font-weight: bold;
	color: #4c2d07;
}
#content h1 a, #content h2 a, #content h3 a{
	font-size:1em;
	line-height:1em;
	font-weight:bold;
}
#content h4 a, #content h5 a, #content h6 a{
	font-size:1em;
	line-height:1em;
}
#content .news-latest-container h3,
#content .news-latest-container h3 a{
		font-size:1em;
		font-weight:bold;
	}



p{
	font-size:1em;
	line-height:1.231em;
	font-weight: normal;
	color: #4c2d07;

}

p.frame1
{
	background-color: #f3f3f3;
	padding: 10px 10px 10px 10px !important;
	margin-bottom:20px;
	font-weight: bold;
	color: #111111;

}



#content ul{ 
	padding:1em 0;
	color: #4D4D4D; 
	font-size:1em;
	line-height:1.231em;
	}
#content ul li{
	margin-left:16px;
	list-style-position: outside;
	list-style-type:square;
	padding-bottom:8px;
	}
#content ol{
	padding:1em 0;
	list-style-type: decimal;
	color: #4D4D4D;
	font-size:1em;
	line-height:1.231em;	}
#content ol li{
	margin-left:18px;
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom:8px;

	}

/*Base table style*/

/*TABLE { 
	font-size:1em; 
	width:100%;
	border-collapse:collapse;
	color:#4D4D4D;
	margin:2em 0;
}

#content TABLE tbody TH{ 
	background-color:#fff; 
	background-image:none; 
	text-align:left;
	padding: 10px 20px 5px 10px;
	font-weight:bold;
	}
#content TABLE tbody TR{ 	
	border-top:1px solid #ddd;
}

#content TABLE tbody Td{ 
	width:33%;
	padding: 10px 20px 30px 10px;
	border-bottom:1px solid #ddd;
	}
#content TABLE tbody Td.c2l1-left{border-right:none} 

TABLE.hor-zebra{border:1px solid #ddd;}
TABLE.contenttable{border:1px solid #ddd;}

TABLE.hor-zebra TD, TABLE.hor-zebra TH,
TABLE.contenttable TD, TABLE.contenttable TH{
	padding: 6px 10px 6px 10px;
	text-align:left;
	}
#content TABLE.contenttable tbody Td{padding: 6px 10px 6px 10px;}
	
TR.even{ 
	border-top:1px solid #ddd;
	 }
TR.odd{ border-top:1px solid #ddd;}
.odd{background:#f8f8f8;}
.even{background:#fff;}
TABLE TD.active { 
	background-color:#d6e1ed; 
}
	
/*TABLE.hor-zebra TR:hover TD { 
	background-color:#0063AA !important; 
	color:#fff;
}
	
.hor-zebra TH { 
	background:url(../../images/11neu/tabelback.jpg) repeat-x left top #f3f3f3;
	font-weight:bold;
	color:#111111;
}

.contenttable TH,.contenttable thead  { 
	background:url(../../images/11neu/tabelback.jpg) repeat-x left top #f3f3f3;
	font-weight:bold;
	color:#111111;
}
.contenttable TH p{ 
	font-weight:bold;
	color:#111111 !important;

	}
#content TABLE.contenttable tbody TD.even,
#content TABLE.contenttable tbody TD.odd{
	background-color:transparent;}

#content TABLE.contenttable p{ padding-bottom:0;}



	
/*TABLE.ver-zebra TD:hover{ 
	background-color:#0063AA !important; 
	color:#fff;
}*/
TH.active { 
	background-color:#EEE; 
}

.marker { 
	color:#E80; 
}

DEL { 
	color:#CCC; 
}
	
INS { 
	border-bottom:1px dotted #CCC; 
}
