@charset "UTF-8";
/* CSS Document */

/*  Reset  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, body {
	font-size: 100%;
font-weight: normal;
}

/*  Links  */

a {
	color:#f60;
	border:0px;
	text-decoration:none;
}

a:hover {
	color:#f60;
	text-decoration:underline;
	border:0px;
}
a:link {
	color:#F60;
	border:0px;
	
}

a:visited {
	color:#f60;
	border:0px;
}

/*  Aufbau   */

body {
	background-color:#f9f6f6;
	color:#545d5f;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.938em;
	line-height:1.2em;
	overflow:scroll;
}

.wrapper_whole {
	width:100%;
}

	
.wrapper_center {
	width:690px;
	margin:auto;
}

.wrapper_center_head {
	width:690px;
	height:120px;
	margin:auto;
}
	
.pattern_bg {
	background-color:#f6f1f1;
	background-image:url(images/pattern_bg1.gif);
	background-repeat:repeat;
	width:100%;
	height:320px;
}
		
.main_img {
	width:700px;
	margin:auto;
	
}

.lightbox_img {
	width:690px;
	padding-bottom:0.9em;
	margin:auto;
}
	
.box_left {
	float:left;
	width:60%;
	margin-bottom:0.5em;
}
	
.box_right {
	float:right;
	width:40%;
	margin-bottom:0.5em;
}

.box_whole {
	width:100%;
	margin-bottom:0.5em;
}
	
.box_hl {
	padding-top:14px;	
	margin-bottom:16px;;
	padding-left:0.8em;
}	

.box_sl {
	padding-top:8px;
	padding-left:0.8em;
}

/*  Navigatinselemente  */

.logo {
	margin-top:-18px;
	border:0px;
	padding-left:0.8em;
}

#header_nav{
	background-image:url(images/nav_bg1.gif);
	background-repeat:bottom left repeat-x;
	width:100%;
	height:2.5em;
}

* html #navbar_top ul { /* Target IE6 */
display:inline;
}
*+html #navbar_top ul { /* Target IE7 */
display:inline;
}

#navbar_top {
}

#navbar_top li {
	list-style: none;
	float:left;
	/*font-family:Copperplate; */
	margin-right:25px;
	position:relative;

}

#navbar_top li ul {
	font-size:0.875em;
}

#navbar_top li a {
	display: block;
	text-decoration: none; 
	color:#545d5f;
}

#navbar_top li a:hover {
	color: #f60;
	/* background-image:url(bilder/nav_hover_arrow.png);
	background-repeat:no-repeat;
	background-position:bottom center; */
}

#navbar_top li:hover ul, #navbar_top li.hover ul {
	position: absolute;
	display: inline;
	width: 100%;
	margin: 0;
}

#navbar_top li:hover li, #navbar_top li.hover li {
	float: left;
}

/*  Styling Navi current */

ul#navbar_top li#current a:link a:visited {
	color:#f60;
}


ul#navbar_top li#current ul#sub_current li a {
	background-image:none;
	
	color:#333;
}

ul#navbar_top li#current ul#sub_current li a:hover{
	color:#F60;
} 

ul#navbar_top li#current ul#navbar_sub li a:hover {
	background-image:none;
	color:#f60;
}

ul#navbar_top li#current a {
	color:#f60;
}

#navbar_sub {
	list-style:none;
	float:left;
	
	background-color:#f9f6f6;
	width:100%;
}
/* Styling Navi sub 


ul#navbar_top li#current ul#navbar_sub li a {
	background-image:none;
	font-size:0.813em;
	color:#f60;
}

#navbar_sub li a {
	padding-top:0.8em;
	color:#545d5f;
}

#navbar_sub li a:hover {
	background-image:none;
	color:#f60;
}

*/

/*  Styling Navbar third */

* html #navbar_third ul { /* Target IE6 */
display:inline;
}
*+html #navbar_third ul { /* Target IE7 */
display:inline;
}



#navbar_third {
	font-size:0.875em;
	padding-left:0.8em;
	
}

#navbar_third li {
	list-style: none;
	float:left;
	margin-right:15px;
}

#navbar_third li a {
	text-decoration: none; 
	color:#545d5f;
}

#navbar_third li a:hover {
	color: #f60;
	text-decoration:none;
	/* background-image:url(bilder/nav_hover_arrow.png);
	background-repeat:no-repeat;
	background-position:bottom center; */
}

#navbar_third li a:visited a:active {
	color:#F60;
}

ul#navbar_third li#current_third a:link a:visited {
	color:#f60;
}

ul#navbar_third li#current_third a {
	color:#f60;
}
*/

/*  Styling Navi Footer  */

.navbar_footer {
	/* background-image:url(images/nav_footer_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom center; */
	padding-top:0.6em;
	width:100%;	
}

.navbar_footer ul li {
	list-style:none;
	display:inline;
	padding-left:0.8em;
	padding-right:1.5em;
	font-size:0.688em;
	
}

.navbar_footer li a {
	color:#333;
}

.navbar_footer li a:hover {
	color:#f60;
	text-decoration:underline;
}


/*
#footer bg{
	background-image:url(bilder/nav_footer_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
	width:100%;
}

*/

/* Styling text  */

.text_white {
	color:#f9f6f6;
	font-size:0.875em;
	font-weight:normal;
	margin-left:0.5em;
	margin-right:0.5em;
}

.text_white_box {
	color:#f9f6f6;
	font-size:0.875em;
	font-weight:normal;
	margin-left:0.5em;
	margin-right:0.5em;
}

.text_white_hl {
	text-align:center;
	color:#f9f6f6;
	font-size:1em;
	font-weight:bold;
	padding-top:0.5em;
}

.text_white_title {
	margin-left:0.5em;
	color:#f9f6f6;
	font-size:0.938em;
	
}

.text_white_title_center {
	margin-left:0.5em;
	color:#f9f6f6;
	font-size:0.875em;
	font-weight:bold;
}

.text_white_einzug {
	padding-left:0.1em;
}

.normaltext {
	font-size:0.875em;
	padding-right:25px;
	padding-top:0.5em;
	padding-left:0.8em;
}

.normaltext_list{
	font-size:0.875em;
	margin-left:1.6em;
	padding-top:0.5em;
	padding-left:0.3em;
}

.normaltext_list_box{
	color:#f9f6f6;
	font-size:0.875em;
	margin-left:1.6em;
	padding-top:0.5em;
}

.normaltext_bold {
	font-weight:bold;
	color:#545d5f;
	font-size: 0.938em;
}

/*    box    */

.rounded_box {
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	-khtml-border-radius:0.3em;
	border-radius:0.3em;



	behavior:(js/border-radius.htc);
	background-color:#545d5f;
	padding:0.8em 0.8em 0.8em 0.8em;
}

/*  btn box */

.btn_box {
	font-size:0.875em;
	text-decoration:none;
	text-transform: uppercase;
}

a.btn_box {
	color:#f9f6f6;
}
a.btn_box:hover{
	color:#f9f6f6;
	text-decoration:underline;
}

/*  relativer tooltip */

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-weight:bold;
  color:#545d5f; 
  }
  
a.tooltip:hover {
  color:#f60; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none;
  
}

a.tooltip:hover span {
  display: block;
  padding: 5px 2px 5px 2px;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width:160px;
  z-index: 100;
  color: #f9f6f6; 
  border:1px solid #f9f6f6; 
  background:#545d5f;
  font: 0.875em Tahoma, Geneva, sans-serif; 
  text-align: left;
  }
  
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}

/*  lightbox  */

.img_container {
	text-align:center;
	width:690px;
}

#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:#f9f6f6; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 5px; }

#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:images/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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #333; }
#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; outline: none;}	 	

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

.thumbnail_lb {
	display:inline;
	text-decoration:none;
	border:none;
	padding:2px 5px 0 5px;
}

.img_container .thumbnail_lb a{
	border:none;
}

a.thumbnail_a {
	text-decoration:none;
	color:none;
	border:0px;
}

a.thumbnail_a:link  {
	text-decoration:none;
	border:0px;
	color:none;
}

a.thumbnail_a. hover  {
	text-decoration:none;
	border:0px;
	color:none;
}

.box_lb_img {
	width:100%;
}
