/************ 1) Standard Elemente ****************/

* { background-repeat: no-repeat; margin: 0; padding: 0; background-position: left top; }

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}


body {
	background:#EEF2E1;
	color: #515151;
	font: 12px Arial, Helvetica, sans-serif; 

}


p {
	font-size: 1em;
	color: #515151;
	margin: 0px;
	line-height: 19px;
	font-weight:normal;
	padding:5px 0 10px 0;
}

a {
	color: #246C2A;
	text-decoration:none;
	line-height: auto;
	font-weight:normal;
}

a:hover {
	color: #246C2A;
	text-decoration:underline;
	line-height: auto;
	font-weight:normal;
}


/************ 2) Seitenaufbau ****************/

#wrapper {
	width: 780px;
	margin:auto;
}


#content {
	background:#F3F6EA;
	float:left;
	text-align:center;
	height: 400px;
	width: 780px;
	padding: 50px 0 0 0; 
	margin-top: 100px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E3D5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E3D5;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}



#seitenfuss{
	background: url(img/gfx_fussbg.gif);
	height: 40px;
	width: 780px;
	clear:both;
	line-height:40px;
	text-align:center;
}


/************ 3) Hauptnavigation ****************/

ul.navi {
	float: left;
	margin:0px;
	padding:0px;
}

ul.navi li {
	float: left;
	list-style-type: none;
	height: 27px;
	width: 120px;
	margin:0px;
	padding:7px 0px 2px 0px;

}


ul.navi li a {
	color:#fff;
	float: left;
	list-style-type: none;
	height: 27px;
	width: auto;
	margin:0px;
	padding:0px;
}

ul.navi li a:hover {
	color:#fff;
	float: left;
	list-style-type: none;
	height: 24px;
	width: auto;
	margin:0px;
	padding:0px;
}

ul.navi li.aktiv {
	color:#fff;
	float: left;
	list-style-type: none;
	height: 24px;
	width: auto;
	margin:0px;
	padding:0px;
}


/************ 4) Sub Navigation ************/


ul.sub {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.sub li { 
	font-size: 1em;
	color: #515151;
	text-decoration: none;
	height:auto;
	width: 180px;
	background: #EEF2E1;
	display: block;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EA196;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6C932B;


}


ul.sub li a {
	font-size: 1em;
	color: #515151;
	text-decoration: none;
	height:auto;
	background: #EEF2E1;
	display: block;
	padding: 5px 10px 5px 10px;

}

ul.sub li a:hover {
	font-size: 1em;
	color: #515151;
	text-decoration: none;
	height:auto;
	background: #F8FAF3;
	display: block;


}

ul.sub li a.current {
	font-size: 1em;
	color: #515151;
	text-decoration: none;
	height:auto;
	background: #F8FAF3;
	display: block;


}

ul.sub li p {
	font-size: 0.9em;
	color: #515151;
	text-decoration: none;
	height:auto;
line-height:1em;
	display: block;
	padding: 0px 0px 5px 0px;


}

/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
*******************************************************************************/

.menu {
	font-family: verdana, sans-serif; 
  	width:750px;                    /*  (1)  */
  	position:relative; 
  	font-size:1.0em;
  	padding-bottom:0px;
	padding-top:1px;
  	z-index:100;
}
.menu ul {                        /* UL Ebene 1 */
  	padding:0; 
  	margin:0;
  	list-style-type: none;
}
.menu ul li {                     /* Listenelemente der Ebene 1 */
  	float:left;
  	position:relative;
  	padding:0; 
  	margin:0;
}
.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  	display:block; 
 	text-decoration:none; 
  	color:#fff; 
  	width:139px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  	height:25px;                    /*  (2)  */
  	border:1px solid #fff;          /* Border-color am besten = Hintergrundfarbe der Seite */
  	border-width:1px 0px 0 0; 
  	background:#5F9428; 
  	padding-left:10px; 
  	line-height:25px;               /*  --> (2)  */
}
* html .menu ul li a, .menu ul li a:visited {
  	width:149px;                    /* für 'normale' Browser */
  	w\idth:139px;                   /* für IE */
}
.menu ul li ul {
  	display: none;
}

table {
  	margin:-1px; 
  	border-collapse:collapse;
  	font-size:0.8em;
}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  	color:#fff; 
  	background:#78AB44;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  	display:block; 
  	position:absolute; 
  	top:25px;                          /*  --> (2)  */
  	margin-top:1px;
 	left:0; 
  	width:150px;
}
* html .menu ul li a:hover ul {
  	margin-top:0;
  	marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  	visibility:hidden; 
  	position:absolute; 
  	height:0; 
  	width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  	display:block; 
  	background:#78AB44; 
  	color:#fff; 
  	height:auto; 
  	line-height:1.2em; 
  	padding:5px 10px; 
  	width:129px
}
* html .menu ul li a:hover ul li a {
  	width:150px;
 	w\idth:129px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  	background:#5F9428;
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  	background:#5F9428;
  	color:#fff;
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  	visibility:visible; 
  	position:absolute; 
  	left:150px; 
  	top:0;
  	width:150px;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu ul li a:hover ul li a:hover ul.left {
  	left:-150px;
}


/************ 5) Bilder und Fotos****************/

img  {
	border:0px;
}

.clearer {clear: both;}

.floatLeft {
float: left;
padding: 10px 10px 5px 0px;
}

.floatRight {
float: right;
padding: 10px 0px 5px 10px;
}


.bildleft {
float: left;
padding: 0px 10px 10px 0px;
}

.bildright{
float: right;
padding: 0px 0px 10px 10px;
}


/************ 6) Listen****************/

#content ul {
	padding:0px 0 10px 20px;
}

#content li {
	font-size:1em;
	list-style-image:url(img/list_style_image.gif);
	vertical-align: middle;
	padding:5px 0 5px 0px;
}

#content li p {
	color: #464a4f;
	margin: 0px;
	line-height: auto;
	font-size:1em;
	font-weight:normal;
	padding:10px 0 10px 0;
}

#content li a {
	background:none;
	color: #333;
	margin: 0px;
	line-height: 19px;
	font-size:1em;
	font-weight:normal;
	padding:10px 0 10px 0;
	text-decoration:none;
}

#content li a:hover {
	background:none;
	color: #333;
	margin: 0px;
	line-height: 19px;
	font-size:1em;
	font-weight:normal;
	padding:10px 0 10px 0;
	text-decoration:underline;
}




/************ 7) Breadcrumb****************/

#breadcrumb_area{
padding:0 0 10px 0;
color: #515151;
}

#breadcrumb_area p{
font-size: 0.9em;
color: #83857C;
}

#breadcrumb_area a{
font-size: 1em;
color: #83857C;
text-decoration:none;
vertical-align: middle;
}

#breadcrumb_area a:hover{
font-size: 1em;
color: #83857C;
text-decoration:underline;
}


#breadcrumb_area a:visited{
color: #83857C;
}




/************ 8) 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 */
	}	




/************ 9) Formulare ****************/

#form-exhibitor * {
	clear:both;
	padding:0px;
	margin:0px;
}

#form-exhibitor {
	margin:0px;
	padding:0px;
	background-color:#EEF2E1;
	color:#666;

}

#form-exhibitor fieldset {
	background-color:#F8FAF3;
	margin: 20px 0px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #5D6A76;
}

#form-exhibitor legend {
	background-color: #5F9428;
	color: #fff;
	padding: 2px 10px;
	border: 1px solid #5D6A76;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}


#form-exhibitor p {
	margin:0;
	padding-bottom:1em;
	font-size:1em;
	font-weight:bold;
}

#form-exhibitor h2 {
	padding:1em 0 1em 0;
}

#form-exhibitor .element {
	display:block;
	clear:both;
	background-color:#F8FAF3;
	border-top:2px solid #F8FAF3;
}

#form-exhibitor label {
	display:block;
	float:left;
	padding:0px;
	width:120px;
	border-right:2px solid #F8FAF3;
}

#form-exhibitor label.checkbox {
	width:252px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-exhibitor label.checkboxinner {
	width:250px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-exhibitor input, 
#form-exhibitor select, 
#form-exhibitor textarea {
	float:left;
	margin:2px;
	font-size:1em;
	width:350px;
	border:1px solid #999;
}

#form-exhibitor input:focus, #form-exhibitor input:hover,
#form-exhibitor select:focus, #form-exhibitor select:hover, 
#form-exhibitor textarea:focus, #form-exhibitor textarea:focus {
	background-color: #EDFAE1;
 	border:  1px solid #000;

}

#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:120px;
	padding:0;
	border:none;
}

#form-exhibitor input.checkboxinner {
	width:30px;
	padding:0;
	margin:0px;
	border:none;
}

#form-exhibitor input.submit { 
	margin:5px 5px 5px 0px;
	padding:2px 5px;
	width:120px;
	background-color:#41760A;
	color:#fff;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

#form-exhibitor input.submit:hover { 
	background-color:#5F9428;
	color:#fff;
}

#form-exhibitor label.textarea, 
#form-exhibitor textarea.textarea {

}

#form-exhibitor-thanks {

	clear:both;
	background: #F3F9FB;
	font-size:1.3em;
	color:#333;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: -10px;
	padding: 5px 0px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E5D74;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2E5D74;
}


