@charset "utf-8";
body {
	background-color: 465c74;
	background-image: url(../img/body_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#container {
	height: 100%;
	width: 100%;
	position: absolute;
	
}
#contents  {
	height: 90%;
	width: 100%;
	padding: 0px;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	vertical-align: top;
	text-align: left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #506E56;
	text-align: right;
	vertical-align: middle;
}

img {
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
}


/*	Menue */

#VerColMenu
{
	margin : 0;
	padding : 0;
	list-style : none;
	width : 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	border: 2px solid #CAB981;
	border-radius:3px;
	color: #C8BC88;
	text-indent: 24px;
	
}


#VerColMenu ul
{
	list-style : none;
	width : 120px;
	border: 0px solid #C2B684;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#VerColMenu a
{
	color : #C8BC88;
	display : block;
	font-weight : bold;
	text-decoration: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C4BC7E;
	border-bottom-color: #C4BC7E;
	border-left-color: #C4BC7E;
	border-top-color: #C4BC7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 1em;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #1a222a;
}
#VerColMenu a:hover
{
	text-decoration: none;
	color : #1a222a;
	background-color: #CBBA82;
}
#VerColMenu ul a
{
	color : 390c1c;
	font-weight : bold;
	text-decoration: none;
	background-color: #495f78;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#VerColMenu ul a:hover
{
	text-decoration: none;
	color : #1a222a;
	background-color: #CBBA82;
}
