/* Allgemeines zum Body-Tag */
body{
font-family: Arial;
height: 100%;
background-color: #A44900;
}


/* Größe des Inhaltes */
div#inhalt{
width: 	800px;
height: 850px;
margin: 4em auto 0 auto;

background-color: #FFD96F;

border-top: 	#F79646 1px solid;
border-right: 	#F79646 1px solid;
border-bottom: 	#984807 1px solid;
border-left: 	#984807 1px solid;

}

/* Hintergrund für den Header*/
div#header{
height: 				125px;
background-repeat:		no-repeat;
background-position: 	0 0;
}

/* Hintergrund für den Header*/
div#header.fertighausmontage{
background-image:		url(../images/header_fertighausmontage.jpg);
}

div#header.innenausbau{
background-image:		url(../images/header_innenausbau.jpg);
}

div#header.moebelfertigung{
background-image:		url(../images/header_moebelfertigung.jpg);
}

div#header.sanierung{
background-image:		url(../images/header_sanierung.jpg);
}

div#header.bauelemente{
background-image:		url(../images/header_messebau.jpg);
}

div#header.kontakt{
background-image:		url(../images/header_kontakt.jpg);
}

div#header.impressum{
background-image:		url(../images/header_impressum.jpg);
}

div#navi{
margin: 2em 0 0 0;
width: 175px;
float:left;
}

div#navi div{
margin: 2em 0 0 1em;}

a.link{
color: #984807;
font-weight: bold;
text-decoration:none;
}

div#main{
margin-top: 4em;
margin-left: 175px;
text-align:center;
}

.bild{
border: #984807 1px solid;
margin: 0 1em 1em 1em;
}

.bild_gross{
position: fixed;
top: 0;
left: 0;
margin: 0 auto;
display: none;
}

p{
margin: 0 0 0 1em;
}

p.text{
text-align: center;
color: #984807;
/*font-weight:bold;*/
}