/* CSS Doku */

body {
scrollbar-face-color:#1B31A1; 
scrollbar-shadow-color:#1B31A1; 
scrollbar-highlight-color:#1B31A1; 
scrollbar-3dlight-color:#061B97; 
scrollbar-darkshadow-color:#061B97; 
scrollbar-track-color:#061B97; 
scrollbar-arrow-color:#66CCFF; 
	background-color: #061B97;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: White;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
}

table{
	font-size: 13px;
}

.maindiv{
	width: 721px;
	height: 521px;
	padding-top: 10px; 
	padding-left: 10px;
	height: auto;
	width: 711px;
}

.maintd{
	width: 721px;
	height: 521px;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
}

.menue{
	padding-top: 10px; 
	padding-left: 10px;
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
}

.dotted {
	border-bottom: 1px dotted #FFFFFF;
}


.title {
	font-size: 14px;
	color: Yellow;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight:bold;
}



.img {
	border: 1px solid White;
}
strong {
	color: #FFFFCC;
	font-weight: bold;
}

/* Links */

a:link {
	color: yellow;
	text-decoration: underline;
}

a:visited {
	color: yellow;
	text-decoration: underline;
}

a:hover {
	color: yellow;
	text-decoration: underline;

}

a:active {
	color: yellow;
	text-decoration: none;
}

a.nav:link{
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover{
	color: yellow;
	text-decoration: none;
}
a.nav:active{
	color: #FFFFFF;
	text-decoration: none;
}


.footer:link{
	color: #2457B6;
	text-decoration: underline;
}
.footer:visited{
	color: #2457B6;
	text-decoration: underline;
}
.footer:hover{
	color: #2457B6;
	text-decoration: underline;
}
.footer:active{
	color: #2457B6;
	text-decoration: underline;
}
.footertext{
	color: #2457B6;
}

.rahmen {
	border: 1px solid #2457B6;
}
