/* CSS Document */

body {
	background-color: #f1f1f1;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #242424;
}

#page {
	width: 850px;
	margin: 0 auto;
}

#header {
	background-image: url(images/bg_header.jpg);
	height: 127px;
}

#logo {
	width: 348px;
	height: 127px;
	margin-left: 18px;
}

#main {
	background-color: #fff;
	padding: 20px 25px;
}

#menu {
	background-color: #e9f8ff;
	width: 172px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}

#menu ul ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
}

#menu ul li {

}

#menu ul ul li {

}

#menu ul a {
	color: #1d3058;
	display: block;
	padding: 5px;
	border-bottom: 2px solid #fff;
}

#menu ul a:hover, #menu ul a.aktiv {
	color: #fff;
	background-color: #fe9f01;
	font-weight: bold;
	display: block;
	padding: 5px;
	text-decoration: none;
}

#menu ul ul a {
	color: #1d3058;
	display: block;
	padding: 5px 5px 5px 20px;
	background-image: url(images/bg_menu_fewo_off.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom: 2px solid #fff;
}

#menu ul ul a:hover, #menu ul ul a.aktiv {
	color: #fff;
	background-color: #fe9f01;
	font-weight: normal;
	display: block;
	padding: 5px 5px 5px 20px;
	background-image: url(images/bg_menu_fewo_on.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-decoration: none;
}

#menu ul strong {
	color: #fe9f01;
	display: block;
	font-size: 14px;
	padding: 5px 5px 5px 0px;
}

#content {
	width: 580px;
	float: right;
	line-height: 18px;
}

#footer {
	background-image: url(images/bg_footer.gif);
	height: 16px; /* 38px - 2x 11 */
	padding: 11px 25px;
	font-size: 11px;
	text-align: center;
}


h1 {
	color: #1d3058;
	background-image: url(images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 20px;
	padding: 5px 0 5px 40px;
	font-size: 14px;
	font-weight: bold;
	min-height: 20px;
	line-height: normal;
}

a {
	color: #fe9f01;
	text-decoration: none;
}

a:hover {
	color: #dc8900;
	text-decoration: underline;
}

#footer a {
	padding-right: 10px;
	font-weight: bold;
}

a img {
	border: none;
}

.foto {
	border: 1px solid #e9e9e9;
	padding: 3px;
	background-color: #fff;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}
