@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../img/bg_start.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.content-area {
	width: 150px;
	margin-left: 235px;
}

.content {
	margin-left: 0px;
	width: 100px;
	padding-top: 25px;
}

.content ul {
	margin-left: 8px;
	list-style-type: none;
}

.content ul li {
	margin-bottom: 2px;
}

.content ul li a {
	font-weight: normal;
	color: #222;
	background-image: url(../img/bullet_passiv.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 10px;
	text-decoration: none;
}

.content ul li a:hover {
	color: #933;
	background-image: url(../img/bullet_aktiv.gif);
}

.banner-area {
	width: 100%;
	height: 225px;
	padding-left: 0px;
	margin-top: 43px;
	background-color: #933;
}

.banner-area div {
	float: left;
}


