/* Style Sheet */

* {margin: 0; padding: 0; border: 0; outline: 0;}
html {overflow-y: scroll;} /* Scrollbar Platzhalter */
body {
	position:       relative;
	font-family:		Verdana, Arial, Helvetica, sans-serif; 
	font-size: 			62.5%; 
	color: 					#666; 
	background: 		#e7ecdd url(../img/basis/portraet1.png) no-repeat -148px 30px; 
	background-attachment: fixed;
}
h1 {font-size:180%; color:#75864c; line-height:35px;}
h2 {font-size:160%; color:#dc143c; line-height:25px;}
h3 {font-size:140%; color:#919191;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:80%; color:#969696;}
a {color: #75864c; text-decoration: none;}
li.aktiv a {color: red;}
a:hover {color: red;}
#container {
	width: 940px;
	height: auto; 875px;
	margin: 45px 0 0 270px;
	border-radius: 50px;	
	 ox-shadow: 3px 3px 5px #cdcdcd;
}	
#head {
	width: 940px;
	height: 250px;
	margin: 0;
}
#head-li {
	float: left;
	width: 198px;
	height: 250px;
	margin: 0 2px 0 0;
	background: rgba(255,255,255,0.7) url(../img/basis/logo+schrift_allesinbalance.png) no-repeat 0 20px;
	border: 1px solid #f5f5f5;
	border-radius: 50px 0 20px 0;	
}
#head-re {
	float: right;
	width: 736px;
	height: 250px;
	margin: -252px 0 0 202px;	
	background: rgba(255,255,255,0.7) url(../img/basis/kopf00a.png) no-repeat 0 0;
	border: 1px solid #f5f5f5;
	border-radius: 0 50px 0 20px;	
}

/* Navigation der Gruppen */
#head-re ul {
	height: 30px;
	width: 701px;
	margin-top: 220px;
	padding: 0 0 0 35px;
	font-size: 12px;
	color: #75864c;
	list-style: none;
  background: rgba(255,255,255,0.75);
	border-radius: 0 0 0 20px;	
}	
#head-re ul li {
	float: left;
	display: block;
	width: auto;
	margin: 0;
	padding: 0 27px;
	line-height: 30px;	
}
#head-re ul li:hover, #head-re ul li.aktiv {color: red;}

#nav {
  float: left;
	width: 198px;
	height: auto;
	margin: 2px 2px 0 0;
	 order: 1px solid  red;
}
#nav1 {
  float: left;
	width: 198px;
	height: 240px;
	margin: 0;
	background: rgba(255,255,255,0.7);
	border: 1px solid #f5f5f5;
	border-radius: 0 20px 0 0;	
}
#nav1 ul {
	margin: 35px 40px;
	font-size: 12px;
	color: #75864c;
	list-style: none;
}
#nav1 ul li {
	margin-left: 5px;
	padding: 7px 0 7px 15px;
	background: url(../img/basis/quader_kl.png) no-repeat 0 52%;
}
#nav1 ul li:hover, #nav1 ul li.aktiv {
	color: red;
	background: url(../img/basis/quader_hover.png) no-repeat 0 52%;
}
#neu {
  position: absolute;
	top: 405px;
	left: 123px;
  width: 40px;
	height: 30x;
	margin: 0;
	 order: 1px solid red;
}
#spruch {
	float: left;
	width: 198px;
	height: 170px;
	margin: 2px 0 2px 0;
	background: rgba(255,255,255,0.9) url(../img/spruch_ursachen.png) no-repeat 0 0;
	border: 1px solid #f5f5f5;
}
#spruch img {
	margin: 0;
	padding: 0;
	 order: 1px solid  red;
}
#nav2 {
  float: left;
	width: 198px;
	height: 160px;
	margin: 0;
	background: rgba(255,255,255,0.7);
	border: 1px solid #f5f5f5;
	border-radius: 0 0 0 50px;	
}
#nav2 ul {
	margin: 35px 40px;
	font-size: 12px;
	color: #75864c;
	list-style: none;
}
#nav2 ul li {
	margin-left: 5px;
	padding: 7px 0 7px 15px;
	background: url(../img/basis/quader_kl.png) no-repeat 0 52%;
}
#nav2 ul li:hover, #nav1 ul li.aktiv {
	color: red;
	background: url(../img/basis/quader_hover.png) no-repeat 0 52%;
}
#copyright {
	margin: 0;
	padding: 229px 40px;
	font: normal 11px Tahoma, Arial;
}
#copyright a {color: #a0a0a0;}
