/* ### Grundelemente ############################################################ */

html{
height:100%;
margin:0;
padding:0;}

* {
	margin: 0;
	padding: 0;
}

p {
	color: #4F4F4F;
	font-size:1em;
	margin-top: 0px;
	padding: 5px 0 5px 0;
	line-height: 1.3em;
}


p.small {
	color: #666;
	font-size:0.9em;
	margin-top: -5px;
	padding: 0 0 5px 0;
}

.small {
	color: #666;
	font-size:0.8em;
	margin-top: -5px;
	padding: 0 0 5px 0;
}

p b{
	color: #4F4F4F;
	font-weight:bold;
	font-size:1em;
	margin-top: 0px;
	padding: 5px 0 5px 0;
}



a {
	color: #ff8700;
	margin-top: 0px;
	font-size:1em;
	text-decoration:none;
}

a:hover {
	color: #ff8700;
	margin-top: 0px;
	font-size:1em;
	text-decoration:underline;
}


h1 {

	font:28px "Lucida Sans Unicode", "Trebuchet MS", serif;
	color:#094d6b;
	margin:10px 0 20px 0;
	padding:0;
	border-bottom: 0px solid #1a7692;
	clear:both;
}



h2 {
	clear:both;
	background:#F3F9FB;
	font-size:1.3em;
	color:#094d6b;
	margin:15px 0;
	padding:5px;
	border-top: 1px solid #1a7692;
	border-bottom: 1px solid #1a7692;
}


h3 {
	clear:both;
	background:#F3F9FB;
	font-size:1.1em;
	color:#094d6b;
	margin:10px 0;
	padding:5px;
	font-style:bold;
}

h4,h5,h6 {
	font:12px "Lucida Sans Unicode", "Trebuchet MS", serif;
	color: #6C4F21;
	clear:both;
}

#textinhalte ul {
	font-size:1em;
	margin:10px 0 10px 20px;
}

#textinhalte ol {
	font-size:1em;
	margin:10px 0 10px 20px;
}

#textinhalte li {
	margin:0 0 10px 0;
		line-height: 1.3em;
}

#textinhalte li a{
	color: #000;
}

h2 a{
	color: #094d6b;
}

h2 a:hover{
	color: #094d6b;
}

.left {
	float:left;
}

.right {
	float:right;
}
/* ### Head Navigation ############################################################ */


#headnav ul {
	color: #fff;
	font-size:0.8em;
	margin:0;
	padding-top:5px;
}

#headnav ul li {
	color: #fff;
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
	width:auto;
	height: auto;
}

#headnav ul li a{
	color: #fff;
	margin:0;
	padding:5px;
}

.right {
	float:right;
}

/* ### Bildelemente ############################################################ */

img {
	border: 0;
	padding:0;
	margin:0;
}

.bild_left {
	float: left;
	margin: 10px 10px 10px 0;
}

.bild_right {
	float: right;
	padding: 0 0 10px 10px;
	border: 0px;
}

/* ### Der Seitenaufbau ############################################################ */

body {
	background:#fff url(img/hintergrund_site.gif) repeat-x;
	font:13px "Lucida Sans Unicode", "Trebuchet MS", serif;
	font-weight: normal;
	color: #4F4F4F;
}

#wrapper {
	width: 950px;
	height:auto;
	margin:auto;
}

#headnav{
  background:url(img/hintergrund_headnav.gif) no-repeat;
  float:right;
	margin:0;
	padding:0;
	height:30px;
	width:950px;
}

#home #headnav{
  background:url(img/hintergrund_headnav_home.png) no-repeat;
  float:right;
	margin:0;
	padding:0;
	height:30px;
	width:950px;
}


#logonav {
  background:none;
  padding:0;
	margin:0;
	height:50px;
	width:950px;
	float:right;
}

#home #logonav {
  background:url(img/home_logo_nav.png) no-repeat;
  padding:0;
	margin:0;
	height:50px;
	width:950px;
	float:right;
}


#logo {
	float:left;
	height:auto;
	width:190px;
	margin:0;
	padding:7px 0 0 5px	
}

#navigation {
  padding:0;
	margin:0;
	height:50px;
	width:750px;
	float:right;
}

* html #navigation {
	width:730px;
	float:right;
} 

#image {
  background:url(img/gfx_image.jpg) no-repeat;
	float:left;
	margin:0;
	padding:0;
	height:110px;
	width:950px;
}

#home #image {
  background:url(img/gfx_image_home.jpg) no-repeat;
	float:left;
	margin:0;
	padding:0;
	height:110px;
	width:950px;
}

#inhalte {
  background:url(img/gfx_inhaltebg.gif) repeat-y;
	float:left;
	padding:0;
	margin:0;
	width:950px;
	height:auto;
}


#sub_navigation {
  background:none;
  float:left;
	padding:0;
	margin:0;
	height:auto;
	width:200px;
}

#content {
  background:none;
	float:right;
	padding:0 20px;
	margin:0;
	width:710px;
	height:auto;
}

* html #content {
	width:690px;
}

#breadcrumbs {
	color: #999;
	font-size:0.8em;
	margin-top:10px;
	padding:0;
}

#breadcrumbs a{
	color: #999;
	margin-top: 0px;
	padding:0;
}

#textinhalte {
  background:none;
	float:left;
	padding:4px 0 20px 0px;
	margin:0;
	width:710px;
	height:auto;
}

* html #textinhalte {
	width:690px;
}

#artikel_menue {
	clear:both;
	margin:15px 0 15px 0;
}

#artikel_menue a {
	color: #000;
	text-decoration:none;
	line-height: auto;
	font-size: 0.9em;
}

#artikel_menue a:hover {
	color: #FF9600;
	text-decoration:none;
	line-height: auto;
	font-size: 0.9em;
}

#bottom_trenner{
  background:url(img/hintergrund_fuss.gif) no-repeat;
	clear:both;
	float:left;
	padding:0;
	margin:0;
	height: 17px;
	width: 950px;
}

#bottom{
	background:#074862;
	clear:both;
	float:left;
	padding:10px 0;
	margin: 0 auto;
	height: auto;
	width: 950px;
}

#bottom_trenner2{
  background:url(img/hintergrund_fussfuss.gif) no-repeat;
	clear:both;
	float:left;
	padding:0;
	margin:0;
	height: 20px;
	width: 950px;
}

#fuss{
	background: #fff;
	padding:10px 0;
		font-size:0.8em;
	margin:0 auto;
	height:auto;
	width: 950px;
	float:left;
}


/************ Sub Navigation ************/


ul.submenue {
	float:left;
	list-style-type: none;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	border: 1px solid #1a7692;
	border-top:0;
	border-bottom:0;
}

ul.submenue li {
	float:left;
	display:block;
	padding:0;
	margin:0;	
	width: 200px;
	height:auto;
	border-bottom: 1px solid #1a7692;
}

ul.submenue li.small {
	background:#fff;
}

ul.submenue li.small .text {
	padding:5px;
}

ul.submenue li a {
	background:#69bcd1;
	display:block;
	float:left;
	width:187px;
	padding:5px 8px 5px 5px;
	margin:0;
	color:#fff;
	height:auto;
	font-size:0.9em;
}

ul.submenue li a:hover {
	background:#094f6b;
	text-decoration:none;
	color:#fff;
	font-size:0.9em;
}

ul.submenue li.rubrik a {
	background:#094f6b;
	display:block;
	float:left;
	width:187px;
	padding:0px 8px 7px 5px;
	margin:0;
	color:#fff;
	height:auto;
	font-size:1.2em;
	font-weight:bold;
}

ul.submenue li.aktiv {
	background:#094f6b;
	display:block;
	float:left;
	width:187px;
	padding:7px 8px 7px 5px;
	margin:0;
	color:#fff;
	height:auto;
	font-size:0.9em;
}

ul.submenue2 {
	float:left;
	list-style-type: none;
	margin:5px 0 0 -6px;
	padding:0;
	width:auto;
	height:auto;
	border: 1px solid #1a7692;
	border-top:0;
	border-bottom:0;
}

ul.submenue2 li {
	float:left;
	display:block;
	padding:0;
	margin:0;	
	width: 200px;
	height:auto;
	border-bottom: 1px solid #1a7692;
}


ul.submenue2 li a {
	background:#eaf4f9;
	display:block;
	float:left;
	width:177px;
	padding:5px 8px 5px 15px;
	margin:0;
	color:#333;
	height:auto;
	font-size:0.8em;
}

ul.submenue2 li a:hover {
	background:#eaf4f9;
	text-decoration:underline;
	color:#333;
	font-size:0.8em;
}

ul.submenue2 li.aktiv {
	background:#eaf4f9;
	display:block;
	float:left;
	width:177px;
	padding:5px 8px 5px 15px;
	margin:0;
	color:#333;
	height:auto;
	font-size:0.8em;
	text-decoration:underline;
}

/************ Sitemap Navigation ************/


ul.sitemap {
	float:left;
	list-style-type: none;
	display:inline;
	margin-left:13px;
	padding-left:5px;
	width:auto;
	height:auto;
}

ul.sitemap li {
display:inline;
	float:left;
	display:block;
	padding-left:0;
	margin-right:15px;	
	width: 115px;
	height:auto;
	border-top: 0px solid #1a7692;
}

* html ul.sitemap li {
	margin-right:0px;	
	width: 90px;
}

ul.sitemap li a {
	display:block;
	float:left;
	width:115px;
	padding:5px 10px 5px 5px;
	margin:0;
	color:#fff;
	height:auto;
	font-size:0.8em;
	border-bottom: 1px solid #1a7692;
	font-weight:bold;
}

* html ul.sitemap li a {
	width:90px;
	font-size:0.7em;
}

ul.sitemap li a:hover {
background:#1a7692;
text-decoration:none;
font-size:0.8em;
color:#fff;
font-weight:bold;
}

* html ul.sitemap li a:hover {
	font-size:0.7em;
}

ul.sitemap li ul li a {
	font-weight:normal;
}

ul.sitemap li ul li a:hover {
	font-weight:normal;
}
/************ Suchformular ************/

#searchform {
	background:#fff;
	float:right;
	width:235px;
	margin:78px 35px 0 0;
	padding:0;
	color:#333;
	border: 0px solid #fff;
}

* html #searchform {
	margin:78px 10px 0 0;
}

#searchform fieldset{
	border:0;
}

#searchform input{
	background:#eee;
	width:235px;
	margin:0;
	padding:5px;
	color:#333;
	border: 1px solid #ddd;
}

/* form-exhibitor
*******************************************************************************/
#form-exhibitor * {
	background:#F3F9FB;
	float:left;
	width:auto;
	margin:0px;
	padding:5px;
	color:#666;
}

#form-exhibitor {
	background:#F3F9FB;
	float:left;
	width:700px;
	margin:10px 0 10px 0;
	padding:5px;
	color:#666;
	border:1px solid #1a7692;

}

#form-exhibitor fieldset {
	margin:0;
	padding:0;
	border:0;
}



#form-exhibitor label {
	float:left;
	padding:0;
	margin-bottom:10px;
	width:90px;
}

#form-exhibitor input {
	background:#fff url(img/gfx_inputbg.gif);
	float:right;
	padding:5px;
	margin-bottom:10px;
	font-size:1em;
	width:550px;
	height:20px;
	border-left:1px solid #f2fcff;
	border-top:1px solid #f2fcff;
	border-right:1px solid #a0bbc4;
	border-bottom:1px solid #a0bbc4;

}

#form-exhibitor textarea {
	background:#fff url(img/gfx_inputbg.gif) repeat-x;
	float:right;
	font-size:1em;
	padding:0px;
	margin:0px;
	width:550px;
	border-left:1px solid #f2fcff;
	border-top:1px solid #f2fcff;
	border-right:1px solid #a0bbc4;
	border-bottom:1px solid #a0bbc4;
}

#form-exhibitor textarea{
	padding:5px
}

#form-exhibitor select {
	float:right;
	padding:5px;
	margin-bottom:10px;
	font-size:1em;
	height:auto;
	background:#fff;
	width:550px;
	font-size:1em;
	border-left:1px solid #f2fcff;
	border-top:1px solid #f2fcff;
	border-right:1px solid #a0bbc4;
	border-bottom:1px solid #a0bbc4;
}

#form-exhibitor select option{
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	background:#fff;
}

#form-exhibitor label.checkbox {
	width:300px;
}

#form-exhibitor label.checkboxinner {
	width:300px;
}


#form-exhibitor input:focus, #form-exhibitor input:hover,
#form-exhibitor select:focus, #form-exhibitor select:hover, 
#form-exhibitor textarea:hover,#form-exhibitor textarea:focus, #form-exhibitor textarea:focus {
	background-color: #fff;
 	border:1px solid #646464;

}

#form-exhibitor input.text {
	height:1.4em;
}

#form-exhibitor input.textshort {
	width:30px;
}

#form-exhibitor input.textshortdisabled {
	display:none;
	float:none;
	width:50px;
	border:none;
}

#form-exhibitor input.checkbox {
	width:auto;
	padding:0;
	border:none;
}

#form-exhibitor input.checkboxinner {
	width:30px;
	padding:0;
	margin:0px;
	border:none;
}

#form-exhibitor input.submit { 
	background:#00b6d6;
	width:150px;
	height:auto;
	margin:10px 0 0 500px;
	padding:10px;
	color:#fff;
	font-size:1em;
	text-align:center;
}

#form-exhibitor input.submit:hover { 
	background:#014c69;
	width:150px;
	height:auto;
	margin:10px 0 0 500px;
	padding:10px;
	color:#ffcc00;
	font-size:1em;
	text-align:center;
}

/* ### 8) Tabellen ############################################################ */

table.dyntable { 
	background:#F3F9FB;
	width:auto;
	height:auto;
	margin:10px 0 0 0;
	padding:1px;
	color:#000;
	font-size:1em;
}


table.dyntable td.td1{ 
	background:#F3F9FB;
	width:auto;
	height:auto;
	margin:0;
	padding:5px;
	color:#000;
	font-size:1em;
	font-weight:bold;
}

table.dyntable td.td2{ 
	background:#fff;
	width:auto;
	height:auto;
	margin:0;
	padding:5px;
	color:#000;
	font-size:1em;
}

table.dyntable td.td3{ 
	background:#efefef;
	width:auto;
	height:auto;
	margin:0;
	padding:5px;
	color:#000;
	font-size:1em;
	text-align:right;
}

table.dyntable td.td4{ 
	background:#efefef;
	width:auto;
	height:auto;
	margin:0;
	padding:5px;
	color:#000;
	font-size:1em;
	text-align:right;
}

/* Lightbox
*******************************************************************************/


#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
