/*www.albrecht-stoeter.de Standardlayout*/
/*author: svenja poniecki*/
/*copyright: August 2011*/

/*@charset "utf-8";*/



*, img { 
	border: none;
	text-decoration: none;
}


html, body { 		
	margin: 0;
	padding: 0;
}


body {
	background-color: #858585; 
  	padding: 0;
  	margin: 0;
	font-size: 100.01%;
	font-family: verdana, sans-serif;
	text-decoration: none;
	color:#fff;
}


/* Divs */	
#centerbox {
	margin: 0px auto; 
	text-align: center;
	background-color: #fff;
	position:relative;
	top:0px;
}

#top {
	width: 100%; 
	background:#525355;
	border-bottom:#fff solid 20px;
}

#header {
	margin: 0px auto; 
	background-color: #525355;
	width:985px;
	height:726px;
	background: url("../images/teaser_header.jpg") center top no-repeat;
}

#labellink{
	width:87px;
	height:429px;
	top:160px;
	left:0px;
	position:absolute;
	z-index:9;
}

#content{
	background-color: #858585;
}


#text{
	width:775px;
	margin: 0px auto; 
	text-align:left;
	padding-top:2.5em;
	padding-left:100px;
	padding-right:110px;
	padding-bottom:10em;
}



/* Typo */


h1, h2{
	font-family: georgia, serif;
	font-style: italic;
	font-weight:normal;
	color: #4f4f4f;
	font-size: 0.9em;
	line-height:1.6em;
	margin:0em;	
}

h1{
	color: #fff;
	font-size: 1.25em;
	margin:0em 0em 0.5em 0em;	
}

p{
	font-size: 0.7em;
	line-height:1.6em;
	font-weight:normal;
	margin:0em 0em 2em 0em;
}


em, .google {
	color: #4f4f4f;
	font-style:normal;
}

a{
	color:#fff;
}