body {
	font-size: 85%;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, Sans-Serif;
	color: #444;
	text-align: center;
	height: 101%;
	}
	
#wrap {
	background: url('images/sidebg.gif') left top repeat-y;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	background: #369;
	}
	
	#header div h6 {
		margin: 3px 3px 0 3px;
		color: #fff;
		font-size: 1.3em;
		text-transform: uppercase;
		}

#header-grafik div {
	background: #fff;
	}
	
	#header-grafik div img {
		margin: 8px 0;
		padding: 0;
		border: 0;
		}
	
#content {
	float: right;
	width: 67.37%;
	text-align: left;
	}
	
	#content div {
		margin: 0 5px 20px 7px;
		}
		
		#content div h1 {
			padding: 0;
			margin: 0 2px 15px 0;
			font-size: 1.8em;
			}
			
		#content a, #content a:visited {
			color: #369;
			text-decoration: none;
			}
			
		#content a:hover, #content a:active {
		background: #eec;
		}
				
#sidebar {
	float: left;
	width: 32.63%;
	}
	
	#sidebar div {
		margin: 7px;
		}
		
	#sidebar a, #sidebar a:visited {
		color: #369;
		text-decoration: none;
		}
		
	#sidebar a:hover, #sidebar a:active {
		background: #fff;
		color: #369;
		}
		
#footer {
	clear: both;
	background: #fff url('images/sidebg.gif') left top repeat-y;;
	}
	
	#footer div {
		color: #fff;
		text-align: center;
		padding: 0;
		}
		
		#footer div p {
			border-top: 8px solid #fff;
			background: #369;
			padding: 8px 0;
			margin: 0;
			}
			
		
	#footer a, #footer a:visited {
		color: #fff;
		text-decoration: none;
		}
		
	#footer a:hover, #footer a:active {
		background: #fff;
		color: #369;
		}

/* Sidebar Menu */

ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.menulevel4, ul.menulevel5, ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.sitemaplevel4, ul.sitemaplevel5, ul.submenu, ul.search {
	padding-left: 0;
	margin-left: 0;
}

li {
	line-height: 1.8em;
}

li.doc {
	list-style: none;
	background: url('images/bg.gif') left bottom repeat-x;
}

li.docs {
	list-style: none;
	background: url('images/bg.gif') left bottom repeat-x;
}

li.sdoc {
	list-style: none;
	background: url('images/bg.gif') left bottom repeat-x;
}

li.sdocs {
	list-style: none;
	background: url('images/bg.gif') left bottom repeat-x;
}

ul.menulevel2 li, ul.menulevel3 li, ul.menulevel4 li, ul.menulevel5 li {
	border: 0;
	padding-left: 15px;
	}
	
