/* ---------- VSMI/ASIM ---------- */

/* --- ALLGEMEINA ANGABEN --- */
*{margin:0px;padding:0px;}

html										{height:100%; overflow:hidden;}
body										{height:100%; background-color:#BAD3E8; font-family:verdana, Arial, sans-serif; font-size:10px; color: #000000;}

a:link 			{color: #000000; text-decoration:underline;}    
a:visited 		{color: #000000; text-decoration:underline;} 
a:hover 		{color: #999999; text-decoration:underline;} 
a:active 		{color: #000000; text-decoration:underline;}     
 
#site {
	margin: auto;
	text-align: left;
	width: 738px;
	height:100%;
	background: url(../_images/diverses/background.gif); background-repeat:repeat-y;
	}

#datum {
	float:right;
	padding-top:10px;
	padding-right:25px;
}

#logo {
	background: url(../_images/diverses/logo.gif); background-repeat:no-repeat;
	top:20px;
	margin-left:8px;
	position:absolute;
	width:722px;
	height:121px;
	}
	
#bgnavi	
	{
	width:722px;
	position:absolute;
	margin-left:8px;
	top:141px;
	background-color:#F4F4F4;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display:block;
	}
	
#bgnavi	.navigation {	
	text-transform:normal;
	float:left;
	padding-right:11px;
	text-align:left;
	line-height:29px;	
	color: #000000;
}

#bgnaviz	
	{
	width:722px;
	position:absolute;
	margin-left:8px;
	top:172px;
	background-color:#F4F4F4;
	border-bottom: 1px solid #CCCCCC;
	display:block;
	}
	
#bgnaviz .navigation {	
	text-transform:normal;
	float:left;
	padding-right:11px;
	text-align:left;
	line-height:29px;	
	color: #999999;
}
a.navi:link 			{color: #000000; text-decoration:none;}
a.navi:visited 			{color: #000000; text-decoration:none;}
a.navi:hover 			{color: #999999; text-decoration:none;}
a.navi:active 			{color: #999999; text-decoration:none;}

a.naviaktiv:link 		{color: #999999; text-decoration:none;}
a.naviaktiv:visited 	{color: #999999; text-decoration:none;}
a.naviaktiv:hover 		{color: #000000; text-decoration:none;}
a.naviaktiv:active 		{color: #000000; text-decoration:none;}

#en a {
	background: url(../_images/sprachen/en.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:185px;
	margin-left:-10px;
}

#en a:hover{
	background: url(../_images/sprachen/en_aktive.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:185px;
	margin-left:-10px;
}

#enaktiv a {
	background: url(../_images/sprachen/en_aktive.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:185px;
	margin-left:-10px;
}

#enaktiv a:hover{
	background: url(../_images/sprachen/en.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:185px;
	margin-left:-10px;
}

#fr a {
	background: url(../_images/sprachen/fr.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:215px;
	margin-left:-10px;
}

#fr a:hover {
	background: url(../_images/sprachen/fr_aktive.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:215px;
	margin-left:-10px;
}

#fraktiv a {
	background: url(../_images/sprachen/fr_aktive.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:215px;
	margin-left:-10px;
}

#fraktiv a:hover {
	background: url(../_images/sprachen/fr.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:215px;
	margin-left:-10px;
}

#de a{ 
	background: url(../_images/sprachen/de.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:245px;
	margin-left:-10px;
}

#de a:hover {
	background: url(../_images/sprachen/de_aktive.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:245px;
	margin-left:-10px;
}

#deaktiv a{ 
	background: url(../_images/sprachen/de_aktive.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:245px;
	margin-left:-10px;
}

#deaktiv a:hover {
	background: url(../_images/sprachen/de.gif); background-repeat:no-repeat;
	height:27px; 
	width:18px;
	position:absolute;
	top:245px;
	margin-left:-10px;
}

#content {
	width:680px;
	height:55%;
	position:absolute;
	top:185px;
	padding-left:26px;
	padding-right:16px;	
	overflow:auto;
	
}

#contentz {
	width:680px;
	height:50%;
	position:absolute;
	top:214px;
	padding-left:26px;
	padding-right:16px;	
	overflow:auto;
	
}

#footer{
	position:absolute;
	width:722px;
	height:61px;
	background-color:#F4F4F4;
	border-top: 1px solid #CCCCCC;
	bottom:0px;
	margin-left:8px;
}

#footer div.adresse{
	padding-top:6px;
	padding-left:26px;
	float:left;
}
#footer div.adresserechts{
	padding-top:30px;
	padding-right:16px;
	float:right;
	text-align:left;
}

.clr {
	clear:both;
}

.input {
	font-family:verdana, Arial, sans-serif; 
	font-weight:bold;
	font-size:10px; 
	color: #000000;
	border-color: #666666; 
	border-width:1px; 
	background-color:#FFFFFF; 
	border-style: solid; 
	line-height:14px;	
	}
	
.cssbutton {
	font-family:verdana, Arial, sans-serif; 
	font-weight:bold;
	font-size:10px; 
	color: #000000;
	border-color: #666666; 
	border-width:1px; 
	background-color:#FFFFFF; 
	border-style: solid; 
	line-height:14px;	
	}	
  
  
hr	{
	background-color:#999999; /* Mozilla 1.4 */
	color:#999999; /* IE 6 */
	border: #999999; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}
	
.info {	
	color:#007324;
	font-weight:bold; 	
	}
	




