/**
 * Style sheet
 */


body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#542c00;
	background: #4f86ba;
	background-image: url("bilder/layout/hinten_startseite1.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}





/* Container */
#container {
	top: 0px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
}







/* Intro, Inhalt */
#intro {
	position:relative;
	left:0px;
	top:0px;
	padding:0px;
}

#inhalt {
	/* width:430px;
	margin-top:10px;
	margin-left:355px;
	padding:0px 5px 0px 5px;
	line-height: 1.4em; */
}

html>body #container #inhalt {
	height:auto;
	min-height:800px;
	height:800px;
}

.inside {
	position:relative;
	text-align:left;
}





/* Footer */
/* #footer {
	width: 700px;
	margin: 10px auto 0px auto;
} */







/* linke Spalte */
#left {
	position: absolute;
	left: 0px;
	top: 297px;
	width: 267px;
	float: left;
}

#left #schild_oben {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 267px;
	height:20px;
	float: left;
	background: url("bilder/navi/navoben.gif") left top no-repeat;
}

#left #schild_unten {
	position: relative;
	left: 0px;
	top: 0px;
	width: 267px;
	height:169px;
	float: left;
	background: url("bilder/navi/navunten.jpg") left top no-repeat;
}

img.bildlinks {
	margin-right:5px;
	text-align:left;
	float:left;
}







/* Links */
a:link,
a:visited,
a:active {
	text-decoration:none;
	color: #92501b;
	padding: 0px;
}

a:hover {
	text-decoration:underline;
}





/* News */
#news,
.mod_newsmenu {
	position:relative;
	top:-35px;
	background:url("bilder/layout/schild.gif") left top no-repeat;
	margin:0px;
	overflow:hidden;
	padding:0px;
	width:250px;
	height:275px;
}

div.layout_short {
	position:relative;
	top:80px;
	padding:20px 20px 20px 30px;
	width:200px;
}

#right h2 {
	color:#542c00;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 20px;
	text-align:left;
}

.mod_newslist p {
	font-size:0.85em;
	line-height:1.2em;
	margin:4px 0 2px;
	padding:0px 20px;
}
.ce_text, .teaser {
}

.mod_newslist .more {
	background-image:url(bilder/layout/vor.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin:6px 0 0 20px;
	padding:0 0 0 14px;
}




/* IE 6 */
/* * html #intro {
	height:900px;
	width:930px;
	left:1px;
}

* html #header {
	left: 1px;
}

* html #headerbild {
	top: -15px;
}

* html .servicenav {
	margin-top: 4px;
}

* html .mod_changelanguage {
	left: 514px;
	width: 150px;
	top: 4px;
} */







/* IE 7 */
/* *+html #headerbild {
	top: -15px;
}

*+html .servicenav {
	margin-top: 4px;
}

*+html .mod_changelanguage {
	top: 4px;
} */






