/* CSS Document */

body {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FEF5EC;
	margin: 0;
}
h1 {
	color:#00B5BC;
	font-size:16px;
	margin: 0px 0px 10px 15px;
	font-weight: bold;
}
h2 {
	color:#a73f12;
	font-size:14px;
	margin: 10px 0px 10px 15px;
	font-weight: bold;
}

#rahmen {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#head {
	height: 201px;
	background-image: url(../../images/logo.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#topnavi {
	height: 31px;
	background-image: url(../../images/navitop.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#navileiste {
	margin-left:260px;
	position: relative;
	width: 650px;
}
#navileiste ul {
	text-transform: uppercase;
	list-style : none;
	margin : 0px 0px 0px 0px;
	padding : 0;

}
#navileiste li {
	margin : 0px 0px 0px 0px;
	padding : 0;
	display:inline;

}

#navileiste a {
	text-decoration:none;
	font-weight: bold;
	color: #666666;
}
#navileiste a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #00B5BC;
}

#content {
	position: relative;
	width:1024px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/bgcontent.jpg);
	background-repeat: repeat-y;
}
#navi {
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../../images/navileft.jpg);
	background-repeat: no-repeat;
}
#navi_inside {
	width:247px;
	margin: 75px 0px 250px 0px;
	overflow: auto;
}
* html #navi_inside {
	margin: 85px 0px 180px 0px;
}
*:first-child+html #navi_inside {
	margin: 85px 0px 180px 0px;
}
#maincontent {
	width: 494px;
	float: left;
	background-image: url(../../images/maincontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 25px;
}
#footer {
	height: 35px;
	background-color:#737373;
	margin-top: 0px;
	margin-bottom: 300px;
	color: #FEF5EC;
	text-align: center;
	position:relative;
	overflow: auto;
}
#footer p {
	margin:10px 10px 0px 10px;
	padding:0px;
}
#rechts {
	float: right;
	width:283px;
	position: relative;
	padding: 70px 0px 0px 0px;
	margin: 0;
	background-image: url(../../images/maincontent.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#maincontent p {
	text-align: justify;
	margin-left: 15px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 16px;
}
#maincontent a {
	text-decoration:underline;
	color:#a73f12;
}
#maincontent a:hover {
	text-decoration:underline;
	color: #00B5BC;
}
.tl {
	background-color: #FFFFFF;
	background-image: url(../../images/topleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 70px;
	margin-right: 18px;
}
.tr {
	background-image: url(../../images/topright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	}
.bl {
	background-image: url(../../images/bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.br {
	background-image: url(../../images/bottomright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
	padding-right:15px;
}
#navi_inside ul {
	margin-left: 6px;
	line-height: 20px;
	text-transform: uppercase;
}

#navi_inside li {
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-right: 30px;
	border-bottom-color: #999999;
	list-style-image: url(../../images/navibullet.gif);
	list-style-position: outside;
}
* html #navi_inside li {
	margin-left: 55px;
	margin-top:4px;
	list-style-position: outside;
	padding-bottom: 4px;
	list-style-type: disc;
	line-height: 12px;
}
*:first-child+html #navi_inside li {
	margin-left: 55px;
	margin-top:4px;
	list-style-position: outside;
	padding-bottom: 4px;
	list-style-type: disc;
	line-height: 12px;
}
#navi_inside a {
	text-decoration:none;
	font-weight: bold;
	color: #666666;
}
#navi_inside a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #00B5BC;
}

