@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}
#center {
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	
}
#header {
	background-color: #666666;
	height: 135px;
	width: 910px;
	float: left;
}
#content-right {
	float: right;
	width: 315px;
	position: relative;
	margin-top: -135px;
}
#logo {
	background-image: url(layout/klima-moro-logo.jpg);
	background-position: top;
	height: 135px;
	width: 315px;
}

#header-bg {
	background-image: url(layout/header-bg.jpg);
	position:absolute;
	top: 0%;
	left: 50%;
	margin-left: -605px;
	height: 135px;
	width: 1200px;
}
#top-menu {
	height: 15px;
	width: 585px;
	margin-left: 150px;
	text-align: right;
	margin-top: 12px;
}
#footer {
	clear: both;
	float: left;
	width: 910px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #669900;
	padding-top: 10px;
}


#root-menu {
	float: left;
	height: 35px;
	width: 595px;
}
#fade {
	background-image: url(layout/menu-bg-bottum.gif);
	background-position: bottom;
	height: 40px;
	width: 315px;
}
#small-content {
	width: 278px;
	margin-right: auto;
	margin-left: auto;
}
#background {
	background-image: url(layout/menu-bg.gif);
	background-repeat: repeat-y;
	width: 315px;
}


#menu {
	width: 278px;
	margin-left: 18px;
	margin-top: -1px;
}


#content-left {
	float: left;
	width: 595px;
}

