* {	padding: 0; margin: 0; } 

html { height: 101%;}


body {
    background: #fff;
	font: 0.74em Trebuchet MS, Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}

a {
	color: #3B6EBF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:hover, a:focus {
	background-color:#CCC;
	color: #006;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:active {
	background-color:#CCC;
	color: #006;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: none;
}

/*===========
Navigation*/
.right a {
	display: block;
	text-decoration: none;
	background-color: #F9F9F9;
	color: #3B6EBF;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	border-left: 3px solid #F9F9F9;
}

.right a:hover, a:focus {
	background-color:#ccc;
	color: #006;
	padding: 4px;
	font-size: 12px;
	border-left-color: #3B6EBF;
	text-decoration: none; 
	font-weight: bold;
}
/*================
Ende Navigation*/

#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('bilder/midbg-2.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('bilder/topbg-2.jpg');
height: 140px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('bilder/unten-2.jpg');
height: 50px;
}


h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #000; }
h2 { color: #366; font-size: 16px; margin-bottom: 10px; margin-top: 10px; }
h3 { padding-left: 0px; padding-top: 5px; font-size: 10px; color: #999; }
h4 { color: #000; font-size: 14px; margin-bottom: 10px; margin-top: 10px; }
h5 { color: #666; font-size: 14px; margin-bottom: 0px; margin-top: 5px; }
h6 { color: #666; font-size: 12px; margin-bottom: 5px; margin-top: 5px; }

.breadcrumbs { 
    background: #F9F9F9; 
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 64%;
	padding: 0 10px 0 30px;
	text-align: justify;
}

.right {
	float: left;
	width: 25%;
	margin: 20px 0px 0 20px;
	
	
}

.right ul {
	width: 12em;
	border-top: 1px solid #666;
	margin:0;
}

.right li {
	list-style-type: none;
	color: #3B6EBF;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0;
}



#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}



