/* Pseudoformate */
body {
	scrollbar-base-color:#ACC1F2;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#1E1E7D;
	scrollbar-darkshadow-color:#1E1E7D;
	scrollbar-face-color:#D4DCFF;
	scrollbar-highlight-color:#D4DCFF;
	scrollbar-shadow-color:#D4DCFF;
	scrollbar-track-color:#ACC1F2;

}
hr {
	height: 1px;
}
/*
a:link { 
	color: #333366; 
	text-decoration: none; 
	font-weight: bold; 
}
a:visited { 
	color: #333366; 
	text-decoration: none; 
	font-weight: bold; 
}
a:hover { 
	color: #333366;
	text-decoration: none; 
	background-color: #FFFF99; 
	font-weight: bold; 
}
a:active { 
	color: #333366; 
	background-color: #FFFF99; 
	font-weight: bold; 
}
*/

/* IDs */
#hauptnavi {
	position: absolute;
	border: 0px;
	top: 0px;
	right: 0px;
	margin: 0px;
	width: 560px;
	height: 55px;
	font-family: Arial;
	font-size: 10pt;
	text-align: right;
	font-weight: bold;

}
#hauptnavi a:link {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#hauptnavi a:visited {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#hauptnavi a:hover {
	color: #333366;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
#hauptnavi a:active { 
	color: #333366; 
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
#unternavi {
	position: absolute;
	border: 0px;
	top: 56px;
	right: 0px;
	margin: 0px;
	width: 620px;
	height: 32px;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: middle;
	text-align: right;
}
#unternavi a:link { 
	color: #333366; 
	text-decoration: none; 
	font-weight: normal; 
}
#unternavi a:visited { 
	color: #333366; 
	text-decoration: none; 
	font-weight: normal; 
}
#unternavi a:hover { 
	color: #333366;
	text-decoration: underline; 
	font-weight: normal; 
}
#unternavi a:active { 
	color: #333366; 
	font-weight: normal; 
	text-decoration: underline; 
}
/*body{
	height: 100%;
	overflow: hidden;
	scrollbar: no;
}*/
/* Classen */
.text {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.text a:link {
	color: #333366;
	text-decoration: none;
}
.text a:visited {
	color: #333366;
	text-decoration: none;
}
.text a:hover {
	color: #333366;
	text-decoration: underline;
}
.text a:active { 
	color: #333366; 
	text-decoration: none;
}
.ueberschrift {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: right;
	line-height: 30px;
}
.grossschrift {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
}
.unsitab {
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}

