html, body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color: #183E4F;
	color: #183E4F;
	text-align: center;
}

ul, p {
	line-height: 19px;
}
h2 + p {
	margin-top: -6px;
}
a {
	color: #183E4F;
}

div#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 967px;
	background-image: url('../img/backg_main.png');
	background-repeat: repeat-y;
	text-align: left;
}

div#header {
	position: absolute;
	top: 0px;
	left: 215px;
	width: 738px;
	height: 209px;
}

/* --------------- LEFT (start) --------------- */
div#left {
	position: absolute;
	top: 0px;
	left: 16px;
	width: 198px;
}
a#logo, a#logo img {
	border: 0;
	width: 198px;
	height: 85px;
}
ul#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 198px;
}
ul#menu li {
	margin: 0;
	padding: 0;
}
ul#menu li a {
	color: #767676;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 18px; /* 23 - padding-top */
	padding: 5px 0px 0px 14px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	border-bottom: 1px solid white;
}
ul#menu li.single a {
	/* height: 27px; /* 40 - padding-top */
	margin-bottom: 4px;
	height: 25px;
}
ul#menu li a:hover, ul#menu li a.current {
	color: #183E4F;
	background-color: #E7EEEE;
}
ul#menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C6C5C5;
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 6px;
}
ul#menu li.single ul {
	padding-bottom: 0;
}
ul#menu li ul li a {
	color: #696969;
	font-weight: normal;
	height: 18px; /* 20 - padding-top */
	padding: 2px 0 0 18px;
	margin: 0px;
	border-bottom: 1px solid white;
}

li.umbruch {
	height: 35px;
	line-height: 16px;
}
li.umbruch a {
	height: 35px ! important;
	text-indent: -12px;
	padding-left: 30px ! important;
}

/* --------------- LEFT (ende) --------------- */

/* --------------- CONTENT (start) --------------- */
div#content {
	padding: 230px 0 40px 215px;
	width: 539px;
	background-image: url('../img/backg_content.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 430px;
}
* html div div#content { /* fix für IE (6.0 & 5.x) */
	 /* Deklaration fuer IE 5.x */
	height: 630px;
	background-image: none;
	
  	voice-family:"\"}\"";  /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
	voice-family:inherit;
	
	/* Deklaration fuer IE 6.0 */
	height: 430px;
	background-image: url('../img/backg_content.jpg');
}
div#content p, div#content h1, div#content h2, div#content ul {
	margin-left: 38px;
	width: 380px;
}
div#content h1 {
	font-size: 20px;
	margin-top: 0px;
	width: 480px;
}
div#content h2 {
	font-size: 14px;
	font-weight: bold;
}
div#content ul {
	padding-left: 20px;
}
/* --------------- CONTENT (ende) --------------- */

/* --------------- SIDEBAR (start) --------------- */
div#sidebar {
	position: absolute;
	top: 230px;
	left: 755px;
	width: 198px;
}
div#sidebar p, div#sidebar a {
	color: #444444;
	padding-left: 8px;
	padding-right: 8px;
}
div#sidebar hr {
	color: #C6C5C5;
	margin: 16px 8px 16px 8px;
	height: 1px;
	border-style: solid;
	border-bottom: 0;
}
div#sidebar p {
	margin-top: 0px;
}
/* --------------- SIDEBAR (ende) --------------- */

div#footer {
	width: 967px;
	height: 20px; /* 25 - padding-top */
	padding-top: 6px;
	background-image: url('../img/backg_footer.png');
	background-repeat: no-repeat;
	background-color: white;
	color: #5DC3AA;
	text-align: center;
}
