html,body{
  height:100%;
  margin:0;
  padding:0;
  min-height: 100%;
  font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
	background-color: #EEEEEE;
}

#all {
	/*top:25%; */
	position: relative;
  width: 945px;
  margin: 0px auto ;
  text-align: left;
  border: 0px solid #000;
  background: #FFFFFF;
  vertical-align: middle;
   /*margin-top:-100px; */
  /*-moz-border-radius: 10px;*/
  background-color: #fff;
  /*height: 100%*/
}
#all ul {
	margin: 0px;
	padding: 0px;
}
.hr {
    margin: 17px 0 18px;
    height: 0;
    clear: both;
    border-width: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
 }

.clear {
	clear: both;
}
  
/* HEADER ----------------------------------------------------------------- */

.header {
  height: 190px;
  width: 100%;
}

.header img {
	border: 0px;
	margin: 0px;
	padding: 0px;	
}

.headerlinks {
	float: right;
	margin: 10px;
	line-height: 1.9;
	height: 53px;
}

.header .superbutton{
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}



/* Navigation */


.submenu li { display: inline; font-size: 12px; float: left; text-align: center; margin: 5px; margin-left: 20px;}
.submenu li a { display: block; padding: 0 0; color: #3e5673; text-decoration: none;}


/*#main_nav a.active { background: transparent url(../images/bg/bg_main_menu_active.gif) bottom center no-repeat;}*/
#main_nav a.active:link { color: #9CBA1E;}
#main_nav a.active:visited { color: #9CBA1E;}
#main_nav a.active:hover { color: #9CBA1E; text-decoration: none;}
#main_nav a.active:active { color: #9CBA1E;}

.droplinebar{

}

.droplinebar ul{
width: 100%; padding: 0 0 0 0;  background: #3e5673 url(../images/bg/bg_main_menu.jpg) bottom left repeat-x; border-bottom: 1px solid #EEF7FE;  z-index: 99;
}

.droplinebar ul li{
display: inline;float: left; background: transparent url(../images/bg/bg_main_menu_li.jpg) 100% 50% no-repeat; font-size: 13px; width: 118px; text-align: center;z-index: 99;
}

.droplinebar ul li a{
color: #ffffff;
display: block;  line-height: 40px; padding: 0 0; width: 118px; text-decoration: none;
z-index: 99;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: #9CBA1E; text-decoration: none;
background: transparent url(../images/bg/bg_main_menu_active.gif) bottom center no-repeat;
z-index: 99;
}

/* Sub Menu */
.droplinebar ul li ul li a:link, .droplinebar ul li ul li a:visited, .droplinebar ul li ul li a:active, .droplinebar ul li ul li a{
padding: 0px;
margin: 0px;
color: black;
text-decoration: none;
font-size: 11px;
background-color: #fff;
line-height: 27px;
border: 0px;
border: 1px solid #2E4564;
border-top: 0px;
width: 116px;
z-index: 99;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #3e5673;
color: white;
z-index: 99;
}



/* Sub Navigation Left */


#menu {
	margin: 0px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
  padding:0;
  cursor: hand;
}

#menu li a {
  voice-family: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	cursor: hand;
	padding: 6px;
	padding-left: 15px;
	color: #3e5673;
}

#menu a:hover div {
  color:#fff;
}

#menu a:hover {
	color: #fff;
 	background-color: #F2FFBF;
 }


#menu li a:link, #menu li a:visited {
	color: #333;
	display: block;
}


#navi-left {
  width: 162px;
  float: left;
  margin: 0px;
  position:relative; 
}

#navi-left h3, #navi-right h3 {
	background: #9CBA1E;
	color: white;
	font-size: 12px;
	font-style: bold;
	padding: 6px;
	margin-top: 0px;
	z-index: 1;
}

#navi-left p,  #navi-right p {
  padding: 5px;
}
#navi-left img, #navi-right img {
  border: 0;
  background-color:transparent;
  margin-left: -2px;
  padding: 0px;
}

#navi-left form, #navi-right form {
  padding: 3px;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#navi-right {
  width: 161px;
  float: right;
  margin: 0px;
  padding: 0px;
}


#navi-right .termine {
	font-size: 12px;
	overflow: hidden;
}

#navi-right .termine ul {
	margin: 5px;
}
#navi-right .termine li {
	list-style: none;
	padding: 4px;
	padding-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

#navi-right .termine li .datum {
	color: #aaa;
	font-size: 11px;
}

#navi-right .gallery_news, #navi-left .gallery_news  {
	margin-left: 5px;
}

.slideshow {
    position:relative;
    height:110px;
    margin: 10px;
}

.slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    border: 1px #aaa solid;
  	margin: 5px;
  	padding: 4px;
		background-color:#FFFFFF ;
}

.slideshow IMG.active {
    z-index:10;
}

.slideshow IMG.last-active {
    z-index:9;
}

p {
  margin: 7px 0px 7px 0px;
}

table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
	font-size: 12px;
}
form {
  display: inline;
}

td {
  padding: 3px;
}

a:link {
  padding: 0 2px 0 2px;
  text-decoration: underline;
  color: #666666;
}

a:visited {
  padding: 0 2px 0 2px;
  text-decoration: underline;
  color: #666666;
}

a:hover, a:active {
  padding: 0 2px 0 2px;
  text-decoration: none;
  color: #334A69;
}


#content {
  padding: 10px;
  width: 600px;
  font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  margin: 0px;
	height:auto !important; /* Important Regel fŸr moderne Browser */
	height:100%; /* Mindesthšhe fŸr den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	min-height: 600px;
  /*background: url(./pics/bg1.png) no-repeat left top;*/
  /*filter:alpha(opacity=15); -moz-opacity: 0.75; opacity: 0.75;*/
  display: block;
  float: left;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#content img {
	margin: 4px;
}

.abgerundet {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
    -moz-border-radius:10px; /* Firefox */
    -webkit-border-radius:10px; /* Safari, Chrome */
    -khtml-border-radius:10px; /* Konqueror */
    border-radius:10px; /* CSS3 */
}
.abgerundet {
   behavior:url(border-radius.htc);
}


h1
{
font-size: 14px;
font-weight: bold;
color: #333;
margin-bottom: 7px;
line-height: 20px;
margin-top: 3px;
}

h2
{
font-size: 12px;
color: #353535;
font-weight: bold;
margin: 10px 0 7px 0;
}

h3
{
font-size: 100%;
color: #F5860F;
 /* font-weight: bold;*/
margin: 10px 0 7px 0;
}


#content hr {
  background: url("./pics/bullet.gif") no-repeat center;
  width: 9px;
  height: 9px;
  border: 0 none;
  margin: 4 auto;
  text-align: center; /*IE*/
}



h3.kommentarhead {
  position: relative;
  top: -.5em;
}

#footer {
  clear: both;
  border-top: 1px solid #ccc;
  margin: 5px;
  padding: 5px;
	background-color: #fff;
	height: 160px;
}
#footer a{
	margin: 0px;
	padding: 0px;
}

#footer img {
	margin: 5px;
	border: 0px;
}

#footer h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}

#footer .adresse {
	width: 300px;
	float: left;
	text-align: left;
}

#footer .info {
	text-align: left;
	width: 600px;
	float: right;
}

/* SEITE: HOMEPAGE ------------------------------------------------------- */

.links {
  float: left;
}

.rechts {
  float: right;
}

.img {
  border: 1px #aaa solid;
  margin: 5px;
  margin-top: 0px;
  padding: 4px;
	background-color:#FFFFFF ;
}

.img a {
  border: 1px #aaa solid;
  margin: 5px;
  margin-top: 0px;
  padding: 4px;
	background-color:#FFFFFF ;
}


.img a:hover {
  border: 1px black solid;
  margin: 5px;
  margin-top: 0px;
  padding: 4px;
	background-color:#FFFFFF ;
}



/* Vertical nav */
#button {
  width: 160px;
  padding: 0px 0px 0px 0px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  background-color: #EBEEF2;
  color: #333333;
  border-left: 0px solid #004080;
  border-bottom: 1px solid #004080;
  margin: 0px;
  float: right;
  border-top: 2px solid #004080;
  border-left: 2px solid #004080;
  border-right: 2px solid #004080;
  display:none;
}

#button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
}

#button li {
  border-bottom: 1px solid #004080;
  margin: 0;
}

#button li .link {
  display: block;
  padding: 2px 2px 2px 0.5em;
  background-color: #EBEEF2;
  color: #333;
  text-decoration: none;
  background: ;
  background-repeat: no;
  line-height: 1.4;
}
#button li .aktive {
  display: block;
  padding: 2px 2px 2px 0.5em;
  color: #333333;
  text-decoration: none;
  background-repeat: no;
  line-height: 1.4;
  background-color: #FFFFFF;
}

#button li a:hover {
  color:  #333333;
  background-color: #FFFFFF;
}


#content .preview {
  border: 1px solid #004080;
  padding: 4px;
  margin: 5px;
  width: 450px;
  background: #EBEEF2;
}

.box {
  width: 90%;
  overflow: auto;
  border: 1px solid #E0D6BF;
  padding: 10px;
  margin:20px;
}
.box img {
  /*Filter: Gray;  */
  border: 1px solid #D1D1D1;
  margin: 5px;
  padding: 4px;
}
.player {
  width: 540px;
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin:10px;
  float:left;
}

INPUT {
  background-color: #fff;
  color: black;
  font-size: 12px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  border: 1px solid #D0D0D0;
  padding: 3px;
  margin: 3px;
}
SELECT {
  background-color: #fff;
  color: black;
  font-size: 12px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  border: 1px solid #D0D0D0;
  padding: 3px;
  margin: 3px;
}
.add {
	background:url(./pics/button-bg.gif) 0 50% no-repeat;
	padding:4px 6px;
	margin:4px;
	border:1px solid #ccc;
	min-height:22px;
	text-align: center;
	width: 210px;
	margin-left: 14px;
	color: #000;
}

.add:hover {
	border-color: #999;
}

a.add, .add a {
	text-decoration:none;
	color:#000;
}


.add img {
	clear:both;
	vertical-align: middle;
}

.boxli {
  text-decoration: none;
  border: solid 1px #B8B8B8;
  width: 560px;
  vertical-align: middle;
  padding: 6px;
  background-color: #EFEFEF;
  background-repeat: repeat-x;
  display: block;
	margin: 10px auto;

}

TEXTAREA {
  background-color: #fff;
  color: Black;
  font-size: 11px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  border: 1px solid #D0D0D0;
  padding: 2px;
  margin: 2px;
}

.table { border: 1px #000000 solid}
.image {border: 1px #FF0000 solid }

#where {
  float:left;
  width:798px;
  font-size:100%;
  line-height:normal;
  font-weight: bold;
  height: 22px;
  background-color: #004080;
  background:url("./pics/menu.gif") left top;
  text-align: center;
  cursor: pointer;
}

#content ul {
  list-style-type:none;
  list-style-image: url(./pics/bullet.gif);
  padding-left: 30px;
}
#content li {
  list-style-type:none;
  padding-left: 2px;
}
#myTextArea {
	border: 0px;
}
.htmlarea {
border:0px;
}

fieldset {border: 1px dashed #ccc;font-weight: bold;}
legend{margin-left: 5px;}

label { width: 10em; float: left; font-weight: normal;}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }

/*
	Sitemap Styler 	 
*/

#sitemap, #sitemap ul, #sitemap li, #sitemap ul li, #sitemap ul li ul, #sitemap ul li ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#sitemap{background:url(../images/line1.gif) repeat-y;}
#sitemap li{
	line-height:20px;
	margin-top:1px;
	position:relative;
	width:100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{
	float:left;
	display:inline;
}

#sitemap li a{padding-left:28px;}
#sitemap li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;}
#sitemap li span, #sitemap li span.collapsed{background:url(../images/collapsed.gif) no-repeat 0 0;} 
#sitemap li span.expanded{background:url(../images/expanded.gif) no-repeat 0 0;}

/* sub levels */

#sitemap li ul{	
	margin-left:28px;
	background:url(../images/line1.gif) repeat-y;
}
#sitemap li li{	
	background:url(../images/line2.gif) no-repeat 0 0;
}

/* etc. */

/* float fix */

#sitemap:after, #sitemap ul:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#sitemap, #sitemap ul{display:block;}
/*  \*/
#sitemap, #sitemap ul{min-height:1%;}
* html #sitemap, * html #sitemap ul{height:1%;}
 /*  */
/*#sitemap ul{display:none;}*/

#footpanel {
	position: fixed;
	bottom: 0; 
	z-index: 9999;
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 94%;
	margin: 0 3%;

}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; 
	font-size: 1.0em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	color: #333;
}
#footpanel ul li img{
	margin-right: 4px;
}
#footpanel ul li a{
float: left;
	color: #333;
	padding: 5px;
	height: 16px;
	text-decoration: none;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; 
	position: relative;
}

#footpanel li#root { float: right; }
#footpanel li#info{	float: right; padding: 5px; }




/**/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.1em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {

	top:			0;
}

.sf-menu {
	float:			left;
}
.sf-menu a {
	text-decoration:none;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}

