
/*Der Quellcode dieser Seite insbesonders der verwandten Scripte und Stylesheets
wird durch http://www.plagaware.de/ überwacht */


html{

}

body {
background-image:url(../images/#.jpg);
background-repeat:no-repeat;
background-color:#F9F1E6;


}

#contentContainerBorder{
background:none;

	background-image:url(../images/border_tran.png);
	
	
}
#menu ul li a{
    color:#ffe8b6;
}

#mainContainer{
	background:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-image:url(../images/hintergrund.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	
}
.hoverSquare{



	background-image:url(../images/hover_bg_big_orange.jpg);
}


#hoverLight{
	background-image:url(../images/hover_orange.jpg);


}

#footer{
background:none;

}

a { 
color:#006600;
}

/* ab hier hs */


.highslide-html {
    background: #fff;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
	color:#000;
	margin: 0px;
	width:1000px;
	height:800px;
}
/*
.highslide-html-content a:link, a:visited {
	color:#999;
}
*/

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles fürs popup */
.highslide-wrapper {
	background-color: white;
	background:#fff;
}
.highslide-wrapper .highslide-html-content {
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 40px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

.highslide-wrapper img{
border-bottom: solid 1px #fff;
}
.highslide-wrapper{
color:#000000;
}

/* letzte hs regel */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}





#map
{height:300px;
width:495px;
}

#map img{background:none;}


/* menu */

#header ul {
		clear: both;
		list-style-type: none;
		height: 35px;
		border-width: 0px 0px 0;
		border-style: solid;
		border-color: #fff;
		background:#666;
		background:url(../images/transparent.png);
		
	}
		#header ul li {
			float: left;
			font-weight: bold;
			padding-right: 2px;
			background: url(../images/divider.gif) no-repeat right 0;
			position: relative;
	
		}
		#header ul li a {
			color: #666;
			display: block;
			padding: 7px 10px  8px;
			text-decoration:none;
		
		}
		#header ul li a:hover {
			text-decoration: none;
			color:#006600;

			background:url(images/test.png);
		}
		#header ul li.here a {
			background: url(../images/.png) repeat-x 0 1px;
		}
		#header ul li ul {
			clear: both;
			position: absolute;
			list-style-type: none;
			display: none;
			z-index: 200;
			height: auto;
			background:#FFFFFF;
			background: url(../images/transparent.png) ;
			border-left: solid 1px #fff;
			border-right: solid 1px #fff;
			border-top: solid 0px #fff;
			border-bottom: solid 1px #fff;
			padding: 5px 0px;
		}
			#header ul li ul li {
				background: none !important;
				padding-right: 0 !important;
				clear: both;
				margin: 0 !important;
			}
			#header ul li ul li a {
				font-size: 12px !important;
				padding: 5px 10px !important;
				line-height: 1.5em;
				width: 170px;
				color:#666;
			}
			#header ul li ul li a:hover {
				
			}

/*querilein*/


.accordion {
	width:245px;
	background:#;
}
.accordion h3 {
	background-color:#;
	padding: 0px 0px;
	margin: 0;
	cursor: pointer;
	border-bottom:solid 1px;
	color:#000000;
font-weight:bold;
    
}
.accordion h3:hover {
	background-color:#EFF0C1;
	color:#000000;
}
.accordion h3.active {
    background-color:##EFF0C1;
	color:#000000;
}
.accordion p {
	background: #;
