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

html{
	height:100%;	
}

body{
	/*overflow:hidden;*/
	height:100%;
	background-color:#252b2e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header{
	height:20px;	
}

#content{
	padding:50px;
	vertical-align:middle;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	margin-top:120px;
	width:760px;
	text-align:center;
	background-color:#252b2e;
	height:20px;
	font-size:10px;
}

#containerMain{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background-color:#252b2e;
}

#logo{
	text-align:right;
	height:30px;
	background-color:#252b2e;
	padding-right:158px;
}

#bild{
	height:53px;
	background-image:url(../graphics/kitchen.jpg);
	background-repeat:no-repeat;
	margin-left:186px;
	text-align:center;
	padding:185px 0px 0px 58px;
}

#button{
	background-color:#CCCCCC;
	background:url(../graphics/button_start.jpg) 0px -53px no-repeat;
	width:294px;
	height:53px;	
}

#button ul{	
	list-style:none;
	padding:0px;
	margin:0px;
}

#button ul li{	
	list-style:none;
	padding:0px;
	margin:0px;
}

#button a:link{
	text-align:center;
	width:294px;
	height:53px;
	display:block;
	background-image: url(../graphics/button_start.jpg) 0px -53px no-repeat;
}

#button a:visited{
	background:url(../graphics/button_start.jpg) 0px -53px no-repeat;
	width:294px;
	height:53px;
	display:block;
}

#button a:hover{
	display:block;
	background:url(../graphics/button_start.jpg) 0px 0px no-repeat;
	width:294px;
	height:53px;
}

#button a:active{
	display:block;
	background:url(../graphics/button_start.jpg) 0px 0px no-repeat;
	width:294px;
	height:53px;
}

#headlinebox{
	font-size:10px;
	margin-top:40px;
	margin-right:6px;
	width:400px;
	height:16px;
	background-color:#3e454e;
	padding:6px 0px 0px 5px;
	color:#8898ab;
	float:left;
}

#headlinebox2{
	float:left;
	font-size:10px;
	margin-top:40px;
	width:344px;
	height:16px;
	background-color:#3e454e;
	padding:6px 0px 0px 5px;
	color:#8898ab;
}

#logobox{
	background-color:#3e454e;
	width:250px;
	height:116px;
	margin-top:5px;
	margin-right:4px;
	float:left;
	color:#6e7b8a;
}

#logobox_end{
	background-color:#3e454e;
	width:250px;
	height:116px;
	margin-top:5px;
	float:left;
	color:#6e7b8a;
}

#sublogo{
	width:116px;
	float:left;
}

#text_s1{
	font-size:10px;
	width:134px;
	float:left;
	padding:43px 0px 0px 0px;
}

#text_s2{
	font-size:10px;
	width:134px;
	float:left;
	padding:43px 0px 0px 0px;
}

#dealership{
	font-size:10px;
	font-weight:bold;
	width:760px;
	height:16px;
	/*padding:5px 0px 0px 230px;*/
	padding-top:5px;
	text-align:center;
	color:#8898ab;
}

#line{
	height:9px;
	margin-bottom:5px;
	background:url(../graphics/line.jpg);
}

#line_top{
	height:9px;
    width:760px;
	margin-top:10px;
	background:url(../graphics/line.jpg);
}

#adresse{
	margin-top:10px;
	width:408px;
	background-image:url(../graphics/bg_adress.jpg);
	height:105px;
	font-size:10px;
	line-height:13px;
	color:#8c9caf;
	float:left;
}

#adresse_alt{
	margin-top:10px;
	width:350px;
	background-image:url(../graphics/bg_adress2.jpg);
	height:105px;
	font-size:10px;
	line-height:13px;
	color:#8c9caf;
	float:left;
}

#adresse1{
	padding-left:20px;
	padding-top:5px;
	width:184px;
	float:left;
}

#adresse2{
	padding-left:20px;
	padding-top:5px;
	width:184px;
	float:left;
}

#adresse3{
	padding-left:20px;
	padding-top:5px;
	width:215px;
	float:left;
	font-size:10px;
	line-height:13px;
	color:#8c9caf;
}

#opening{
	margin-top:0px;
	width:95px;
	height:85px;
	background-image:url(../graphics/opening.jpg);
	float:left;
}

.floatKiller{
	clear:both;
	height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
}



a:link{
	color:#8898ab;
	font-weight:100;
}

a:visited{
	color:#8898ab;
	font-weight:100;
}

a:hover{
	color:#acc0d8;
	font-weight:100;
}

a:active{
	color:#acc0d8;
	font-weight:100;
}