﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
	margin: 0;
	padding: 0;
	border: 0;

}
body{
	text-align:center;
	background-image:url('../../images/top_gradient_bkg.jpg');
	background-repeat:repeat-x;
	background-color:#F7F7F7;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
	height:101%;

	}
	
	#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;
	}
	
	
/*--------------------------------------------------------------

	Schriften & Textformatierung

--------------------------------------------------------------*/	
h1, h2, h3, h4, h5, h6 {color:#444444;}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h4 img {margin-bottom:-0.5em;}
h5 
{
	color:#386389;
	margin: 0.5em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h5 img {padding:0 7px 0 0;}
h6 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: normal;
}
h6 img {padding:0 7px 0 0;}

hr{
	color: #cecece;
	background-color: #cecece;
	height: 1px;
	border:0;
	margin:5px 0;
	_margin:5px 0;
	
	}

a {color:#386389; text-decoration:none;}

a:hover {text-decoration:none;}


* html ul {padding-left:20px;}

* html li {padding:0 0 0.5em 0.5em;}

li 
{
	list-style-type:square;
	
	}
ul.liste
{
	padding-left:18px;
	}
.txtBox {border:1px solid #666666;}

p
{
	text-align:justify;
	}


/*--------------------------------------------------------------

	Aufbau Seite

--------------------------------------------------------------*/
#site{
	width:984px;
	margin:0 auto;
	padding-bottom:3px;
	text-align:left;
	border-bottom: 1px solid #6E93BD;
	background-image:url(Images/main_bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}
#oben{
	width:984px;
	margin:0 auto;
	text-align:left;
}
#logo{
	width:984px;
	min-height:65px;
	height:65px;
	margin:0 auto;
	text-align:left;
}


/*--------------------------------------------------------------

	Hauptnavigation & SitemapPath

--------------------------------------------------------------*/
#mainnav 
{
    min-height:43px;
    height:43px;
    margin:0 auto;
    padding:0px;
    background-image:url(Images/menue.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
ul#nav {
    margin: 0 0 0 162px; 
    padding: 0;
    text-align: center;
  }
  ul#nav li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#nav a, ul#nav span {
    float: left; 
    width: 130px;
    height: 18px;
    color: #000;
    text-decoration: none;
   	border-top: 1px solid #6E93BD;
	border-right: 1px solid #6E93BD;
	padding: 7px 0px 2px 0px;
  }
  * html ul#nav a, * html ul#nav span {  /* Korrektur fuer IE 5.x */
    width: 130px;
    w\idth: 130px;
  }
  ul#nav a:hover, ul#nav span {
    background: #E4E5E7;
	color: #6E93BD;
    border-top: 1px solid #6E93BD;
  }

#breadcrumbs{
	position:absolute;
	width:100%;
	top:0px;
	left:5px;
	font-size:0.9em;
}
#breadcrumbs a {
	color:#000000;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}
#breadcrumbs .datum 
{
	position:absolute;
	right:8px;
}


#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 165px;    /*** Critical left col dimension value ***/
	width: 816px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 818px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	wid\th: 816px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapper {
	float: left;
	width: 816px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}

#centercolumn{
	float: right;
	width: 816px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */
	padding-top:20px;
}


/*--------------------------------------------------------------

	Aufbau Linke Seite Untermenü

--------------------------------------------------------------*/
#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 162px;    /*** Critical left col/divider dimension value ***/
	height:600px;
	margin-left: -165px;    /*** Critical left col/divider dimension value ***/
}
* html #leftcolumn {
	float:left;	
	padding-top:0px;
}

*>html #leftcolumn {width:146px;}   /*** Fix only for IE/Mac ***/
/*** This is a fix for IE5/Win at the largest text size setting. ***/
* html #leftcolumn {margin-right: -3px;}

.sidebarcontainer
{
	width: 160px;
	margin: 0 auto;
	text-align:center;
	background-color:Transparent;
	font-size:smaller;
}
* html .sidebarcontainer {height:1%;}

.sidebarcontainer a {color:#FF284E;}
.sidebarcontainer p {padding:0 20px 0px 20px; font-weight:bold;}
.sidebarcontainer li {list-style-type:none;}
#leftcolcontainer{
	width: 157px;    /*** Critical left col dimension value ***/
}

.Link
{
	margin:10px auto;
	vertical-align:bottom;
	}

#subnav {
	overflow:hidden;
	width:162px;
	margin-bottom:40px;
	
}

* html #subnav tr {height:1.4em;}

#subnav .item 
{
	width:162px;
	height:22px;
	margin:0px 2px;
	padding:4px 10px;
}

* html #subnav .item {padding:0 0px;}

#subnav .selected {
	
	background-color:#FFF; 
    border: 1px solid #6E93BD;

}

#subnav .hover {
	color:#6E93BD; 
}


#subnav table table {border-bottom:none;}
* html .container {height:1%;}


/*--------------------------------------------------------------

	Inhaltscontainer

--------------------------------------------------------------*/
.container 
{
	float:left;
	margin:5px;
	padding:0 20px 15px 20px;
	min-height:200px;
	width:762px;
	border:1px solid #999999;
	background-color:transparent;
}
.container_links 
{
	margin:5px;
	padding:0 20px 15px 20px;
	display:inline;
	min-height:200px;
	width:358px;
	float:left;
	border:1px solid #999999;
	background-color:transparent;
}
.container_rechts 
{
	margin:5px 5px 5px 1px;
	padding:0 20px 15px 20px;
	display:inline;
	min-height:200px;
	width:358px;
	float:right;
	border:1px solid #999999;
	background-color:transparent;
}

.video
{
	float: left;
	padding-top: 10px;
}


/*--------------------------------------------------------------
Container für 2-spaltiges Layout mit gleichen Höhen links und rechts */
.container_200 
{
	height:200px;
}
/*--------------------------------------------------------------*/
.container_suche 
 {
	float:left;
	margin:5px;
	padding:0 20px 15px 20px;
	width:762px;
	border:1px solid #999999;
	background-color:transparent;
}

.imagemap {
	margin:5px;
	}

.imgfloatright {
	float:right;
	margin:0px 0px 0px 10px;
}
.imgfloatleft {
	float:left;
	margin:0px 10px 0px 0px;
}



/*--------------------------------------------------------------

	Suche

--------------------------------------------------------------*/
#search
{
	float: left;
	margin: 3px;
	padding:5px 5px 0px 5px;
	border: solid 1px #cecece;
}

fieldset {	
	margin:1em 0;
	padding:1em;
	width:771px;
	border:1px solid #CCCCCC;
}
/*--------------------------------------------------------------

	Footer

--------------------------------------------------------------*/

#footer {
	clear:both;
	margin:1px 5px;
	padding:2px 5px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-size:0.9em;
	text-align:right
}
#footer a {
	margin:1px 5px;
	color:#386389;
	text-decoration:none
}

/*--------------------------------------------------------------

	Produktseite

--------------------------------------------------------------*/
.col_grid
{
    padding: 5px;
    border-bottom: 1px solid #cecece;
    }


/*--------------------------------------------------------------

	Homepage Bilder & Texte

--------------------------------------------------------------*/
.bildgross{
	padding:0 6px 0px 6px;
	float:left;
	}
.bildklein
{
    padding:0 0px 6px 0px;
    float:left;
	}
.spalte_links
{
	width: 410px;
	float: left;
}
.spalte_mitte
{
    width:145px;
    margin-left:30px;
    float:left;
}
.spalte_rechts
{
    width:145px;
    margin-left:23px;
    float:left
}
/*--------------------------------------------------------------

	Google Maps 

--------------------------------------------------------------*/

#map 
{
	margin:5px;
	padding: 10px 10px 10px 10px;
	display:inline;
	height:300px;
	width:782px;
	float:left;
	border:1px solid #999999;
	background-color:transparent;
}

#mapinfo
{
	font-size : 1em;
	font-weight :normal;
	color :black;
	text-align :left;
	margin-left : 0px;
	margin-top :0px;
	margin-bottom:0px;
}


