@charset "utf-8";
/* CSS Document */
body {
	text-align: center;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
		
		font-size:14px;
}




body, comment, customer, work, comment_txt, p{
	font-size:16px;
}
*{
	font-size:16px;
}

/*
.flash_content {
	width: 1150px;
	height: 812px;	
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-575;
	margin-top:-404;
}
*/

.flash_content {
	width: 805px;
	height: 560px;
	margin: 10px auto;
}


/*==================================================
    => mobile styles / no flash  
==================================================*/

div#wrapper-mobil {
	width:100%;
	min-height:1400px;
	position:relative;
	margin: 0 auto;	
	font-family: 'Metrophobic', sans-serif;
background:url(images/body-bg.jpg) no-repeat top center;
	text-transform:uppercase;


}
div#container {
	width:920px;
	padding:557px 39px 0 39px;
	min-height:900px;
	margin: 0 auto;
	position:relative;		
	background:url(images/body-bg.jpg) no-repeat  center top;

	

}

h1#branding {
	display:block;
	width:487px;
	height:88px;
	z-index:3;
	position:absolute;
	top:0;
	left:435px;
	text-indent:-999em;
	background: url(images/branding.gif) no-repeat 0 0;
	padding:0;
	margin:0;
	
	
}
h2#claim {
	width:506px;
	height:169px;
	z-index:2;
	left:435px;
	top:150px;
	position:absolute;
	text-indent:-999em;
	display:inline;
	background:url(images/claim.png) no-repeat;
	padding:0;
	margin:0;
	
} 

div#pdf{
	width:357px;
	height:456px;
	z-index:1;
	left:39px;
	top:68px;
	position:absolute;
	text-indent:-999em;
	background:url(images/pdf-kataloge.png) no-repeat;
}
div#pdf-button a{
	width:483px;
	height:105px;
	z-index:3;
	left:163px;
	top:367px;
	position:absolute;
	text-indent:-999em;
	display:block;
	background:url(images/pdf-button.png) no-repeat;
}

div#pdf-button a:hover{
	background: url(images/pdf-button-hover.png) no-repeat;
}

div#content-main{
	background:url(images/bg-bubbles.png) no-repeat right 60px;
	font-family: 'Metrophobic', sans-serif;
	font-size:21px;
	line-height:22px;
	text-transform:uppercase;
	text-align:left;
}

div#content-main ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#content-main ul li{
	margin:0;
	padding:0  0 0 25px;
	list-style:none;
	background: url(images/list-li.png) no-repeat 0 4px;
}


div#content-main .space{
	margin:0;
	padding:0  25px 0 25px;
	list-style:none;
	
	background: url(images/list-li.png) no-repeat 0 4px;
}

div#footer{
	
	padding-top:150px;
	text-align:left;
	width:920px;
	clear:both;
	font-family: 'Metrophobic', sans-serif;
	font-size:25px;
	line-height:25px;
	
}
div#flash-icon a{
	display:block;
	width:142px;
	height:137px;
	float:right;
	margin-right:39px;
	margin-left:20px;
	background:url(images/bg-flashicon.png) no-repeat;
	text-indent:-999em;

}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active  {
	color: #92b931;
	text-decoration: none;
	
}



