html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	
	background:	#313236;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 830px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	
	background: #F2F2F2 url('images/bg.gif');
}

#bar {
	height: 100%;
	width: 230px;
	padding: 0px;
	margin: 0px;
	float: left;
	position: fixed;
	
	background: transparent url('images/menu.gif') repeat-y right;
}

#head {
	display: block;
	width: 200px;
	height: 230px;
	margin: 0px 0px 0px 15px;
	line-height: 380px;
	
	background: transparent url('images/logo.png') no-repeat;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

#menu {
	padding: 0px 0px 0px 15px
}

#menu ul {
	padding: 0px;
	margin: 0px;
	
	list-style-type: none;
}

#menu ul li img {
	float: left;
	margin: 6px 5px 0px 0px;
	
	border: none;
}

#menu ul li a {
	display: block;
	height: 30px;
	line-height: 28px;
	padding: 0px 20px 0px 15px;
	
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;			
}

#menu ul li a:hover,
#menu ul li a:active,
#menu ul li a:focus,
#menu ul li a.selsub {
	background: transparent url('images/menuHover.gif') repeat-y;
}

#menu ul li a.sel {
	background: transparent url('images/menuSel.gif') repeat-y;
}

#menu ul ul li a {
	border-left: 8px solid #4c8530;
}

#menu ul ul li a:hover,
#menu ul ul li a:active,
#menu ul ul li a:focus {
	border-left: none;
	padding-left: 23px;
}

#menu ul ul li a.sel {
	border-left: none;
	padding-left: 23px;
}



#body {
	margin: 0px 15px 0px 0px;
	padding: 40px 50px 40px 255px;
	
	font-family: Verdana;
	font-size: 14px;
	color: #4D4D4D;
	background: transparent url('images/edge.gif') no-repeat right top;
}

#body h1 {
	margin: 0px 0px 20px 0px;
	
	font-size: 22px;
}

#body h2 {
	margin: 30px 0px 12px 0px;
	font-size: 16px;
}

#body h3 {
	margin: 30px 0px 12px 0px;
	font-size: 14px;
	font-style: italic;
}

#body p {
	margin: 12px 0px 30px 0px;
	line-height: 22px;
	
	text-align: justify;
}

#body div.img {
	display: block;
	padding: 8px;

	
	font-size: 11px;
	
	text-align: justify;
}

#body div.img em {
	color: #6d6d6d;
	font-style: normal;
}

#body div.img img {
	display: block;
	border: none;
}

#body div.left {
	float: left;
	margin: 8px 20px 8px 0px;
}

#body div.ref {
	float: left;
	margin: 8px 5px 8px 0px;
}

#body div.right {
	float: right;
	margin: 8px 0px 8px 20px;
}

#body div.center {
	margin: 8px auto 8px auto;
}

#body ul {
	margin: 0px 0px 20px 0px;
	line-height: 22px;
}

#body a {
	color: #0d0d0d;
}

#body a.home {
	color: #313236;
	text-decoration: none;
}

#body a:hover,
#body a:active,
#body a:focus {
	text-decoration: none;
	color: #8d8d8d;
}

#imprint {
	display: block;
	padding-top: 30px;

	font-size: 11px;
	color: #aaaaaa;
	text-align: center;
}

#imprint a {
	color: #888888;
}
