* 
{
margin:0;
padding:0;
}

html, body 
{
height:100%;
}


body
{
background-color:#fff;
font:100.01%/1.4 arial,sans-serif;
text-align:center;		 /* horizontal centering for IE Win quirks */
}

#abstand
{ 
width:1px;
height:50%;
background-color:#fc6;
margin-bottom:-375px;		 /* half of container's height */
float:left;
}

#hintergrund2
{
margin:0 auto;
position:relative; 		/* puts container in front of distance */
text-align:left;
height:727px;
width:770px;
clear:left;
background: url("bg.png");
}


#hintergrund
{
margin:0 auto;
position:relative; 		/* puts container in front of distance */
text-align:left;
height:700px;
width:700px;
clear:left;
background-color: #fff;
}

#logo
{
position: absolute;
top: 30px;
right: 30px;
}



#menu
{
position:absolute; 		
bottom: 32px;
left: 362px;
}


#slogan_startseite
{
position: absolute;
top: 167px;
right: 30px;
text-align: right;
}


#Leistungsverzeichnis
{
position: absolute;
top: 278px;
left: 361px;
}


#Impressum
{
width: 310px;
position: absolute;
top: 278px;
left: 361px;
}

#kontakt
{
position: absolute;
top: 445px;
left: 30px;
}

#partner
{
position: absolute;
bottom: 32px;
left: 30px;
}


#news
{
position: absolute;
top: 280px;
left: 30px;
font-size: 16px;
font-weight: bold;
color: #C9091e;
line-height: 23px;
width: 300px;
height: 150px;
}



/* ALLGEMEIN */


a
{
font-family: arial;
text-decoration:none;
color: #000000;
}

a:visited
{
font-family: arial;
text-decoration:none;
color: #000000;
}


li
{
list-style-type: none;
font-family: arial;
text-decoration:none;
color: #000;
font-size: 21px;
line-height: 30px;
}



/* MENU */




a.navi
{
font-size: 16px;
color: #666;
line-height: 23px;
}

a.navi:hover
{
font-size: 16px;
color: #C9091e;
line-height: 23px;
}



/* INHALT */

h1
{
font-family: arial;
font-size: 56px;
font-weight: bold;
line-height: 33px;
color: #C9091e;
}

h3
{
font-family: arial;
font-size: 45px;
font-weight: bold;
line-height: 24px;
color: #C9091e;
}

h4
{
font-family: arial;
font-size: 16px;
color: #000;
font-weight: normal;
line-height: 23px;
}

.text
{
font-family: arial;
font-size: 11px;
color: #000;
line-height: 12px;
text-align: justify;
margin-top: 5px;
}



