* {
	margin: 0;
	padding: 0;
}
body {
	background: #E4E1D6;
	color: #2D2D2D;
	font-size: 100.01%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*html body {
	overflow: hidden;
	scrollbar-base-color: #E4E1D6;
	scrollbar-face-color: White;
	scrollbar-shadow-color: #E4E1D6;
	scrollbar-track-color: White;
	scrollbar-arrow-color:  #DCDCDC;
	scrollbar-3dlight-color: #E4E1D6;
	scrollbar-darkshadow-color: #DCDCDC;
}
/*-------------------------------------  HEADER  ----------------*/

#header {
	position: fixed;
	left: 0; top: 0px;
	background: transparent url(header.jpg) no-repeat;
	color: #2D2D2D;
	height: 100px;
	width: 100%;
	z-index:200;
}
#head {
	background: transparent;
	color: #2D2D2D;
	height: 100px;
	width: 100%;
}

/*-------------------------------------  FOOTER ----------------*/

#footer {
	background: transparent;
	position: fixed;
	height: 40px;  
	width: 100%;
	padding-left: 375px;
	top: 500px;
	clear: both;
	z-index: 150;
}
* html #footer {
/* commented backslash hack v2 \*/
	position: absolute;
	padding-left: 375px;
	height: 40px;
	z-index: 100;
	top: 500px;
/* end hack */
}
#footer p {
	font-size: 65%;
	line-height:140%;
	color: #A9A9A9;
	padding: 1px 1px 1px 1px;
}
/*-------------------------------------  CONTENT  ----------------*/
#content {
	position: absolute;
	background: white;
	color: black;
	top: 80px; left: 185px;
	right: 25px;
	height: 400px;
	scroll: auto;
	/* commented backslash hack v2 \*/
	overflow: auto;
	/* end hack */
	color: #333333;
	z-index: 100;
}
* html #content {
	position: absolute;
	width: 75%;
}
#spaltemenue {
	position: fixed;
	left: 15px;
	top: 15px;
	width: 350px;
	height: 520px;
	background: black;
	color: white;
	text-align: left;
	float: left;
	z-index: 1;
}
* html #spaltemenue {
	position: absolute;
}
#spiegel {
	margin: 15px;
	margin-left: 205px;
/*	float: right;*/
}
#flash {
	position: absolute;
	top: 80px; left: 185px;
	right: 15px;
	width: 180px;
	height: 400px;
	z-index: 200;
}
/*--------------------------- NAVIGATION --------------------------*/
#unternav {
	background: transparent;
	color: #00008B;
	line-height: 100%;
	z-index: 20;
	width: 110px;
	text-align: right;
	margin: 15px;
	margin-right: 200px;
}

#unternav li {
  background: transparent;
	list-style: none;
}
#unternav a:visited {
  text-decoration: none;
  color: #DCDCDC;
  background: transparent;
  border: 0;
}

#unternav a:link {
  text-decoration: none;
  color: #DCDCDC;
  background: transparent;
  border: 0;
}

#unternav a:hover {
  color: #A0522D;
  background: transparent;
  border: 0;
}

#unternavclear {
  display: none;
}
/* ----- HIGHLIGHT für aktive Seite ----- */
body.nav13 #nav li#nav13 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav12 #nav li#nav12 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav11 #nav li#nav11 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav10 #nav li#nav10 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav9 #nav li#nav9 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav8 #nav li#nav8 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav7 #nav li#nav7 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav6 #nav li#nav6 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav5 #nav li#nav5 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav4 #nav li#nav4 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav3 #nav li#nav3 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav2 #nav li#nav2 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav1 #nav li#nav1 {
	border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
}
  
body.nav13 #nav li#nav13 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav12 #nav li#nav12 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav11 #nav li#nav11 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav10 #nav li#nav10 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav9 #nav li#nav9 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav8 #nav li#nav8 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav7 #nav li#nav7 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav6 #nav li#nav6 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav5 #nav li#nav5 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav4 #nav li#nav4 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav3 #nav li#nav3 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav2 #nav li#nav2 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
  
body.nav1 #nav li#nav1 a {
   padding-left: 5px;
  color: #FF8C00;
  font-weight: bold;
}
/* UNTERNAVIGATION ____________________________________________*/

#nav {
	background: transparent;
	color: #A0522D;
	font-size: 80%;
	line-height: 100%;
	z-index: 20;
	margin-left: 15px;
	margin-top: 80px;
	margin-right: 195px;
	text-align: right;
}
#nav li {
	border-bottom: 1px solid #D3D3D3;
	padding: 5px;
	width: 130px;
	list-style: none;
}
#nav a:visited {
  text-decoration: none;
  color: #DCDCDC;
  background: transparent;
  border: 0;
}

#nav a:link {
  text-decoration: none;
  color: #DCDCDC;
  background: transparent;
  border: 0;
}

#nav a:hover {
  color: #A0522D;
  background: transparent;
  text-align: left;
  border: 0;
}
  
#spaltemenue .unternav10 #unternav li#unternav10 a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
  
#spaltemenue .unternav9 #unternav li#unternav9 a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
  
#spaltemenue .unternav8 #unternav li#unternav8 a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
  
#spaltemenue .unternav7 #unternav li#unternav7 a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
  
#spaltemenue .unternav6 #unternav li#unternav6 a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
  
#spaltemenue .unternav5 #unternav li#unternav5 a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
  
#spaltemenue .unternav4 #unternav li#unternav4 a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
  
#spaltemenue .unternav3 #unternav li#unternav3 a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
  
#spaltemenue .unternav2 #unternav li#unternav2 a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
  
#spaltemenue .unternav1 #unternav li#unternav1 a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}
/* ____________________FORMATE ____________________*/
.clearleft {
	clear: left;
}
.prgfunktion {
	text-align: right;
	font-size: 65%;
	color: Gray;
}
.box {
	float: left;
	width: 28%;
	margin-right: 3%;
}

.box1 {
	width: 100%;
	clear: both;
	margin-top: 3px;
}
.box2 {
	width: 40%;
	float: left;
	padding: 10px;
	margin-right: 2%;
}
.box a {
	color: #A9A9A9;
	padding: 5px;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
	text-shadow: #333333;
	list-style: none;
}
li a{
	font-size: 90%;
}
textarea, .textarea {
	background: #E4E1D6;
	color: #333333;
	border: 1px solid #DAA520;
	padding-left: 3px;
	font-size: 85%;
}

input {
	background: #E4E1D6;
	color: #333333;
	border: 1px #DAA520 solid;
	padding-left: 3px;
	font-size: 85%;
}
/* --------------------------- TESTFORMATE ------------------*/
hr {
	display: none;
}
.invis {
	display: none;
}
img {
	border: none;
}

a {
	background: transparent;
	color: Maroon;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #808080;
}

a.aktiv {
	background: transparent;
	color: #D50000;
}

a:hover {
	background: transparent;
	color: #D50000;
}

a.aktiv {
	color: #D50000;
	cursor: default;
	font-weight: normal;
	background: transparent;
}
p {
	line-height: 115%;
	font-size: 70%;
	color: #2D2D2D;
	background-color: transparent;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #8B0000;
	font-size: 150%;
	line-height: 180%;
	font-style : normal;
	font-weight : lighter;
	text-align : left;
	text-indent : 1px;
	vertical-align : baseline;
	background-color: transparent;
}
h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 135%;
	color : Red;
	line-height: 140%;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	text-indent : 1px;
	vertical-align : baseline;
	background-color: transparent;
}
h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color : #333333;
	line-height: 130%;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	text-indent : 1px;
	vertical-align : baseline;
	background-color: transparent;
	padding: 5px 0 3px 0;
	letter-spacing: 1px;
}
h5{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
	color : #FF8C00;
	text-align : left;
	text-indent : 1px;
	font-weight : normal;
	vertical-align : baseline;
	padding: 5px 0 3px 0;
}
h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
	color : #FF8C00;
	text-align : left;
	text-indent : 1px;
	font-weight : normal;
	vertical-align : baseline;
	padding: 5px 0 3px 0;
}
h4 {
	color: #A9A9A9;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #666666;
}
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 110%;
	background-color: transparent;
	color: Gray;
	margin-bottom : 0px;
	margin-top :0px;
}
blockquote {
	padding: 0 0 0 30px;
}

.pcenter {
	background-color: transparent;
	color: #FF8C00;
	font-size: 80%;
	font-weight: bold;
	line-height: 100%;
	padding: 3px 0 0 0px;
	text-align: center;
}

.peinr{
	background-color: transparent;
	color: #B9B9B9;
	font-size: 70%;
	line-height: 120%;
	padding: 3px 0 0 30px;
	text-align: left;
}
.pleft {
	background-color: transparent;
	color: #333333;
	font-size: 70%;
	line-height: 120%;
	padding: 1px 0 0 17px;
}
.pleft a {
	font-size: 100%;
	padding: 1px 0 0 15px;
	text-align: justify;
}
.pright {
	background-color: transparent;
	color:#333333;
	font-size: 70%;
	line-height: 115%;
	padding: 3px 10px 0 0px;
	text-align: right;
}
.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 125%;
	color : #CD853F; 
	background-color: transparent;
	text-align: justify;
}
.medium2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color : #333333; 
	background-color: transparent;
	font-weight: bold;
}
.medium3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color : #A9A9A9; 
	background-color: transparent;
	font-weight: bold;
}
.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	background-color: transparent;
	color: #4F0000;
	text-align: center;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 72%;
	line-height: 105%;
}
.bildrechts {
	float: right;
	border: none;
	margin: 3px;
}
.bildlinks {
	float: left;
	border: none;
	margin: 3px;
}
.bildleft {
	clear: both;
	float: left;
	border: none;
	margin: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.clearall {

}