/*standard.css*/
body {
	margin:0 auto 0 auto;
	padding:0px;
	font-family:'Verdana',sans-serif;
	font-size:12px;
	background-image: url("../back01.jpg");
	background-color: #535353;
	width: 956px;
	z-index: 0;
}

p {
	margin: 15px;
}

h1 {
	margin-left:15px;
	margin-top:15px;
	font-size:16px;
	font-weight: bolder;
	text-decoration: underline;
}

h2 {
	font-size:14px;
	margin-left:15px;
	margin-top:9px;
	font-weight: bolder;
	background-color: lightskyBlue;
}

h3 {
	margin-left:15px;
	margin-top:10px;
	font-weight: bolder;
}

h4 {
	margin-left:15px;
}

/*Menu Rahmen */
div.menu {
	margin: 5px;
	margin-top: 0;
	margin-right: 0;
	-moz-border-radius-bottomleft: 13px;
	-webkit-border-bottom-left-radius: 13px;
}

/*Menu Beschriftung */
div .menu h1{
	text-decoration: none;
	margin: 3px 0 0 0;
	font-size: 14px;
	color: black;
	background-color: #ECECEC;/*hellhellgrau*/
}

div .menu_links{
	padding-bottom:8px;
}

div ul{
	list-style-type:circle
}

#menu {
	position:relative;
	float: left;
	width:200px;
	border:0px solid #ECECEC;/*hellhellgrau*/
	background-color: #ECECEC;/*hellhellgrau*/
	overflow:hidden;
	z-index: 0;
	-moz-border-radius-bottomleft: 13px;
	-webkit-border-bottom-left-radius: 13px;
}

#menu a {
	position:relative;
	/*margin: 2px 0 2px 8px;*/
	font-size: 14px;
	padding: 3px 0px 3px 6px;
	display:block;
	color: black;
	/*font-weight: bolder;*/
	text-decoration: none;
	z-index: 0;
	/*background-color: red;*/
}
#menu span.section{
	font-weight: bolder;
	display:block;
	font-style:italic;
	padding: 8px 0 2px 8px;
	z-index: 0;	
}
.current {
	background-color: #ECECEC;/*hellhellgrau*/
}

#menu a:hover {
	background-color: #ECECEC;/*hellhellgrau*/
	text-decoration: none;
}

#catmenu  {
	background-color:#ECECEC;
	height:23px;
	padding-right:14px;
}

#catbottom{
	position: relative;
	width:946px;
	background-color: #8800CC;
	height:10px;
	border-left: 5px solid #ECECEC;
	border-right: 5px solid #ECECEC;
}

#catmenu a{
	background-color:#ECECEC;
	background-image:url("../images/cat-border.png");
	background-position:right top;
	background-repeat:no-repeat;
	color:black;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	padding-left:8px;
	padding-top:2px;
	text-decoration:none;
	width:200px;
}

#catmenu a.anschauen{
	background-color: #FF8778;
	margin-left:205px;
}
#catmenu a.anschauen:hover{
	background-color: #FF8778;
}
#catbottom.anschauen{
	background-color: #FF8778;
}


#catmenu a.informieren{
	background-color: #FFBE56;
	margin-left:9px;
}
#catmenu a.informieren:hover{
	background-color: #FFBE56;
}
#catbottom.informieren{
	background-color: #FFBE56;
}


#catmenu a.mitmachen{
	background-color: #9FBB56;
	margin-left:9px;
}
#catmenu a.mitmachen:hover{
	background-color: #9FBB56;
}
#catbottom.mitmachen{
	background-color: #9FBB56;
}


#main {
	clear:right;
	position:relative;
	overflow:auto;
	padding:0px;
	border:0px solid black;
	border-top: 5px solid #ECECEC;
	border-right: 5px solid #ECECEC;
	border-left: 5px solid #ECECEC;
	background-color: #B7E2F3;/* main hellblau*/
	z-index: 0;
	min-height:800px;
}


#main .news {
	font-size: 10px;
	font-style: italic;
	clear:both;
}



#main .newsbild{
	float:right;
	display:inline;
	border: #ECECEC 3px solid;
	margin: 5px;
}

#main .bild{
	display:inline;
	border: #ECECEC 3px solid;
	margin: 5px;
}

 #main .video{
	background-color: #ECECEC;
	margin: 5px;
	border: #ECECEC 3px solid;

}


#title {
	position:relative;
	overflow:hidden;
	height:88px;
	padding: 0;
	border:0px solid black;
	border-right: 5px solid #ECECEC;
	border-bottom: 5px solid #ECECEC;/*hellhellgrau*/
	background-color: #569FBB;/*hellblau*/
	z-index: 0;
}

#logo {
	position:relative;
	float:left;
	text-align:left;
	width:195px;
	height:95px;
	border-right: 5px solid #ECECEC;
	border-left: 5px solid #ECECEC;
	margin: 0 25px 0 0;
	background-color: #000000; /*schwarz*/
	overflow:hidden;
	z-index: 0;
}

#logo img{
	margin: 7px 0 0 0;
	overflow:hidden;
	width:195px;
}

#logo h2{
	padding:0px;
	text-align: center;
}

hr {
	white-space: nowrap;
	border: 1px solid grey;
}

form {
	margin: 15px;
}

td{
	font-size: 12px;
	text-align: center;
}

#mail{
	background-image: url("../images/stealth.png");
	background-repeat: no-repeat;
}

ul{
	list-style-type: square;
}

#main li{
	margin-left: 30px;
}

#verein{
	background-color:#FF8778;
}

#gruppen{
	background-color:#9FBB56;
}

#news {
	background-color:#9FBB56;
}

#veranstaltungen{
	background-color:#FFBE56;
}

#navlist li a{

	background-color: #B7E2F3

}

#lightbox{
	background-color:#eee;
	padding: 18px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
}	

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 

#overlay img{ border: none; }

#overlay{ background-image: url("../js/overlay.png"); }


* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url("../blank.gif");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../js/overlay.png", sizingMethod="scale");
}
	
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 3px; }

#navlist a:link, #navlist a:visited
{
color: black;
background-color: lightskyBlue;
text-decoration: none;
}

#navlist a:hover
{
color: black;
background-color: #569FBB;
text-decoration: none;
}

#zoo {
	margin: 15px;
}
table#zoo td{
	text-align: left;
	vertical-align:top;
	width:10%;
}
table#hexenjagd td{
	text-align: left;
	vertical-align:top;
	width:10%;
}
#flammen { height: 250px;}


#ensemble {
	list-style: none;
	margin: 0;
	padding:0;
	margin-bottom: 20px;
	width: 700px;
}
#ensemble li {
	background: url("../images/dot.gif") repeat-x bottom left;
	overflow: hidden;
	padding-bottom: 2px;
}
#ensemble span.right,
#ensemble span.left {
	display: inline-block;
	background: #B7E2F3;
	position: relative;
	bottom: -4px;
}
#ensemble span.right {
	float: right;
	padding: 0 0 3px 2px;
}
#ensemble span.left {
	float: left;
	padding: 0 2px 3px 0;
	font-weight:bolder;
}

