@charset "UTF-8";
@import url("cms.css");
/* CSS Document */

#container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu {
	float: left;
	width: 110px;
}
#menu a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11px;
}
#menu a:hover {
	background-color: #FFC69A;
}
.kat {
	display: block;
	margin: auto;
	margin-bottom: 8px;
}
#logo {
	float: left;
	height: 40px;
	width: 200px;
	position: absolute;
	left: 140px;
	top: 1px;
}
#topright {
	height: 160px;
	width: 410px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 2px;
	padding-right: 2px;
}
#topcontent {
	float: left;
	width: 320px;
	margin-left: 30px;
	margin-top: 50px;
	line-height: 16px;
}
#topcontent p {
	margin-top: 0px;
}
#content {
	clear: both;
	padding-top: 15px;
	min-height: 300px;
	padding-left: 10px;
}
#bottom {
	height: 30px;
	padding-top: 15px;
	background-color: #FFAC64;
	margin-top: 15px;
	padding-left: 140px;
	color: #FFF;
	font-size: 12px;
}
#bottom a {
	color: #FFF;
}

