/*
#################################################################################################
# General
#################################################################################################
*/

*{ margin: 0; padding: 0; outline: none; }

h1, h2, h3, h4, h5, h6{
	color:#000000; margin-bottom: 18px;
}

h1 { font-size: 14px; font-weight: bold;}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }
.grey { color: #999999;}

p{
	margin: 0 0 20px 0;
}

html {
	height: 100%; 
	overflow: scroll;
	overflow-x: auto; /*CSS3*/
	
} 

body {
	height: 100%;
	height: auto !important;
	background: url(../img/bg_page.jpg) repeat-x;
}

#pagewrap{
	margin: -125px auto 0;
	width: 998px;
	background-color: #ffffff;
	height: 100% !important;
	font: 11px  arial, verdana, sans-serif;
	min-height: 900px;
	position: relative;
}

/*
#################################################################################################
# Layout -> Header
#################################################################################################
*/

#header{
position: relative;
}

#swfHeader{
	margin: 0 0 0 46px;
}
/*.logoBar, .logoBar2{
	background: url(../img/logo_bar.jpg) left top;
	width: 770px;
	height: 28px;
	margin: 0 0 20px 125px;
}
*/
.logoBar2{
/*	background: none;  */
	font-size: 18px;
/*	margin: 0 0 30px 125px; */
}

/*
#################################################################################################
# Layout -> Left
#################################################################################################
*/

#colLeft{
	width: 364px;
	float: left;
	margin: 13px 0 80px 53px;
	padding:  0 10px 0 10px;
	
}

#colLeft p a{
	color: #999999;
	text-decoration: none;
}

/*
#################################################################################################
# Layout -> Right
#################################################################################################
*/

#colRight{
	width: 375px;
	float: left;
	margin: 0 80px 0 60px;
	padding:  0 10px 0 10px;
}


#colRight h1, #colRight p{
	padding: 0 0 0 78px;
}

/*
#################################################################################################
# Layout -> Content
#################################################################################################
*/

#shopLinks, #commingUpLinks{
	list-style-type: none;
	margin: 14px 0 10px 0;
	font: bold 14px arial,verdana,sans-serif;
	color: #ffffff;
}

#colRight h1{
	margin:0px !important;
}

#shopLinks span, #commingUpLinks span{
	width: 60px !important;
	float: left;
	margin:  0 0 0 19px;
}

#shopLinks img, #commingUpLinks img{
	margin: 0 auto;
}

#shopLinks a, #commingUpLinks a{
	background: #4472a6 url(../img/arrow.jpg) no-repeat left top;
	padding: 5px 0 5px 20px;
	margin-bottom: 14px;
	width: 270px !important;
	display:block;
	color: #ffffff;
	text-decoration: none;
	float:left;
}

#commingUpLinks a{
	background: grey;
}

#forDealers{
	background: url(../img/achtung.jpg) no-repeat left 22px;
	padding: 20px 0 0 78px;
}


#forDealers a{
	color: #4472a6;
	text-decoration: none;
}

#forDealers h1{
	padding: 0px;
	margin: 0 20px 12px 0 !important;
}

.phone{
	color: #4472a6;
}
.address{
	margin-left: 78px;
}

#sign{
	margin: -9px 5px 5px 40px;
}

#stamp{
	position: relative;
	top: 181px;
	left: 797px;
	z-index: 10;
	display: inline-block;
}

#presse a {
	color: #999999;
	text-decoration: none;
}

#presse a:hover {
	color: #000;
}

h1.presse {
	margin-bottom: 7px;
	margin-top: 26px;
}

h1.impressum {
	margin-bottom: 7px;
	margin-top: 17px;
}

.hinweise {
	position: absolute;
	top: 34px;
	right: 247px;
}

.hinweise a {	
	display:block;
	padding: 20px; 
	text-indent: -99999px;
	width: 55px;
}

/*Translator-Button*/

#translator {
	position: absolute;
	right: 120px;
	top:5px;
}
