html, body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	background:#ffffff; 
}

a {
	color:#000000;
}

a:hover {
	color:#555555;
}

a:active {
	color:#000000;
}

h1 {
	font-size:17px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:13px;
}

.tableCenter{
	border-width:1px;
	border-style:solid;
	border-color:#000000
}

.tableNav{
	background:#E5EAF2;
	font-weight: bold; 
	line-height: 16px;
	text-align:left;
}

.mainNav {
	background:#E5EAF2;
}

.mainNav:hover {
	background:#BDD1F0;
}

.mainNavActive {
	background:#BDD1F0;
	border: 1px solid #77A5F0;
}

.subNav1 {
	background:#E5EAF2;
}

.subNav1:hover {
	background:#94B7EF;
}

.subNavActive1 {
	background:#94B7EF;
	border: 1px solid #E5EAF2;
}

.subNav2 {
	background:#E5EAF2;
}

.subNav2:hover {
	background:#77A5F0;
}

.subNavActive2 {
	background:#77A5F0;
	border: 1px solid #E5EAF2;
}

.breadcrump {
	text-align:left;
	background: #BDD1F0;
	padding-left: 5px;
	padding-right:5px;
	font-weight: bold; 
}

.sitemapMain {
	text-align:left;
	background: #B8BEC7;
	padding-left:5px;
	line-height: 16px;
	font-weight: bold; 
}

.sitemapSub1 {
	text-align:left;
	background: #D8DCE0;
	padding-left:30px;
	line-height: 16px;
	font-weight: bold; 
}

.sitemapSub2 {
	text-align:left;
	background: #D8DCE0;
	padding-left:60px;
	line-height: 16px;
	font-weight: bold; 
}

.tableContent{
	text-align:center;
	background: #E5EAF2;
}

.print {
	text-align:right;
	font-size:9px;
}

.lastEdited {
	font-size: 9px;
	text-align:right;
}

.toTop {
	font-size: 9px;
	text-align:left;
}

.imgFlussleft {  
	float:left; 
	margin-right:10px; 
	margin-bottom:10px; 
	margin-top:10px; 
	margin-left:10px;
}

.imgFlussright {  
	float:right; 
	margin-left:10px; 
	margin-bottom:10px; 
	margin-top:10px; 
	margin-right:10px;
}

.imgClearFloat{
	clear:both;
}
