/*-------------------------------*/
/*
Farbvorgaben und Infos:

Hintergrund		# e e e

hellrot			# A9 47 47
rot				# 85 38 38
dunkelrot		# 61 29 29

hellgrau		# c c c
mittelgrau		# a a a
dunkelgrau		# 6 6 6

Breite Content	880px
*/
/*-------------------------------*/



/*-------------------------------*/
/*---------- CSS-RESET ----------*/
/*-------------------------------*/

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul, ol {
list-style: none;
}

b, strong {
font-weight: bold;
}

img, a img {
border: none;
}


/*----------------------------------------------*/
/*-------- HTML-TAG Definitionen ---------------*/
/*----------------------------------------------*/


body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #000;
background-color: #666;
text-align:left;
line-height: 1.2em;
}

h1 {
font-size: 1.5em;
font-weight: bold;
color: #853838;
text-align: center;
margin-bottom: 1.2em;
}

h2 {
font-size: 1.1em;
font-weight: bold;
color: #853838;
margin-bottom: 1em;
}

h3 {
font-size: 1em;
font-weight: bold;
text-decoration: underline;
color: #853838;
margin-bottom: 1em;
}

h4 {
font-size: 1.1em;
font-weight: bold;
margin-bottom: 0.5em;
}


/*----------------------------------------------*/
/*----------- Klassen Definitionen -------------*/
/*----------------------------------------------*/


.fl {
float: left;
margin-right: 1.5em;
}

.fr {
float: right;
margin-left: 1.5em;
}

.clearfloat {
clear: both;
}

.farbe {
color: #853838;
font-size: 1em;
}

.farbefett {
color: #853838;
font-weight: bold;
font-size: 1.1em;
}


/*----------------------------------------------*/
/*----------- ID Definitionen ------------------*/
/*----------------------------------------------*/

#container {
background-color: #eee;
width: 940px;
margin: 20px auto;
padding: 10px;
border: #853838 solid 5px;
}

#rahmen {
background-color: transparent;
border: #853838 solid 2px;
}

#header {
height: 150px;
background-color: #ccc;
background: url(img/header_v2.jpg) no-repeat;
}

#headertext {
padding-top: 25px;
text-align: center;
font-size: 1em;
letter-spacing: 0.05em;
line-height: 1.2em;
}

#reiter {
position: absolute;
width: 150px;
left: 30px;
bottom: 0px;
background-color: #eee;
color: #853838;
font-size: 1em;
text-align: center;
font-variant: small-caps;
letter-spacing: 0.05em;
text-decoration: underline;
}

#reiterds {
position: absolute;
width: 230px;
left: 30px;
bottom: 0px;
background-color: #eee;
color: #853838;
font-size: 1em;
text-align: center;
font-variant: small-caps;
letter-spacing: 0.05em;
text-decoration: underline;
}

#headermenu {
position: relative;
height: 30px;
background-color: #853838;
}

#menu {
float: right;
width: 700px;
text-align: right;
font-size: 0.9em;
letter-spacing: 0.05em;
margin-top: 5px;
}

#menu ul {
display: inline;
}

#menu li {
border-left: 2px solid #ccc;
display: inline;
padding: 0;
}

#menu a {
font-variant: small-caps;
color:#eee;
padding: 0px 15px 0px 15px;
}

#menu a:link,
#menu a:visited {
text-decoration: none;
}

#menu a:hover,
#menu a:focus,
#menu a:active {
text-decoration: underline;
}

#content {
background-color: transparent;
position: relative;
padding: 30px 28px;
}

#content p {
margin-bottom: 1em;
line-height: 1.2em;
font-size: 1em;
}

#content p.beschreibung {
margin: 0;
line-height: 0.8em;
font-size: 0.8em;
}

#content img {
border: #666 solid 2px;
padding: 2px;
}

#content ul {
padding-left: 15px;
list-style: square;
}

#content li {
padding-bottom: 1em;
}

#content table.lo {
width: 100%;
padding-bottom: 30px;
}

#content table td.tl {
width: 60%;
text-align: left;
vertical-align: middle;
}

#content table td.tr {
width: 60%;
text-align: left;
vertical-align: middle;
}

#content table td.il {
width: 40%;
text-align: left;
vertical-align: middle;
}

#content table td.ir {
width: 40%;
text-align: right;
vertical-align: middle;
}

#content table td.middle {
width: 100%;
text-align: left;
}

#content a:link,
#content a:visited {
color:#a94747;
text-decoration: none;
}

#content a:hover,
#content a:focus,
#content a:active {
color:#612929;
text-decoration: underline;
}

#startfoto {
float: left;
width: 410px;
margin-top: 20px;
margin-bottom: 30px;
margin-left: 25px;
}

#adresse {
float: right;
width: 420px;
margin-top: 80px;
text-align: center;
}

#content div.left {
float: left;
width: 440px;
margin-bottom: 20px;
}

#content div.right {
float: right;
width: 440px;
margin-bottom: 20px;
}

#content div.center {
clear:both;
margin-bottom: 20px;
}

#footertop {
clear: both;
height: 2px;
background-color: #853838;
}

#footer {
position: relative;
padding: 5px;
background-color: #ccc;
font-size: 0.8em;
text-align: center;
letter-spacing: 0.05em;
}

#footer a:link,
#footer a:visited {
color:#000;
text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
color:#853838;
text-decoration: underline;
}

#footer a.top:link,
#footer a.top:visited {
position: absolute;
top: 5px;
right: 15px;
color: #000;
text-decoration: none;
padding-right: 25px;
background: url(img/backfoot01.gif) no-repeat;
background-position: right;
}

#footer a.top:hover,
#footer a.top:focus,
#footer a.top:active {
color:#853838;
text-decoration: underline;
padding-right: 25px;
background: url(img/backfoot02.gif) no-repeat;
background-position: right;
}
