@charset "UTF-8";
/* CSS Document */

/* 

========================================================================================

www.memminger-bau.de / Memminger Hoch- und Tiefbau GmbH

Gestaltung + Programmierung: Graswald & Heiligtag - www.ghpa.de

========================================================================================

*/



/* 
########################################################################################
#                                                                                      #
#                                       RESET                                          #
#									                                                   #
########################################################################################
*/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em; font-weight:normal; font-style:normal; }
ul,ol { list-style:none; }
fieldset,img { border:none; }
caption,th { text-align:left; }
table { border-collapse:collapse; border-spacing:0; }


/* 
########################################################################################
#                                                                                      #
#                                       BASIC                                          #
#									                                                   #
########################################################################################
*/


html,body {
margin:0;
padding:0;
height:100%; /* für container min-height */
background-image:url(bilder/seiten_background.jpg);
background-color: #191b46;
background-repeat: repeat-x;
background-position: top;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

b, bold, strong {
font-weight: bolder;
}

/* 
########################################################################################
#                                                                                      #
#                                       LAYOUT                                         #
#									                                                   #
########################################################################################
*/

#container {
margin:0 auto; /* center, not in IE5 */
width:950px;
height:auto !important;  
height:100%; 
min-height:100%;
padding-left: 50px;
padding-right: 50px;
background: #fff;
}

#inhalt {
display: block;
}

div#header {
width: 950px;
height: 140px;
background-color: #fff;
text-align:center;
margin-top: 30px;
}
	
#spalte_startseite {
width: 210px;
float: left;
}
	
#nav {
width: 208px;
margin-right: 0px;
float: left;
border: 2px solid #DDD;
background-color: #fff;
}
	
#text {
width: 450px;
float: left;
padding-right: 35px;
padding-left: 30px;
} 	
	
#text_startseite {
width: 670px;
float: left;
padding-right: 35px;
padding-left: 20px;
} 		
	
#text_startseite {
width: 670px;
float: left;
padding-right: 35px;
padding-left: 20px;
} 
	
#bilderleiste {
width: 180px;
margin-left: 10px;
float: left;
}
	


/* 
########################################################################################
#                                                                                      #
#                                       TEXT                                           #
#									                                                   #
########################################################################################
*/

p {
font-size: 12px;
line-height: 20px;
color: #4e4e4e;
margin top: 4px;
}


h1 {
font-size: 20px; 
letter-spacing: 1px;
font-weight: lighter;
color: #444874;
margin-top: 5px;
margin-bottom: 10px;
}

h2 {
font-size: 16px; 
letter-spacing: 1px;
font-weight: lighter;
color: #444874;
margin-top: 5px;
margin-bottom: 5px;
}

h3 {
font-size: 12px; 
line-height: 20px;
margin-top: 15px;
color: #4e4e4e;
}

strong {font-weight:bolder;}


/* 
########################################################################################
#                                                                                      #
#                                       LINKS                                          #
#									                                                   #
########################################################################################
*/



a {
color: #444874;
text-decoration: none;
}

a:hover {
color: #be221f;
}


a.aktiv {
color: #444874!important;
font-weight: bolder;
}


div#footer a {
color: #004a7a;
text-decoration: underline;
}

div#footer a:hover {
color: #777;
text-decoration: underline;
}

/* 
########################################################################################
#                                                                                      #
#                                       LISTEN                                         #
#									                                                   #
########################################################################################
*/

ul li {
list-style-type:circle;
font-size: 12px;
line-height: 20px;
color: #4e4e4e;
margin top: 4px;
}

ul .2 li {
list-style-type:square;
font-size: 12px;
line-height: 20px;
color: #4e4e4e;
margin top: 4px;
}



#nav ul li a {
line-height: 33px;
color: #4d4d4d;
margin-left: 25px;
font-weight: bolder;
}


#nav ul li.aktiv {
background-image:url(bilder/active_background.jpg);
background-repeat: repeat-x;
background-position: top;
}

#nav ul li.aktiv a {
color: #444874;
}


/* HAUPTMENÜ */
#nav ul li {
font-size: 10px;
height: 34px;
width: 100%;
color: #7b7c7c;
text-transform: uppercase;
background-image: url(bilder/trenner.png);
background-position: bottom;
background-repeat:no-repeat;
margin-bottom: -1px;
list-style-type:none;
}



/* UNTERMENÜ */
#nav ul ul {
background-image: url(bilder/trenner.png);
background-position: bottom;
background-repeat:no-repeat;
padding-bottom: 15px;
display: block;
}

#nav ul.sub {
background-image: url(bilder/trenner.png);
background-position: bottom;
background-repeat:no-repeat;
padding-bottom: 15px;
display: block;
}


#nav ul.sub li {
font-size: 10px;
height: 30px;
background-image:none;
text-transform:none;
}

#nav ul ul li {
font-size: 10px;
height: 30px;
background-image:none;
text-transform:none;
}

#nav ul ul li a {
color: #666;
}

#nav ul ul li.subaktiv a {
color: #444874;
background-image:none;
}

/* 
########################################################################################
#                                                                                      #
#                                       BILDER                                         #
#									                                                   #
########################################################################################
*/


img.float {
float: left;
margin-right: 10px;
margin-bottom: 5px;

}img.float2 {
float: left;
margin-top: 3px;
}


/* 
########################################################################################
#                                                                                      #
#                                     SONSTIGES                                        #
#									                                                   #
########################################################################################
*/

hr {
color: fuchsia;
height: 1px;
border: none;
background-color: #58316a;

}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.shoverlet {
width: 200px;
background-color: #fff;
padding: 10px;
}


/* 
########################################################################################
#                                                                                      #
#                                       DRUCK                                          #
#									                                                   #
########################################################################################
*/

@media print {
 body {}
 
 
 
