/* CSS Document */
* {
margin:0;
padding:0;
}
html, body {
height:100%;
}

body {
background-color: #e1733e;
background-image:url(../bilder_layout/hg_seite.jpg);
background-repeat:repeat-x;
font-size: 12px;
line-height:24px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#760821;
padding:0;
margin:0;
}

* html body { text-align: center; } /* IE Hack */

a {color: #760821; text-decoration:underline;}
a:visited {color:#760821;}
a:hover {color: #000000; text-decoration:underline;}
a:active { color:#760821;}

p {
margin:0px;
padding:0px;
}

h1 {
font-size:18px;
font-weight:normal;
margin:0px;
margin-bottom:26px;
line-height:24px;
border-bottom:#760821 1px dotted;
}

h1:first-letter {
font-size:125%;
}

/* ----------container zentriert das layout-------------- */
#distance { 
width:1px;
height:50%;
margin-bottom:-333px; /* half of container's height */
float:left;
}
#page {
margin:0 auto;
position:relative; /* puts container in front of distance */
width:914px;
height:590px;
clear:left;
}
#container {
width: 914px;
height:566px;
margin:0 auto;
background-color: #ffe5c1;
background-image:url(../bilder_layout/hg_container.gif);
text-align:left;
}

/* ----------banner for logo-------------- */
#kopf {
width:912px;
padding: 0px;
margin: 0px;
margin-left:1px;
height:32px;
background-color:#f2c086;
background-image:url(../bilder_layout/hg_topnavi.jpg);
background-repeat:repeat-x;
}

#navpunkt1 {
font-weight:bold;
height:28px;
margin:0px;
margin-top:2px;
padding:0px;
padding-top:2px;
padding-left:11px;
padding-right:12px;
float:left;
}

#navpunkt {
font-weight:bold;
height:28px;
margin:0px;
margin-top:2px;
padding:0px;
padding-top:2px;
padding-left:10px;
padding-right:11px;
background-image:url(../bilder_layout/hg_navpunkt.gif);
background-repeat:no-repeat;
float:left;
}
#navpunkt a:link, #navpunkt a:visited, #navpunkt1 a:link, #navpunkt1 a:visited {
color:#760821;
text-decoration:none;
}
#navpunkt a:hover, #navpunkt1 a:hover {
color:#000000;
border-bottom:1px dotted #000000;
}

/* -----------------Inhalt--------------------- */
#inhalt {
padding: 0;
margin: 0;
height:520px;
text-align:left;
}
#inhalt ul, #inhalt li {
list-style-type:square;
margin-left:8px;
}
#textblock {
margin:0px;
margin-top:32px;
padding:0px;
padding-right:15px;
height:487px;
overflow:auto;
text-align:left;
}
#zitat {
margin:0px;
margin-top:25px;
padding:0px;
color:#e1733e;
line-height:18px;
padding-right:12px;
}
.schriftgross {
font-size:18px;
font-weight:normal;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #f5c388;
}
.vscrollerbar {
width: 10px;
background-color: #e1733e;
}
.hscrollerbase {
height: 10px;
background-color: #f5c388;
}
.hscrollerbar {
height: 10px;
background-color: #e1733e;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
/* --------------left navigavtion------------- */
#links {
float: left;
width: 370px;
margin: 0px;
padding: 0px;
text-align:left;
}
.linie {
border-right:#FFFFFF 1px solid;
}
#rechts {
	float: right;
	width: 230px;
	margin: 0;
	margin-left:15px;
	padding: 0;
   text-align:left;
}
#blockrechts {
margin:0px;
margin-top:32px;
margin-left:25px;
padding:0px;
line-height:18px;
font-size:11px;
text-align:left;
}
/* -----------footer--------------------------- */
#fuss {
clear: both;
width: 914px;
height:24px;
margin:0 auto;
padding: 0px;
font-size:10px;
color:#FFFFFF;
}
#fuss a:link, #fuss a:visited {
color:#FFFFFF;
text-decoration:none;
}

