/* DATEI: oakstyle.css */



			* {
				margin:0;
				padding:0;
			}
			body {
				font-family: Verdana, Arial, sans-serif;
				font-size: 0.7pc;
				overflow: auto;
				font-size: 0.7pc;
				background-color: black;
				text-align: center;	/*wegen IE */
			}
		/*	div {
				border: 1px dotted red;
			}	*/

			#main {
				width: 761px;
				background-color:white;
				margin-left: auto;
				margin-right: auto;
				margin-top: 0px;
				margin-bottom: 30px;
				text-align: left;	/*wegen IE */
			}
			#start {
				padding: 30px 0 0 0;
				font-size: 1.3pc;
				color: #999999;
			}
			#header {
				height: 100px;
				background-position: bottom;
				background-color: black;
				border-color: white;
				border-top: 1px;
				border-right: 1px;
				border-left: 1px;
				font-size: 1pc;
				color: #888888;
			}
			#header a {
				color: #CC0000;
				text-decoration: none;
			}
			#header a:hover {
				color: #AAAAAA;
			}
			#headerbaumbar {
				height: 134px;
				background-image:url(baumbar/headerbaumbar.jpg); background-repeat:no-repeat;
				background-position: left;
				background-color: black;
				font-size: 1pc;
				color: #888888;
			}
			#headerbaumbar a {
				color: #CC0000;
				text-decoration: none;
			}
			#headerbaumbar a:hover {
				color: #AAAAAA;
			}
			#hintergrund {
				background-image:url(hintergrundbilder/Logo_gerade.jpg); background-repeat:no-repeat;
				background-position: 0px;
				height: 450px;
				border-width: 1px 0 1px 0;
				border-style: solid;
				border-color: black;
			}


  
	  /*###################*/
	  /* Begin Navigation */
	  /*###################*/

 	/* Style-Reset */
		#navi, #navi ul { list-style-type:none; 
				margin:0; padding:0;
		}
	/* Horizontale Anordnung */
		#navi li { width:110px; float:left; } 
		#navi li ul {display:none; } /* Normalzustand eingeklappt */
		#navi li ul li ul {display:none; } /* Normalzustand eingeklappt */
		#navi li:hover ul {display:block; } /* Ausgeklappt */
		#navi li li:hover ul {display:block; } /* Ausgeklappt */
	/* Style-Reset */
		#navi2, #navi2 ul { 
				list-style-type:none; 
				margin:0; padding:0; 
		}
		#navi2 li { width:110px; float:left; } /* Horizontale Anordnung */
		
		#navi2 li ul { display:none; } /* Normalzustand eingeklappt */
		#navi li ul li ul {display:none; } /* Normalzustand eingeklappt */
		#navi2 li:hover ul { display:block; } /* Ausgeklappt */
		#navi li li:hover ul {display:block; } /* Ausgeklappt */
		
      /*###################*/
	  /* Styles fuers Auge */
	  /*###################*/
		#navcontainer {	
				z-index:2500;
				width: 761px;
				height: 23px;
				border-width: 1px 0 1px 0;
				border-style: solid;
				border-color: black;
				background-color: #EE0000;
		} 
		#navi {		
				position:absolute;
				text-align:left;
				color:white;
		}
		#navi li { 	
				margin:0 0 0 0px; 
				border-width: 0 2px 0 0;
				border-style: solid;
				border-color: black;
		}
		#navi ul li { 	
				margin:0;
				width:110px;
				filter:alpha(opacity=85);
				-moz-opacity:.85;
				opacity:.85;
				background-color: black;
		}
		#navi a {
				display:block;
				text-align:left;
				padding: 5px 10px 5px 10px;
				text-decoration: none;
				font-size: 0.7pc;
				font-weight: bold;
				color: white;
				z-index: 1;
		}	

	  	#navi a:link, #navi a:visited { 
				color:#FFF; 
				background: #EE0000; 
				text-decoration:none; 
		}
		#navi ul li a:link, #navi ul li a:visited { 
				color:#FFF; 
				background: black; 
				text-decoration:none; 
				border:none;
		}
	 	 #navi a:active, #navi a:hover {
				color: #AAAAAA;
				background-color: black;
				text-decoration: none;
		}
		
	 	 #navi ul li a:active, #navi ul li a:hover {
				color: #AAAAAA;
				background-color: #333333;
				text-decoration: none;
		}
		#navcontainer2 {
				width: 761px;
				height: 23px;
				border-width: 2px 0 1px 0;
				border-style: solid;
				border-color: black;
				background-color: #0071BC;
				z-index: 2500;
		}

	  	#navi2 {	position:absolute;
				text-align:left;
				color:white;
		}
	  
		#navi2 li { 	
				margin:0 0 0 0; 
				border-width: 0 2px 0 0;
				border-style: solid;
				border-color: black;
		}
		#navi2 ul {
				z-index: 1000;
		}
		#navi2 ul li { 	
				margin:0;
				width:110px;
				filter:alpha(opacity=85);
				-moz-opacity:.85;
				opacity:.85;
				background-color: black;
				z-index: 2500;
				
		}
		#navi2 a {
				display:block;
				text-align:left;
				padding: 5px 10px 5px 10px;
				text-decoration: none;
				font-size: 0.7pc;
				font-weight: bold;
				color: white;
				background-color: #0071BC;
				z-index: 1;
		}
	  	#navi2 a:link, #navi2 a:visited { 
				color:#FFF; 
				background:#0071BC; 
				text-decoration:none;
		} 
		#navi2 ul li a:link, #navi2 ul li a:visited { 
				color:#FFF; 
				background: black; 
				text-decoration:none; 
				border:none;
		}
	  	#navi2 a:active, #navi2 a:hover {
				color: #AAAAAA;
				background-color: black; 
		}
	 	 #navi2 ul li a:active, #navi2 ul li a:hover {
				color: #AAAAAA;
				background-color: #333333;
				text-decoration: none;
		}
			#navigation {
				text-align:center;
				width: 761px;
				border-width: 1px 0 1px 0;
				border-style: solid;
				border-color: black;
				background-color: #EE0000;
				padding: 5px 0px 5px 0px;
			}
			#navigation a{
				padding: 5px 10px 5px 10px;
				text-decoration: none;
				font-size: 0.7pc;
				font-weight: bold;
				color: white;
				background-color: #EE0000;
			}
			html > body div#navigation a {
				width: auto;
			}
			#navigation a:hover {
				color: #999999;
				background-color: black;
			}
			#navigation2 {
				text-align:right;
				width: 761px;
				border-width: 1px 0 1px 0;
				border-style: solid;
				border-color: black;
				background-color: #0071BC;
				padding: 5px 0px 5px 0px;
			}
			#navigation2 a{
				padding: 5px 10px 5px 10px;
				text-decoration: none;
				font-size: 0.7pc;
				font-weight: bold;
				color: white;
				background-color: #0071BC;
			}
			html > body div#navigation2 a {
				width: auto;
			}
			#navigation2 a:hover {
				color: #999999;
				background-color: black;
			}

			#text {
				padding: 0px 15px 5px 15px;
				margin: 0px 40px 0 40px;
				height: 400px;
				overflow: auto;
				font-size: 0.7pc;
				border-top: 2px;
				border-bottom: 2px;
				border-left: 2px;
				border-right: 2px;
				border-style: solid;
				border-color: black;
				background-color: white;
				text-align: left;
			}
			#text p {
				padding: 7px 0 0 0;
			}
			#text h1 {
				color: #0071BC;
				text-decoration: none;
				font-weight: bold;
				font-size: 1pc;
			}
			#text h2 {
				color: #0071BC;
				text-decoration: none;
				font-weight: bold;
				font-size: 0.7pc;
			}
			#text p a {
				text-decoration: none;
				color: #EE0000;
				font-weight: bold;
			}
			#text p a:hover {
				color: #AAAAAA;
				font-weight: bold;
			}
			.thumbnail {
				float: left;
				width: 110px;
				border: 1px solid white;
				margin: 0 10px 10px 0;
				padding: 5px;
			}
			#sponsoren {
				padding: 0px 100px 70px 100px;
				background-color: white;
				text-align: left;
			}
			#sponsoren p {
				color: black;
				padding: 10px 0 0 0;
				font-weight: bold;
			}
			#sponsoren h1 {
				color: #FF0000;
				text-decoration: none;
				font-weight: bold;
				font-size: 1pc;
			}
			#sponsoren p a {
				color: black;
				text-decoration: none;
				font-weight: bold;
			}
			#sponsoren p a:hover {
				color: #AAAAAA;
				font-weight: bold;
			}

			#footer {
				height: 46px;
				border-width: 1px 0px 0px 0px;
				border-style: solid;
				border-color: black;
				background-image:url(hintergrundbilder/Mobiliar_Footer.jpg); background-repeat:no-repeat;
				background-position: bottom;
				background-color: white;
				font-size: 0.7pc;
				color: black;
				text-decoration: none;
			}
			#footer a{
				color: #CC0000;
				text-decoration: none;
			}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(slimbox/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	border: 10px solid white;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(slimbox/css/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(slimbox/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(slimbox/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


