/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 1px solid #FFF;
  border-top:0 none;
  border-bottom-color: #CCC;
  padding: 0;
  width: 779px; /*For KHTML*/
  background: #FFCC00;
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 190px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 190px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  padding-right:10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #FFCC00;
  color: #990033;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #FADA5C;
  color: #000000;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #FADA5C;
  color: #990033;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #FFCC00;
  color: #000000;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}







body {
  text-align: center;
  background: #EFF2F4 url(images/bg.jpg) top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #0000FF; text-decoration: underline
}
A:visited {
	COLOR: #cc3399; text-decoration: underline
}
A:active {
	COLOR: #ffffff; text-decoration: none
}


#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 780px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #ffffff;
  
}

#page_header {
  background: #fffff;
  height: 20px;

}

#page_header h1 {
  margin: 0px;
  padding-top:10px;
  padding-left:520px;
  font-family: verdana, arial, sans-serif;
  font-size:15px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #990033;
}

  
#menu {
  height: 24px;
  background-color: #FADA5C;
  clear: both;
}

#bodytext{
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 88%;
  color: #000000;
  line-height: 1.6em;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
}



.image-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
} 

.image-left2 {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
} 

.headline {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 130%;
  font-weight: bold;
  color: #990033;
  line-height: 1.4em;
} 


.newsheadline {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 120%;
  font-weight: bold;
  color: #666;
  line-height: 1.4em;
} 

  
.klein { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #000000; 
  line-height: 13px;
}

.fettschrift { 
  font-weight: bold;
}


.kursivschrift { 
  font-style:italic;
}



.image-right {
  float: right;
  margin-left: 15px;
  margin-right:10px;
  margin-top: 4px;
  margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  border: none;
  clear:both;
}

.image-right2 {
  float: right;
  margin-left: 100px;
  margin-right:10px;
  margin-top: 4px;
  margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  border: none;
  clear:both;
}


.bild { 
	border: none;
}

.counter { 
	border: none;
}

.flagge { 
	border: none;
	margin-top: 1px;
	padding-right: 3px;
}

#page_footer {
  height: 66px;
  width:780px;
  background-color: #FFCC00;
  clear: both;
}

#page_footer p {
  padding-top:4px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 80%;
  line-height: 1.4em;
  color: #000000;
  letter-spacing:1px;
}

#spacer {
  height:5px;
  clear:both;
}

/* lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#main-image{
	width:780px;
	height:130px;
	border: 0px solid #000;
	padding:0px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	margin-bottom: 0;
}
#main-image IMG{
border: 0px;
padding:0px;
margin:0 auto;
}


dl.meImgLeft { 
float: right; 
margin-left: 15px;
margin-right:0px; }
/* verhindert das Einrücken und
den Abstand nach oben*/
dl.meImgLeft dt { 
margin-bottom: 0;
font-size:11px;
 }
dl.meImgLeft dd { margin: 0; }


