/* CSS Document */
* {padding:0; margin:0;}

body {
color: white;
background-color: #a7a7a6;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
	scrollbar-face-color: #969595;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}

#wrapper {
color:black;
width:880px;
margin-top: 38px; /* so wird's zentriert! */
margin-left:auto;
margin-bottom:10px;
margin-right:auto;
}

#head {
width:852px;
height:142px;
margin-right:28px;
text-align: right;
color:white;
background-image: url(images/logo.gif);
background-repeat: no-repeat;
background-position:right;
}

#head p{
padding-top:101px;
margin-right:220px;
height:40px;
color:white;
font-size:16px;
}

#head a{
color:white;
font-size:14px;
font-weight:normal;
text-decoration:none;
}

#head a:hover,
#head a:focus,
#head a:active {
color:white;
text-decoration:underline;
}

.content {
width:900px;
height:380px;
margin-top:20px;
margin-bottom:20px;
border-top: 1px solid #721215;
overflow-y:auto;
}

.content-inhalt {
float:left;
width:50%;
height:380px;
overflow-y:auto;
}

.image{
float:left;
width:50%;
}

.content p {
padding:10px;
font-size:13px;
line-height:1.3;
color:1b1b1b;
}

.content-inhalt p {
padding:10px;
font-size:13px;
line-height:1.3;
color:1b1b1b;
}

.content img{
padding-left:20px;
}

.content ul {
padding:10px;
font-size:12px;
color:#721215;
line-height:1.3;
}

.content li {
list-style-type:none;
margin:0;
}

.content a{
color:#721215;
font-size:12px;
font-weight:normal;
text-decoration:none;
}

.content a:hover,
.content a:focus,
.content a:active {
color:#721215;
text-decoration:underline;
}

#subnav {
float:left;
margin:0;
padding:0;
}

#subnav ul {
width:220px;
}

#subnav li {
list-style-type:none;
border-left:1px solid #721215;
/*border-bottom:1px solid #721215;*/
margin:0;
}

#subnav a {
display:block; /*ganze Fläche anklickbar machen*/
text-decoration:none;
color:#721215;
background-color:white;
padding:6px;
border-left:3px solid white; /*nicht sichtbar*/
}
#subnav a:hover,
#subnav a:focus,{
color:#721215;
background-color:white;
border-left-color:#721215;
border-bottom:none;
text-decoration:underline;
}
#subnav a:active {
color:white;
background-color:#721215;
}

#subnav p {
width:240px;
padding:10px;
font-size:13px;
line-height:1.3;
color:1b1b1b;
border-left:1px solid #721215;
}

.content-schmal {
float:left;
width:640px;
height:380px;
/*border-top: 1px solid #721215;*/
}

.content-schmal p {
padding:10px;
font-size:13px;
line-height:1.3;
color:1b1b1b;
}

.content-kontakt {
margin-left:30px;
float:left;
width:585px;
height:380px;
/*border-top: 1px solid #721215;*/
}

.content-kontakt p {

padding:10px;
font-size:13px;
line-height:1.3;
color:1b1b1b;
}

.content-anfahrt {
float:left;
width:430px;
height:380px;
/*border-top: 1px solid #721215;*/
}

.content-opnv {
float:left;
width:230px;
height:380px;
/*border-top: 1px solid #721215;*/
}

.content-opnv p {
padding-left:20px;
padding-top:50px;
font-size:13px;
line-height:1.3;
color:1b1b1b;
}

td.galerie img {
float: left;
padding:2px;
border: 1px solid #721215;
margin-right: 5px;
margin-bottom: 5px;
}

h2 {
color:#721215;
font-size: 16px;
font-weight:bold;
padding:10px;
border-bottom: 1px solid #721215;
/*display:block;*/
}

h3 {
color:#721215;
font-size: 14px;
font-weight:bold;
padding:10px;
border-bottom: 1px solid #721215;
/*display:block;*/
}

#fusszeile {
width:880px;
color:#1b1b1b;
font-size:11px;
text-align:right;
padding-top:10px;
}

#fusszeile a{
color:#1b1b1b;
font-size:11px;
font-weight:normal;
text-decoration:none;
}

#fusszeile a:hover,
#fusszeile a:focus,
#fusszeile a:active {
color:#1b1b1b;
text-decoration:underline;
}

td.form {
font-size:13px;
}

input.textfeld
{
    height: 21px;
    padding: 3px;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #721215;
    background-color: #ffffff;
}

input.textfeld:focus
{
    border-color: #721215;
    background-color: #FACC00;
}

input.textfeld:hover
{
    border-color: #000000;
}

textarea.textfeld
{
    padding: 3px;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #721215;
    background-color: #ffffff;
}

textarea.textfeld:focus
{
    border-color: #721215;
    background-color: #FFFFFF;
}

textarea.textfeld:hover
{
    border-color: #721215;
}

.clearing {clear:both;}