/****************************************************************************************
 B A S E   S E T T I N G S
 ****************************************************************************************/

body, html {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		}

body	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EAEAEA;
		}

div		{
		text-align: left;
		}

a img	{
		border: 0
		}

ul, ol, li {
		margin: 0;
		padding: 0;
		}


/****************************************************************************************
 M A I N   P O S I T I O N I N G
 ****************************************************************************************/
 #layout {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#head {
	background-color: #FFF;
	width: 850px;
	margin-bottom: 20px;
	float: left;
}
#nav {
	width: 200px;
	float: left;
	display: inline;
}
#sprachen {
	text-align: right;
}

#contentbox {
	float: right;
	width: 650px;
}

#content {
	width: 640px;
	line-height: 135%;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#foot {
	background-color: #0D1D8E;
	width: 640px;
	float: left;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 10px;
}
#foot a {
	color: #FFFFFF;
	text-decoration: none;
}



#teaser {
	float: right;
	width: 160px;
	background-color: #D5D5D5;
	position: relative;
	height: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#teaser h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#teaser p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	color: #0B1C8E;
}

#nav a:hover, #nav .aktiv {
	color: #CC0000;
}
#content h1 {
	font-size: 15px;
	font-weight: bold;
	color: #0B1C8E;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#content a {
	color: #0B1C8E;
	text-decoration: underline;
	font-weight: normal;
}

#content p+h1{
	margin-top: 25px;
	margin-bottom: 15px;
}
#content h2 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 6px;
}#content .weiss {
	color: #FFFFFF;
}
#content p {
	margin-top: 3px;
	margin-bottom: 3px;
}
#content .klein {
	font-size: 10px;
	color: #666666;
}
#content input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content img {
	margin: 0px;
	border: 1px solid #D5D5D5;
	padding: 10px;
}
#content .keinrand {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.diabox {
	background-color: #F0F0F0;
	float: left;
	height: 200px;
	width: 200px;
	text-align: center;
	margin: 3px;
}
.usermessage {
	color: #FF0000;
	font-weight: bold;
}
