@charset "UTF-8";
/* CSS Document */

/* 

========================================================================================

www.brummer-logistik.de | Brummer Logistik 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-color: #9f9f9f;
background-image:url(bilder/hintergrund2.jpg);
background-repeat: repeat-x;
background-position: top;
font-family: Arial, Helvetica, sans-serif;
}

b, bold, strong {
font-weight: bolder;
}

/* 
########################################################################################
#                                                                                      #
#                                       LAYOUT                                         #
#									                                                   #
########################################################################################
*/

#container {
margin:0 auto; /* center, not in IE5 */
width:850px;


height:auto !important;  
height:100%; 
min-height:100%;

background-image: url(bilder/hintergrund_transparent.png);

border-right: 1px solid #999;
border-left: 1px solid #999;
}

#inhalt {
display: block;
padding: 20px;
}

div#header {
clear: both;
width: 850px;
height: 270px;
}
	
	
#nav {
width: 850px;
height: 34px;
background-color:#004a7a;
float: left;
border-top: 1px solid white;
border-bottom: 1px solid white;
}
	
#text {
width: 508px;
float: left;
margin-right: 60px;
} 	
	

#seiteninfo {
width: 206px;
float: left;
margin-top: 23px;
}	

.seiteninfo_content {
width: 186px;
border-right: 1px solid #DDD;
border-left: 1px solid #DDD;
border-bottom: 1px solid #DDD;
color:#666;

float:none;
font-size: 11px;
line-height: 16px;
padding: 0px 10px 10px 10px;
background-image:url(bilder/hintergrund2.jpg);
}

.seiteninfo_headline {
padding: 10px;
width: 186px;
height: 16px;
background-image:url(bilder/headline_background.jpg);
background-repeat:repeat-x;
font-size: 12px;
font-weight: bolder;
color:#666666;
margin-left: -10px;

}
	

	
	


#footer {
position: fixed;
bottom: 0px;


width: 830px;
height: 30px;

color: #004a7a;
font-size: 10px;
text-align:center; 
padding: 10px; 
padding-top: 4px;
padding-bottom: 6px;
background-color: #dfdfdf;
border-top: solid 1px #000000;
}









/* 
########################################################################################
#                                                                                      #
#                                       TEXT                                           #
#									                                                   #
########################################################################################
*/

p {
font-size: 12px;
line-height: 20px;
color: #405866;
}


h1 {
font-size: 18px; 
letter-spacing: 1px;
font-weight: lighter;
color: #1686c6;
margin-top: 20px;
}

h2 {
color: #004a7a;
font-size: 15px;
margin-bottom: 8px;
}

h5 {
font-weight: bolder !important;
}

h1.bildunterschrift {
font-size: 12px;
color: #fff;;
margin-left: 10px;
margin-bottom: 6px;
}




p.bildunterschrift {
margin-top: 5px;
font-size: 11px;
color: #fff;
line-height: 14px;
margin-right: 5px;
margin-left: 10px;
}

strong {font-weight:bolder;}



/* 
########################################################################################
#                                                                                      #
#                                       LINKS                                          #
#									                                                   #
########################################################################################
*/

a {
color: #305a9d;
text-decoration: none;
}

a:hover {
color: #3c85e1;
}

ul li a {
color: #fff;
text-decoration: none;
line-height: 20px;
}


ul li a.aktiv {
color: #fff;
text-decoration: underline;
}

ul li:hover {

}

div#footer a {
color: #004a7a;
text-decoration: underline;
}

div#footer a:hover {
color: #777;
text-decoration: underline;
}

/* 
########################################################################################
#                                                                                      #
#                                       LISTEN                                         #
#									                                                   #
########################################################################################
*/


ul {
background-color: #1c8ecc; 
}

li {
font-size: 13px;
line-height: 28px;
}



	#nav, ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#nav li {
		float: left;
		position: relative;
		padding-top: 2px;
		}
	
	#nav li ul {
		display: none;
		position: absolute;
		top: 1.5em;
		left: 0;
		background-color: #001636;
	}
	
	#nav li li {
		float: none;
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		display: block;
		margin-top: -5px;
	}


ul.seitenliste {
background: none;
list-style: url(bilder/list.png);
padding-left: 12px;
}



ul.seitenliste li {
line-height: 16px;
font-size: 11px;
}


/* 
########################################################################################
#                                                                                      #
#                                       BILDER                                         #
#									                                                   #
########################################################################################
*/


img.float {
float: left;
margin-right: 10px;
margin-bottom: 5px;
}

img.trenner {
margin-right: 14px;
margin-left: 14px;
margin-top: -2px;
}

/* 
########################################################################################
#                                                                                      #
#                                     SONSTIGES                                        #
#									                                                   #
########################################################################################
*/


hr {
color: #b4b4b4;
}


.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 {}
 
 
 
