/* CSS Document */

body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #EFEFEF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #AC9EEB;
}

#schatten_links {
	position: absolute;
	left: 0px;
	top: 0px;
}


#schatten_rechts{
	position: absolute;
	left: 1153px;
	top: 0px;
}

#schatten_rechts_schmal{
	position: absolute;
	left: 600px;
	top: 0px;
}

#schatten_rechts_schmal_breiter{
	position: absolute;
	left: 750px;
	top: 0px;
}

#logo{
	position: absolute;
	left: 60px;
	top: 20px;
}

#bild {
	position:absolute;
	left:510px;
	top:95px;
	width:640px;
	height:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#bildtitel {
	position:absolute;
	left:510px;
	top:510px;
	width:640px;
	height:auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navi_01 {
	position:absolute;
	left:70px;
	top:577px;
	width:150px;
	height:auto;
	float: none;
	clear: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}

#navi_01_rechts {
	position:absolute;
	left:220px;
	top:577px;
	width:auto;
	height:auto;
	float: none;
	clear: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}

#navi_02{
	position:absolute;
	left:510px;
	top:577px;
	width:600px;
	height:auto;
	overflow: visible;
	visibility: visible;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}

#navi_02_bildsteuerung{
	position:absolute;
	left:510px;
	top:497px;
	width:330px;
	height:auto;
	float: none;
	clear: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	padding-left: 20px;
}

#navi_03{
	position:absolute;
	left:847px;
	top:577px;
	width:340px;
	height:auto;
	float: none;
	clear: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}

#navi_bild{
	position:absolute;
	left:510px;
	top:500px;
	width:600px;
	height:auto;
	float: left;
}


#text /*inherit/auto = Einstellung für Scrollbalken rechts, wenn der Text zu lang wird*/ {
	position:absolute;
	left:70px;
	top:105px;
	width:420px;
	height:400px;
	visibility: inherit;
	overflow: auto;
}

#text_galerie /*Text in der Galerie befindet sich oben im Textfeld*/ {
	position:absolute;
	left:70px;
	top:105px;
	width:420px;
	height:190px;
	visibility: visible;
	overflow: visible;
}

#text_liste /*Auswahlliste befindet sich unten im Textfeld*/ {
	position:absolute;
	left:70px;
	top:315px;
	width:420px;
	height:190px;
	visibility: visible;
	overflow: visible;
}


#text_textfenster {
	position:absolute;
	left:70px;
	top:105px;
	width:500px;
	height:auto;
	overflow: visible;
	visibility: visible;
}


#text_unten {
	position:absolute;
	left:70px;
	width:1000px;
	height:auto;
	top: 700px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
}

#text_unten_unten {
	position:absolute;
	left:70px;
	width:1000px;
	height:auto;
	top: 1200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
}
.link {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
	
}

a {
	font-weight: normal;
	font-size: 11px;
	float: none;
	width: auto;
	height: auto;
	
	text-decoration: none;
	text-align: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	clear: left;
	
	
	
  }
  
  
  
a:link {
	color: #A7BAED;
	
  }
 
  
  
a:visited {
    color: #A7BAED;
	
  }
  
a:hover {
	color: #6F8EE1;
	
  }
  
span {
	
	color: #6F8EE1;
	
  }
  
  a:active {
	
	color: #6F8EE1;
	
	
  }
  
li {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
	letter-spacing: 1px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	height: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
  }
  
  h1 {
	font-weight: normal;
	font-size: 11px;
	float: left;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #6F8EE1;
	padding-right: 0px;
	padding-bottom: 0px;
	width: auto;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	line-height: 16px;
  }
  
  p {
	font-weight: normal;
	font-size: 11px;
	float: none;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #A7A7A7;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	width: auto;
	clear: left;
	line-height: 18px;
	
  }
  
  .suchen_finden {
	color: #CCCCCC;
	font-size: 10px;
	
	
  }
  
  .copyright {
	font-weight: normal;
	font-size: 11px;
	float: left;
	text-decoration: none;
	text-align: left;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #FF9933;
	padding-right: 0px;
	padding-bottom: 5px;
	width: auto;
	border-left-width: 0px;
	border-top-color: #f3f3f3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #f3f3f3;
	border-bottom-color: #f3f3f3;
	border-left-color: #f3f3f3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	clear: none;
	line-height: normal;
	
	
  }
  
  .li_text {
	float: none;
	clear: left;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	letter-spacing: 1px;
	list-style-position: inside;
  }
  
  
  
  
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
	}
 
.box10 /*Navigation für Slide Show*/ {
	width:54px;
	height:26px;
	float: left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A7A7A7;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: none;
	background-position: center center;
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}

.box11 /*Close Window oder weitere Buttons, die breiter sind*/ {
	width:150px;
	height:26px;
	float: left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A7A7A7;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	background-position: center center;
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
	padding: 0px;
}

.small /*visibility hidden des Formularfeldes*/{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;
	visibility: hidden;
}

.img /*Bildrahmen*/ {
	
	border: 1px solid #A7A7A7;
	
}

.nolink /*nicht mehr aktive links*/ {
	color: #CCCCCC;
	
}
