﻿img.hintergrundbild {
min-height: 100%;    /*  Diese zwei Zeilen setzen die Regeln um den Hintergrund zu fÃ¼llen  */
min-width: 1024px;
width: 100%;        /*  Die Regeln, welche fÃ¼r die Skalierung sorgen  */
height: auto;
position: fixed;   /*  Die Positionierung  */
top: 0;
left: 0;
}
@media screen and (max-width: 1024px){
img.hintergrundbild {
left: 50%;                /*  Ohne diese Angaben funktioniert es nicht  */
margin-left: -512px; }
}

body{
background-color:#E8B46D;
font-family:verdana, sans-serif;
font-size:90%;
}
div#wrap{

position: relative;
background-image:url('logo_s.png');
background-repeat: no-repeat;
background-position: top center;}
div#content {
position: relative; 
background-image:url('./bilder/hg.png');
margin: 0 auto;
width:900px;
/*min-height:450px;*/
padding-top:150px;
/*background-color:#D47449;*/
}
div#links {
/*background-color:#8F969C;*/
float: left;
width:18%;
color:#FFF;

}
div#text {
/*background-image:url('logo.jpg');
background-repeat: no-repeat;*/
float: right;
width:78.7%;
padding:5px;
padding-top:20px;
background-color:##E8B46D;
color:#fff;
margin-right:8px;
}
ul {
list-style : none;
}

li {
height:32px;
padding-top: 8px;
border-bottom:4px groove #FFF;}

li.leistungen 
{ border: 0;
padding-bottom:8px;
height:1em;
}

li.kontakte
{ border: 0;
padding-bottom:8px;
height:1em;
}

p.service 
{margin-left:25px;
}
h1 {
font-size: 1.3em;
}

h3{
color: #8F969C;
}

img.fuss{
margin-left: 11px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
} 
a:visited {
text-decoration:none; color:#FFFFFF; }
a:hover{
 text-decoration:none; color:#5660a5;}
a:active{
text-decoration:none; color:#5660a5;;}

wohnung {
	color: #000;
	font-size: large;
}

.wohnungen{
font-size: 1.2em;
}
.bilderfewo{
padding: 8px;
background: #fff;
/*border-bottom: 8px solid #5C5C5C;
border-right: 16px solid #5C5C5C;
border-left: 16px solid #5C5C5C;
border-top: 8px solid #5C5C5C;*/
display: block;
margin-left: 30px;
margin-right: auto
} 
