html, body { height:100%; }

body {
	padding:0;
	margin:0;
	text-align:left;
	min-width:780px;
	background-color:#FFFFFF;
	font-size:11px;
	font-family:Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(0,0,0);
	background-image:url('../images/hintergrund.jpg');
}

a { font-size:13px; color:#bf001f; text-decoration:none; }
a:hover { color:#000000; }

#rahmen {
	position:relative;
	margin:0 auto;
	width:1000px;
	background:url("../images/inhalt-hintergrund.jpg");
	background-repeat:repeat-y;
	background-position:313px 0px;
}

#kopfbereich{
	position:relative;
	top:0;
	left:0px;
	width:1000px;
	height:235px;
	color:#000000;
	background-color:#ffffff;
	background:url("../images/kopfbereich.jpg");
	background-repeat:no-repeat;
	background-position:0px 0px;
	z-index:1;
}

#navigation {
	position:absolute;
	padding:0;
	margin:0;
	top:183px;
	margin-left:105px;
	width:174px;
	/*background-color:#cb5e04;*/
	background:url("../images/navi-hintergrund.jpg");
	background-repeat:repeat-y;
	background-position:0px 0px;
	z-index:2;
}

#navi-unten {
	position:relative;
	padding:0;
	top:0px;
	padding:0;
	width:174px;
	height:56px;
	background:url("../images/navi-unten.jpg");
	background-repeat:no-repeat;
	background-position:0px 0px ;
	z-index:99;
	}

#navilinks {position:relative;  top:-21px; border-bottom: 1px solid #ffffff; width:164px;}	

a.navilinks {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	color: #ffffff;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

a.navilinks_off {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	color: #ffffff;
	font-size:13px;
	text-decoration:none;
} 
a.navilinks_off:hover { font-weight:bold; }

#subnavilinks {position:relative;  top:-20px; border-bottom: 1px solid #ffffff; padding-left:5px; width:159px; height:13px;}	
a.subnavilinks {font-size:10px; color:#000000;}
a.subnavilinks:hover {color:#000000;}
a.subnavilinks_off {font-size:10px; color:#ffffff;}
a.subnavilinks_off:hover {color:#000000;}

#inhalt {
	position:relative;
	left: 360px;
	top:0px;
	width:480px;
	z-index:100;
	font-size:13px;
	color:#000000;
	padding-bottom:20px;
	min-height:365px;
	padding-top:243px;
	text-align: justify;
}
* html #inhalt { height:365px; } /* Nur für IE, weil min-height nicht unterstützt wird */
#inhalt img {padding-left:5px; padding-right:5px;}

#bild {
	position:absolute;
	left: 519px;
	top:175px;
	width:293px;
	height:293px;
	z-index:101;
}

#hilfsnavi {position:relative; top: 40px; left: 797px; text-align:right; width:80px;}
a.hilfsnavi {font-size:11px; color: #000000;line-height:18px; text-decoration:none; display:block; width:80px;}
a.hilfsnavi:hover{color:#bf001f;}

#suche {position:relative; top:55px; right: 120px; text-align:right;}

.input_searchbox {
	position:relative;
	top: -3px;
	width:115px;
	height: 12px;
	font-size:10px;
	color: #878787;
	border:1px solid #b3b3b3;
	background-color:#ffffff;
}

a.sitemap_level1 {
	display:block;
	border-bottom:1px solid #b4a8b4;
	color:rgb(217,104,28);
	font-weight:normal;
	padding-bottom:.4em;
	background:url("../images/navi_pfeil_rechts.gif") no-repeat;
	background-position:right;
}

a.sitemap_level2 {
	color:rgb(62,77,116);
	background:url("../images/navi_pfeil_rechts.gif") no-repeat;
	background-position:170px 4px;
	display:block;
}

a.sitemap_level3 {
	color:rgb(190,190,190);
}

.sitemap_level2_container {
	float:left;
	width:50%;
	padding-top:.3em;
}

.sitemap_level3_container {
	float:right;
	width:50%;
	padding-top:.3em;
}
 	
#adresse {
	position:absolute;
	left: 360px;
	top:250px;
	width:150px;
	font-size:10px;
	color:#000000;
}


.formularfelder { 
	border: 1px solid rgb(170,170,170); 
	color: #000000;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	width: 350px;
}

.button 
{ 
	border-width:1px;  
	border-style:solid;
	border-color: rgb(170,170,170);
	color: rgb(0,0,0);
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size:11px
}

#home {position:absolute; margin: 0 auto; width:270px; height:100px; top:49px; left:320px; z-index:99;}

#notizen {position:relative; width:248px; height:218px; left:-60px; top:0px; background:url("../images/notizen.jpg") no-repeat;}

#notiztext {position:relative; left:40px; top:70px; height:115px; width:170px; color:#303030; font-size:18px;}


.ligallery	img	{border:none;}
#vorschau_button {margin-top:30px; padding-top:10px; border-top:1px solid #bf001f; }
