/* Page-level */
body { 
	margin:0; 
	padding:0; 
	/*background:#58585a; */
	background: #3E3D40;
	font-family: Helvetica, Arial, sans-serif; 
	font-size:14px;
	color:#bcbdbf;  
	}

#page { 
	width:1000px;
	margin:auto;
	padding:0 0 0 100px;
	}
header {
    height: 100px;
    margin-top: 80px;
    width: 960px;
}	
/* Note: Make HTML 5 elements block-level for consistent styling */
header, nav, article, footer, address { display:block; float:left; }

/* Sections */
header, footer, #container { width:100%; clear:both; }

#container {
    display: block;
    float: left;
    height: auto;
    margin-bottom: 40px;
    min-height: 240px;
	
}

article .col1{
	width: 195px;
	display: block;
	float: left;	
}
article .col2{
	display: block;
	float: left;	
	width: 705px;
}
footer {
    font-size: 12px;
    font-weight: normal;
    left: 195px;
    line-height: 22px;
    position: relative;
    text-align: left;
    
}

footer nav {
	width: 120px;
	display: block;
	float: left;
	
}

#office, #communication {
	display: block;
	float: left;
	margin-left: 40px;
}

#lastLine{
	clear:both;
	display: block;
	float: left;
	margin-top: 60px;
}
 

#agc, #aed, #cce {
	display:block;
	float:left;
	margin-right: 35px;
	 
}
#agc img, #aed img, #cce img {
	border: none;
	height: 25px;
}
 
#imprint {
	display: block;
	float: left;
	line-height: 30px;
}

/* Content */
a, a:LINK, a:HOVER, a:VISITED {
	text-decoration: none;
	color:#bcbdbf; 
	outline: none;
}	
h1 {
    background: url("../images/beatesteil.png") no-repeat scroll left center transparent;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    margin: 0;
    text-indent: -3000px;
    text-transform: uppercase;
}
h1 span {color: #fefefe;}
h2 { font-size: 14px; font-weight: normal; }
h3 { font-size: 12px; font-weight: normal; }
p { font-size: 12px; }
ul {list-style: none; margin: 0; padding:0;}
