/* ----------Body----------------------------------------------------*/
html { 
overflow-y:scroll; 
}

* {
	margin: 0;
	padding: 0;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666; 
font-size: 12px; 
}

/* ----------container zentriert das layout-------------- */

#main {
	width: 83.4em;
	margin: 2em auto 0 auto;
	padding: 0;
}

#randli {
float: left;
background-image: url(gfx/li.jpg);
background-repeat: no-repeat;
height: 848px;
width: 7px;
}

#container {
	width: 81.7em;
	float:left;
	padding: 0;
}

#randre {
float: left;
background-image: url(gfx/re.jpg);
background-repeat: no-repeat;
width: 7px;
height: 848px;
}

/* ----------kopf-------------- */
#kopf {
background-image: url(gfx/header.jpg);
background-repeat:no-repeat;
margin: 0;
padding: 0;
height: 16.5em;
}

.kopfnav {
color: #93462D;
font-size: 10px; 
text-align: right;
padding: 3px 10px;
margin: 0;
font-weight: bold; 
}

p.kopfnav a {
color: #93462D;  
text-decoration: none;
}

.slogan {
padding-top: 5.4em;
font-size: 13px;
text-align: center;
font-weight: bold;
line-height: 2em;
}
/* ----------inhaltsverzeichnis-Navigation-------------- */
#inhaltsverz {
float: left;
width: 19em;
margin-left: 1.2em;
margin-top: -0.3em;
/*border: 1px solid black;*/
}

#inhaltsverz ul { 
list-style-type: none;
padding: 0;
margin: 0 0 1em 0;
font-weight: bold;
font-size: 13px; 
}

#inhaltsverz ul a { 
font-weight: bold;  
}

#inhaltsverz ul a:hover { 
color: #93462D;  
}

#inhaltsverz ul li { 
font-size: 10px; 
padding-top: 3px;
padding-left: 2em;
margin: 0;   
}

#inhaltsverz ul li a { 
font-weight: normal;
color: #93462D;    
}

#inhaltsverz a {
color: #666666;
font-weight: normal;  
text-decoration: none;
}

#inhaltsverz a:hover {
color: #93462D;
}

.adresse {
padding-top: 5em;
color: #93462D;
font-size: 10px;
}

.aktiv {
padding: 0;
background-image: url(gfx/pfeil.jpg);
background-repeat: no-repeat;
background-position: 8px 70%;
}


/* ----------rechts-------------- */
#rechts {
float: left;
width: 18em;
margin-left: 1em;
border: 1px solid #666666;
}

.aktuelles {
	color: #FFFFFF;
	background-color: #93462D;
	margin: 0.3em;
	font-weight: bold;
}

#rechts ul {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.ueberschrift {
	text-decoration: underline;
	margin-left: -1em;
	font-weight: bold;
}

#rechts li {
	list-style: disc;
	color: #666666;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px dashed #666666;
}


/* ----------Content-------------- */
#text {
float: left;
width: 41em;
margin-top: -0.8em;
/*border: 1px solid green;*/
}
h1 { 
color: #93462D; 
font-weight: bold; 
font-size: 16px; 
text-align: center;
padding: 8px 3px;
margin: 0;
}
h2 { 
color: #93462D; 
font-weight: bold; 
font-size: 14px; 
text-align: left;
padding: 7px 3px 3px 3px;
margin: 0;
}
h3 { 
color: #93462D; 
font-weight: bold; 
font-size: 12px; 
padding: 6px 3px 3px 3px;
margin: 0;
}
h6 { 
color: #000000; 
font-weight: bold; 
font-size: 10px; 
padding: 6px 3px 3px 3px;
margin: 0;
}
p { 
font-size: 12px; 
line-height: 15px;
padding: 9px 3px 0 3px;
margin: 0;
}

ul { 
list-style-type: square; 
margin-left: 1.5em;
}

ul ul { 
list-style-type: disc; 
}

li { 
font-size: 12px; 
line-height: 15px;
padding: 3px 3px 0 3px;
margin: 0;
}

ol {  
font-size: 12px;
line-height: 15px; 
}

table {
border: 1px solid #93462d;
border-collapse: collapse
}

td {  
font-size: 12px;
line-height: 15px; 
border: 1px solid #93462d;
}

#text a:active {  
color: #93462D; 
text-decoration: underline
}

#text a:link {  
color: #93462D; 
text-decoration: underline
}

#text a:visited {  
color: #666666; 
text-decoration: underline
}

.klein {  
font-size: 11px
}

.klein-zentriert {  
font-size: 11px;
text-align: center
}

.klein-rechts {  
font-size: 11px;
text-align: right
}

.sfuss {
font-size: 11px;
text-align: center
}

.rechts {  
text-align: right
}

.mitte {  
text-align: center
}

em {  
font-weight: bold; 
font-style: normal
}

/* ==================================== 
   Kontaktformular 
   ==================================== */

/* start style formular */
form { 
margin:0; 
}

fieldset {
width: 38em; 
border:1px solid #7e7e7e; 
padding:10px; 
margin:5px 0 5px 0; 
text-align:left;
}

fieldset:hover {
border-color:#93462D;
}

legend {
color:#93462D; 
font-weight:bold; 
padding:5px; 
margin:5px; 
background:none;
}

label { 
color:#7e7e7e; 
margin:0 3px 3px 0; 
padding:0; 
line-height:1.5em; 
width:8em; 
display:block; 
float:left; 
clear:left;
}

input {
border:1px solid #7e7e7e; 
padding-left:0.3em; 
margin-bottom:0.6em; 
width:25em; 
background:#fff;
}

input:focus {
border-color:#93462D;
}

select {
border:1px solid #7e7e7e; 
padding-left:0.3em; 
margin-bottom:0.6em; 
background:#fff; 
width:5em;
}

option {
color:#93462D;
}

textarea {
width:26em; 
border:1px solid #7e7e7e;
}

textarea:focus {
border-color:#93462D;
}


.submitbtn {
width:123px; 
background: #C8C8C8; 
border:1px solid; 
border-color: #ECECEC #909090 #909090 #ECECEC; 
color:#FFFFFF;
font-weight: bold; 
cursor:pointer; 
padding:0; 
margin:0;
}

.submitbtn:hover {
background:#93462D; 
color:#fff; 
border:1px solid; 
border-color: #ECECEC #909090 #909090 #ECECEC;
}
/* ende style formular */
