@charset "UTF-8";
body{
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	height:101%;
}
/* allgemeine Angaben*/
/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}


a:visited {
	color: #4E5869;
	}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* allgemeine Angaben Ende*/

/* Gesamtcontainer*/
.container {
	w/dth: 70%;
	max-width: 800px;
	min-width: 768px;
	background: #FFF;
	margin: 0 auto; 
}
/*container für menu */
.header {
	height:70px;
	position:relative;
}


/*container linke Seite */
.sidebar1 {
	float: right;
	width: 30%;
	backgro/und: #93A5C4;
	padding-bottom: 10px;
	padding-top:10px;
	min-height:400px;
	
}
/*container rechte Seite */
.content {
	padding: 10px 0;
	width: 60%;
	float: left;
	min-height:500px;
	overflow:auto;
	font-size:1em;
	
}
.content h1 {
	color:#999;
	font-size:1em;
	font-weight:normal;
	}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.nav {
	padding-top:20px;
	}
ul.nav {
	list-style: none; 
	margin-bottom: 15px;
}
ul.nav li {
	
	float:left;
	font-size:0.7em;
	margin-right:28px;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	backgro/und: #8090AB;
	color: #777;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
		color: #000;
}
.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
}
.linkaktiv {
	color:#ff0000;
	cursor:pointer;
	}
.content p {
	font-size:0.9em;
	}
.content h2{
	color:#666666;
	font-size:0.9em;
	}
.la {
	color:#666666;
}
#idmenu {
	position:absolute;
	left:710px;
	top:25px;
	color:#ccc;
	font-size:0.7em;
	}
.joern {
		font: 100%/1.4 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:1.2em;
		letter-spacing:0.1em;
		color:#999;
		margin-left:-10px;
		margin-top:60px;
		margin-bottom:30px;
		font-weight:normal;
		}

.rechts {
 padding-top:1.9em;
 padding-left:10px;
 font-size:0.9em;
 color:#999;
 font-weight:normal;
 
}
#groth {
	float:right;
		}
#groth p {
	margin:0;
	padding:0;
	text-align:left;
	color:#ccc;	
	}
	#groth h2 {
		margin:0;
		padding:0;
		font-size:.8em;
		color:#000;
		font-weight:normal;
		
		}
	#groth a { 
	text-decoration:none;
	color:#ccc;
	font-size:0.8em;
	padding-left:10px;
	}
#groth .galtitel {
	margin:0;
padding:4px 0;
font-size:0.8em;
	color:#000;
	}
.red{
		color:#ff0000;
		}
#groth .galink {
	padding:0;
	font-size:0.8em;
	color:#999;
	}
.abstand {
	margin-top:130px;
	float:right;
	
	height:230px;
	width:420px:
	}
h4 {
	float:left;
	color:#ccc;
	font-size:0.8em;
	}
#idmenu a{
	text-decoration:none;
	font-size:0.9em;
	color:#777;
	}