@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;
	height:50%;    /*ohne Banner 70% */
}

#banner{
	margin-left:auto;
	margin-right:auto;
	width:468px;
	text-align:center;
	height:60px;
	margin-bottom:100px;
}

#footer{
	/*vertical-align:bottom;*/
	margin-left:auto;
	margin-right:auto;
	width:468px;
	text-align:center;
	background-color:#252b2e;
	margin-top:130px;
	height:20px;
	font-size:10px;
}

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

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

#bild{
	height:53px;
	background-image:url(../graphics/kitchen.jpg);
	background-repeat:no-repeat;
	padding:185px 0px 0px 58px;
	margin-top:3px;
}

#raum{
	height:20px;
}

#lkk{
	background-color:#5a6265;
	background-image:url(../graphics/Living_Kitchenbanner.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:408px;
	height:88px;
}


#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:25px;
	width:403px;
	height:16px;
	background-color:#3e454e;
	padding:6px 0px 0px 5px;
	color:#6e7b8a;
}

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

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

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

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



a:link{
	color:#6e7b8a;
}

a:visited{
	color:#6e7b8a;
}

a:hover{
	color:#8fa0b3;
}

a:active{
	color:#8fa0b3;
}
