

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}


/* positionieren des äusseren divs ins zentrum */
#posi {
	position:absolute;
	top: 50%;
	left: 50%;
}


/*normale Links */
a:link {  
color: White; 
text-decoration: underline;
}
a:visited {  
color: White;  
text-decoration: underline; 
}
a:active {  
color: #CCCCCC; 
text-decoration: none; 
}
a:hover {  
color: #8CA3CC; 
text-decoration: none; 
}
/* END normale Links */

/*MENUE Links */
a.men:link {  
font-size: 14px;
font-weight: bolder;
color: White; 
text-decoration: none;
}
a.men:visited {  
font-size: 14px;
font-weight: bolder;
color: White; 
text-decoration: none;
}
a.men:active {  
font-size: 14px;
font-weight: bolder;
color: #CCCCCC; 
text-decoration: none;
}
a.men:hover {  
font-size: 14px;
font-weight: bolder;
color: #8CA3CC; 
text-decoration: none; 
}
/* END MENUE Links */

/*webdesign Links */
a.sm2:link {  
color: Black; 
text-decoration: underline;
}
a.sm2:visited {  
color: Black;  
text-decoration: underline; 
}
a.sm2:active {  
color: #Black; 
text-decoration: none; 
}
a.sm2:hover {  
color: #58793B; 
text-decoration: none; 
}
/* END webdesign Links */


/* Formatierung der contents */

.tit1{
	font-size: 14pt;
	font-weight: bold;
	color: #E4E4E4;
}


.sm{
	font-size: 9pt; 
}
.sm2{
color: #000000;
	font-size: 9pt; 
}

