#container {
	border: 1px solid #cccccc;
	background: #fff;
	width: 1024px;
}

#wrapper {
	min-width: 700px;
	width: 100%;
}

#outer {
	padding-left: 230px;
	
	padding-right: 260px;
}

#wrapper-1 {
	padding-left: 240px;
	padding-right: 20px;
}

#inner {
	margin: 0;
	width: 100%;
}


#header {
	height: 226px;
	width : 1024px;
	font-size: 85%;
	background: url(../images/topbanner.jpg) right top no-repeat;
}

#topbanner {
height : 226px;
width : 1024px;
padding : 0;
margin : 0;
background: url(../images/topbanner.jpg) right top no-repeat;
}

#toprechts {
height : 226px;
float : right;
width : 100%;
padding : 0;
margin : 0;
background: url(../images/topright.jpg) right top no-repeat;
}


#header ul {
	float: right;
	margin: 0px 0px 0px 0px;
    padding: 3px 5px;
    /*background: #e5e5cf;*/
	list-style-type: none;
}
#header ul li {
	display: inline;
}
#header a.open {
    color: #1a1a03;
}

#sub-menue {
	width: 200px;
	margin-left: -220px;
	padding: 50px 0 10px 0;
	float: left;
	position: relative;
	z-index: 10;
}
#sub-menue h3 {
	border-bottom: 1px solid #808040;
}


#sub-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.3em;
	width: 200px;
	margin-left: -230px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	z-index: 10;
}

#sub-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #cccccc;
}

#sub-nav li a {
	padding: 1px 5px 1px 5px;
	margin: 0px;
	color: #000000;
	display: block;
}

#sub-nav li a.active {
	color: #009900;
	font-weight: bold;
}

#sub-nav li a:hover {
	/*background: #FFCC00;*/
	color: #009900;
	font-weight: bold;
}

:focus { outline:none; }

/* Ende linkes Navigationsmenu */


/* === marginal-Bereich und spezielle Formatierungen === */
#marginal {
	width: 180px;
	margin-right: -220px;
	margin-left: 40px;
	padding: 55px 0;
	float: left;
	position: relative;
	z-index: 11;
	font-size: 85%;
	text-align: center;
}
#marginal h3 {
	background-color: #b3b37d;
	text-transform: uppercase;
}

#marginal p {
	text-align: left;
}
#marginal img {
	margin: 5px 0 5px 0;
	padding: 0;
	border: 0px solid #4c4d17;
}

/* === content-Bereich und spezielle Formatierungen */
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
	padding: 0px 0 0px 0px;
}

#content ul {
	margin-left: 5px;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.8em;
	padding: 0px 5px 8px 2px;
	border-bottom: 1px solid #ccc;
}

.unten {
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
	float: right;
	margin-top: -17px;	
}

.unten a {
	padding-right: 20px;
	color: #003366;
	text-decoration: none;
}

/* === Footer-Bereich und spezielle Formatierungen === */
#footer {
	width: 100%;
	height: 28px;
	position: relative;
	z-index: 13;
	/*border-top: 1px solid #000000;*/
	font-size: 85%;
	background: url("../images/untenbg.jpg") repeat-x 37px 0px;
}

#footer p {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}
#footer p a {
	float: right;
	padding: 0px 0px 0px 0px;
	background: url("../images/go_top.gif") no-repeat 0px 50%;
}