.bild_links {
float : left;
padding-right : 15px;
padding-bottom:10px;
}

.bild_rechts {
float : right;
padding-left : 15px;
padding-bottom:10px;
}


body {
/*background-image: url(/data/pic/bg.gif);
background-repeat: repeat-x;*/
background-color: #9ab2a0;
font-family: arial, Helvetica, sans-serif; color: #000;
padding-top:0px;
margin:0px;
font-size:13px;
}


p, td {
font-size:12px;
font-weight:normal;
color:#000;
}


li {
   margin-left:-25px;
}



h1 {
font-size: 20px;
color:#007d40;
border-bottom: 1px solid #007d40; 
margin-right:2px;
margin-top:0px;
}
h2 {
font-size: 12px;
color:#000;
margin-bottom:0px;

}
h3 {
font-size: 12px;
margin-top:0px;
padding:0px;
color:#007D40;
border-top: 1px solid #AAD4C0; 
}


a, a:link, a:active	{color: #007D40; text-decoration:none; font-weight:bold;}
a:hover	{color: #04B55E; text-decoration:none;font-weight:bold;}




/* CONTENT */


table.table_content {
width:980px;
background-color:#ffffff;
height:300px;

}
table.menu {
 margin-top:0px;
 padding:0px;
}
.tab_o
{
background-image: url(/data/bg/content_bg_o.gif);
background-position: top;
background-repeat: no-repeat;
width:670px;
}
.tab_c
{
background-color: #e9f2ea;
width:670px;
padding-left:15px;
padding-right:30px;
}
.tab_u
{
background-image: url(/data/bg/content_bg_u.gif);
background-position: top;
background-repeat: no-repeat;
width:670px;
}




.td_teaser {
	width:200px;
	border:0px solid #FFFFFF;
	
	background-color: #4B4B4B;
	color:#FFFFFF;
}



.teaser {
	padding:10px;
	font-size:11px;
}


a.teaser {
font-weight:bold;
color: #FFFFFF;
text-decoration:none;
}

a.teaser:hover {
color: #DFDFDF;
text-decoration:underline;
}


.cont_left {
background-color:#ffffff;
padding-right:0px;
padding-left:40px;
padding-top:2px;
padding-bottom:0px;
}

.cont_main {
background-color:#ffffff;
padding-right:80px;
padding-left:5px;
padding-top:0px;
padding-bottom:0px;
}
.impressum {
margin-top:-22px;
float:right;
margin-right:20px;
font-size:10px;
}
.footer {
background-color:#e9f2ea;
text-align:center;
font-size:10px;
padding:5px;
border-top: 1px solid #007d40; 
}
#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(/Galerie/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(/Galerie/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/Galerie/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;
	}
#menu_container {
width: 960px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
position:absolute;
min-height:30px;
height:auto !important;
height:30px;
z-index:1;
}

/* Main Menu */
#mainMenu {	
margin: 0em;
	padding: 0em;
clear: both;
border:0px solid #fff;
	background-color: #DDEADF;
overflow:visible;
min-height:30px;
height:auto !important;
height:30px;

}

/* remove  bullets, borders and padding from the default list styling */
#mainMenu  ul {
   padding:0;
   margin:0;
   list-style-type:none;
}
#mainMenu  ul ul {
   display:block;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#mainMenu  li {
margin-left:20px;
   float:left;
   position:relative;
border-left:0px solid #FF9007;
}
#mainMenu  li li {
border-left:0px;
}
/* style the links for the top level */
#mainMenu  a {
   display:block;
   font-size:11px;
   text-decoration:none;
   height:30px;
   background:#B8D6C0;
   text-align:center;
   padding-left:9px;
   padding-right:9px;
   line-height:29px;
   white-space:nowrap;
color:#000;
}


#mainMenu  li:hover a {
   background-color:#AAC7B2;
color:#333333;
}

/* style the second level background */
#mainMenu  ul ul a.drop {
 background-color:#AAC7B2;
}
/* style the second level hover */
#mainMenu  ul ul li:hover a.drop{
   background-color:#fff;;
}
#mainMenu ul ul :hover > a.drop {
   background-color:#C3C9CF;
}
/* style the third level background */
#mainMenu  .menu ul ul li:hover ul a {
   background-color:#C3C9CF !important;
}
/* style the third level hover */
#mainMenu ul li:hover ul li:hover ul li:hover a {
   background-color:#9AB2A0 !important;
   
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#mainMenu  ul ul {
   visibility:hidden;
   position:absolute;
   height:0;
   top:30px;
   left:-20px;
   width:149px;
}
/* position the third level flyout menu */
#mainMenu  ul ul ul {
   left:148px;
   top:0px;
   width:149px;
}

/* ausklappmenu hintergund */
#mainMenu  ul ul a {
   background-color:#DDEADF !important;
   color:white;
   height:auto;
   line-height:1em;
   padding:5px 10px;
   width:180px;
   text-align:left;
   padding-left:10px;
   margin-left:0px;
}
/* hintergrund submenue hover */
#mainMenu  ul ul li:hover a {
   background-color:#B8D6C0 !important;
   color:black;
}
/* style the top level hover */
#mainMenu  a:hover, #body .menu ul ul a:hover {
   background-color:#B0CBB7;
}
#mainMenu  :hover > a, #body .menu ul ul :hover > a {
   background-color:#AAC7B2;
}
/* make the second level visible when hover on first level list OR link */
#mainMenu  ul li:hover ul, #body .menu ul a:hover ul {
   visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#mainMenu  ul :hover ul ul{
   visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#mainMenu  ul :hover ul :hover ul {
   visibility:visible;
}


#mainMenu  a.active {
   background-color:#AAC7B2 !important;
   cursor:default;
}



/* Breadcrumb */

#breadcrumb {
	padding: 10px 0 0 20px;
	font-size:10px;
	text-transform: uppercase;
}

#breadcrumb a {
   text-decoration:none;
   color:#000000;
}

#breadcrumb a:hover {
   text-decoration:underline;
}
/*Lightbox*/
#lightbox{	position: absolute;
	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/data/js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/data/js/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: 113px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


 form p {
        padding: 0; margin: 0;
      }

      form p label {
float:left;
        margin-top: 1em;
        cursor: pointer;
      }

      form p input,
      form p select,
      form p textarea {
        border: 0.08em solid #9ea0a2;
        margin-top: 0.2em;
        width: 11.5em;
      }

      form p select {
        width: auto;
      }

      form p textarea {
        width: 495px;
        height: 7em;
      }

      form p input#formInput_submit,
      form p input#formInput_reset {
        width: auto;
border: 0.08em solid #9ea0a2;
      }


/* CSS Document */


