/* CSS Document */

body {
	background-image: url(../images/layout/background-x.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cbe5ff;
	margin: 0px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #646464;
}

div#container {
	width: 1011px;
	margin: 0 auto;
}

div#top {
	background-image: url(../images/layout/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 59px;
}

div#header {
	background-image: url(../images/layout/background-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 139px;
}

div#content {
	width: 900px;
	background-color: #fff;
	margin-left: 5px;
	top:0px;
}

/* --- HEADER ---*/

div#header img {
	float: left;
}

div#header div#logo {
	height: 102px;
	width: 216px;
	text-align: right;
	padding-right: 105px;
	padding-top: 13px;
	float: left;
}

div#header div#menue {
	background-repeat: no-repeat;
	background-position: left top;
	width: 595px;
	padding-left: 194px;
	padding-top: 5px;
	color: #fff;
	float: left;
	height: 20px;
}

div#header div#menue a {
	color: #fff;
	text-decoration: none;
	margin-left: 13px;
	height: 16px;
	padding-top: 5px;
}

div#header div#menue a:hover {
	text-decoration: underline;
}

div#header div#flaggen {
	float: right;
	padding-right: 108px;
	width: 92px;
}

/* --- CONTENT --- */

div#content div#submenue {
	float: left;
	width: 169px;
	padding-left: 5px;
	padding-top: 4px;

}

div#content div#text {
	float: right;
	width: 667px;
	padding-left: 28px;
	padding-right: 28px;
	line-height: 155%;
}

div#content div#text div#breadcrumb {
	padding-top: 10px;
	font-size: 9px;
	color: #454545;
}

div#content div#text div#breadcrumb a {
	color: #454545;
}

div#content div#footer {
	clear: both;
	padding-top: 10px;
	font-size: 10px;
	background-color: #fff;
	height: 25px;
	color: #454545;
}

/* --- SUBMENUE --- */

div#content div#submenue a {
	background-image: url(../images/layout/submenue.gif);
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 155%;
	width: 150px;
	color: #fff;
	text-decoration: none;
	margin-bottom: 2px;
}

div#content div#submenue a:hover, div#content div#submenue a.aktiv {
	background-image: url(../images/layout/submenue_aktiv.gif);
}

/* --- BOXEN STARTSEITE --- */
div#content-slave {
	width: 150px;
	color: #fff;
	text-decoration: none;
	margin-top: 12px;
	padding-left:5px;
	float:left;
	clear:left;
}

div#box-top {
	background-image: url(../images/layout/submenue.gif);
	background-repeat:no-repeat;
	width: 150px;
	height:35px;
	padding-left: 20px;
	color: #fff;
	text-decoration: none;
	float:left;
}

div#box-top p {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-decoration: none;
}

div.box {
	color: #646464;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top:0px;
	margin-left:5px;
	border-bottom: 1px  #CCCCCC solid;
	border-left: 1px  #CCCCCC solid;
	border-right: 1px  #CCCCCC solid;
	width: 147px;
	float:left;
	font-size:11px;
	line-height:16px;
}

div.box img {
margin-right:4px;
margin-bottom:4px;
}

div.box a {
text-decoration:underline;
color:#646464;
font-size:10px;
}


/* --- FOOTER --- */

div#content div#footer div#bottom_menue {
	float: left;
	width: 285px;
	padding-left: 15px;
}

div#content div#footer div#bottom_menue a {
	color: #113454;
	text-decoration: none;
}

div#content div#footer div#bottom_menue a:hover {
	text-decoration: underline;
}

div#content div#footer div#copyright {
	float: left;
	width: 585px;
	text-align: right;
	padding-right: 15px;
}

/* --- ABSÄTZE, ÜBERSCHRIFTEN --- */

h1 {
	color: #3c3c3c;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 145%;
}

h2 {
	color: #5186b0;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 145%;
}

h3 {
	color: #454545;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 155%;
}

p {
	margin: 0px;
	margin-bottom: 13px;
}

hr {
	background-color: #cbcac8; /* Mozilla 1.4 */
	color: #cbcac8; /* IE 6 */
	border: #cbcac8; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 10px 0px 11px;
}

strong {
	color: #454545;
}

div#text a {
	color: #5186b0;
	text-decoration: underline;
	padding-bottom: 1px;
}

div#text a:hover {
	color: #818181;
}
