/* CSS Document */

html, body {
	background: #000000;
	height:100.1%;
	width:100%;
}
body {
	background: #000000;
	font: 86% Arial, "Helvetica Neue", sans-serif;
	margin: 0;                
}
#content {
	height:100%;
	width:100%;
	margin:0 auto;
	padding:0;
}
#content #wrapper {
	margin:0 auto;
	padding:0;
	width: 100%;
	height: 100.1%;
	background: url(/images/komfort_s_01.jpg) no-repeat center top;
}
#content #wrapper #main {
	text-align:left;
	width:960px;
	margin:0 auto;
	padding-top:160px;
}

#content #wrapper #main #text {
	width:680px;
	float:right;
	color:#CCC;
	line-height:1.5;
	font-size:13px;
}
#content #wrapper #main #text #foot {
	font-size:11px;
}
#content #wrapper #main #menu {
	float:left;
	width:260px;
	color:#CCC;
} 
#content #wrapper #main #menu a{
	color:#F00;
	text-decoration:none;
}
#content #wrapper #main #menu a:hover{
	color:#ccc;
	text-decoration:underline;
}

#content #menu {
	float:right;
}

.bg-m-1 {
	background-attachment: scroll;
	background-image: url(/images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1px;

}
.bg-m-3 {
	background-attachment: scroll;
	background-image: url(/images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1px;

}

