/* ### Grundeinstellungen ############################################################ */

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

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


/* ### 2) TEXT FORMATIERUNG ############################################################ */

p {
	color: #264A63;
	font-size:1em;
	margin: 5px 0 10px 0;
	line-height: 1.5em;
	padding:0;
}

.textblock {
	clear:both;
	margin: 10px 0;
	padding:0;
}

p#breadcrumb{
	color: #264A63;
	font-size:0.9em;
	margin: 5px 0 10px 0;
	line-height: 25px;
	padding:0;
}

#rechts p {
	clear:both;
	color: #717171;
	font-size:0.9em;
	margin: 0px 0 15px 0;
	line-height: 18px;
	padding:0;

}

b {
	color: #264A63;
	font-weight:bold;
	font-size:1em;
	margin-top: 0px;
	line-height: 19px;
	padding: 5px 0 5px 0;
}

blockquote {
	color: #264A63;
	font-weight:bold;
	margin: 0px;
	line-height: 20px;
	padding: 5px 0 5px 15px;
}

a {
	color: #3858BC;
	margin-top: 0px;
	text-decoration:none;
	padding:0;
  margin:0;
}

a:hover {
	color: #3858BC;
	margin-top: 0px;
	text-decoration:underline;
}

#rechts a {
	color: #264A63;
	margin-top: 0px;
	line-height: 19px;
	font-size:1em;
	text-decoration:none;
}

#rechts a:hover {
	color: #264A63;
	margin-top: 0px;
	line-height: 19px;
	font-size:1em;
	text-decoration:underline;
}


h1 {
	clear:both;
	font-size: 25px;
	color: #00355F;
	margin: 0px 0 10px 0;
	padding:0;
}

#imagezeile h1 {
	clear:both;
	font-size: 18px;
	color: #85A4BC;
	margin: 12px 0 0 12px;
	padding:0;
	font-weight:normal;
}

#imagezeile h1 a{
	color: #85A4BC;
}

h2 {
	clear:both;
	font-size: 20px;
	color: #00579C;
	margin: 5px 0 5px 0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F2ED;
}

h3 {
	clear:both;
	font-size: 17px;
	font-weight:normal;
	color: #00579C;
	margin:5px 0;
	padding:0;
}

h3 a {
	color: #00355F;
}

h4,h5,h6 {
	clear:both;
	color: #0080A3;
	font-size: 13px;
}

#copys p{ color: #333;font-size:0.8em;line-height: 10px;}
#copys a{color: #333;font-size:1em;}

#inhalte ul {
	font-size:1em;
	color: #264A63;
	font-weight:normal;
	margin-top: 0px;
	padding: 5px 0 5px 20px;
}


#inhalte ol {
	font-size:1em;
	color: #264A63;
	font-weight:normal;
	margin-top: 0px;
	padding: 5px 0 5px 20px;
}

#inhalte li {
	color: #264A63;
	margin:0 0 15px 0;
}

#inhalte li ul li {
	color: #264A63;
	margin:0 0 15px 0;
}

/* ### 3) Bildelemente ############################################################ */

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

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

.bild_left {
	float: left;
	margin:7px 10px 10px 0;
	padding:0;
	border-width:0px;
}

#rechts .bild_left {
	float:left;
	margin:10px 0 10px 0;
	padding:0;
	border-width: 1px;
	border-style: solid;
	border-color: #BCD7E9;
}

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


/* ### 4) Der Seitenaufbau ############################################################ */


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

#wrapper_home {width: 720px;height:auto;margin:auto;}

#head{
	float:left;
	background:#fff url(img/hintergrund_kopf.gif) no-repeat;
	height: 126px;
	width: 925px;
	margin: 0 auto;
	padding:0;
}

#head_home{
	float:left;
	background:#fff url(img/hintergrund_kopf.gif) no-repeat;
	height: 126px;
	width: 720px;
	margin: 0 auto;
	padding:0;
}

#logo {
	float:left;
	height:80px;
	width:auto;
	padding:0;
	margin:0;
}

#logo img{
	float:left;
	margin:0;
	padding: 10px 0 0 10px;	
	border:0;
}

#imagezeile{
	float:left;
	background:#00355F url(img/hintergrund_image.jpg) no-repeat;
	height: 48px;
	width: 925px;
	margin: 0 auto;
	padding:0;
}

#cwrapper {
	float:left;
	background:#EFF2F5 url(img/hintergrund_content.gif) repeat-y;
	width:925px;
	margin:0;
	padding:0;
}

.feature_right {
	float:right;
	width:186px;
	height:auto;
	margin:0;
	padding:0;
}

#content {
	float:left;
	width:737px;
	margin:0;
	padding:0;
}

.breadcrumb {
	float:left;
	width:509px;
	height:20px;
	margin:10px 0 10px -10px;
	padding:0 0 0 10px;
  color:#5E5E5E;
  font-size:0.9em;
  line-height:10px;
  border-bottom: 1px solid #DFDFDF;
}

.breadcrumb a{
  color:#5E5E5E;
}

#inhalte {
	float:right;
	width:509px;
	height:auto;
	padding:0 20px;
	margin:0;
}

* html #inhalte {
	width:500px;
}

#rechts {
	background:#EFF2F5;
	float:right;
	width:188px;	
	height:auto;
	padding:0px;
	margin:0px;
}

#feature {
background: #fff;
	float:left;
	width:188px;	
	height:auto;
	padding:0px;
	margin:0px;
}

#feature_img {
	float:left;
	width:186px;	
	height:auto;
	padding:0;
	margin:0;
	border: 1px solid #333;
	border-bottom: 0px solid #333;
	border-top: 0px solid #333;
}

#feature_txt {
	float:left;
	width:176px;	
	height:auto;
	padding:5px;
	margin:0px;
	border: 1px solid #333;
	border-top: 0px solid #333;
}

.teaser {
	float:left;
	width:509px;
	height:auto;
	padding:0;
	margin:0 0 10px 0;
}

#feature_img img {
	padding:0;
	margin:0;
	  line-height:0px;
}

#feature_img a{
  line-height:0px;
	padding:0;
	margin:0;
}
#feature_img a:hover{
  line-height:0px;
	padding:0;
	margin:0;
}

#feature_img a img{
  line-height:0px;
	padding:0;
	margin:0;
}

#feature_txt p{ color: #333;font-size:0.9em;line-height: 14px;}


.artikelmenu {
	float:left;
	width:509px;
	height:20px;
	margin:10px 0 10px -10px;
	padding:10px 0 0 0;
  color:#5E5E5E;
  font-size:0.9em;
  line-height:10px;
  border-top: 1px solid #DFDFDF;
}

#fuss {
	float:left;
	background: #fff url(img/hintergrund_fuss.gif) no-repeat;	
	height: 11px;
	width: 925px;
	padding:0;
	margin:0;
}

#copys {
	float:left;
	width: auto;
	height: 30px;
	margin-left:10px;
	padding:0;
}


.a64_event {
	float:left;
	width: 100%;
	height:auto;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}


iframe {
	border-width:1px;
	border-style:solid;
	border-color:#000;
}


/************ Quickform ************/

#searchform{
	background:#CFD9E2;
	float:right;
	width:auto;
	margin:10px 15px 0 0;
	padding:5px;
	color:#333;
	border-top: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	border-bottom: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
}

* html #searchform{
	width:215px;
}


#searchform fieldset{
	border: 0px;
}

#searchform input {
	background:#fff url(img/gfx_inputbg.gif);
	float:left;
	padding:5px;
	margin:0;
	font-size:1em;
	width:200px;
	height:20px;
	border:1px solid #97A4B0;
}


/* ### 5) Die Hauptnavigation ############################################################ */

#navigation{
clear:both;
	background:none;
	float:right;
	height:25px;
	width: auto;
	margin:-10px 0 0 0;
	padding:0 0 0 5px;
}

* html #navigation{
	width: auto;
	padding-left:0;
margin-left:0;
}

ul#navlist {
	float:right;
	background:none;
	height: 25px;
	width:auto;
	margin:0 15px 0 0;
	padding-left: 10px;
	white-space: nowrap;
}

#navlist li	{
	display: inline;
	list-style-type: none;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#EFF5F9;
}

#navlist li span { padding: 3px 10px; font-weight:normal;text-decoration:underline;}

#navlist a { padding: 3px 10px; font-weight:normal;}
#navlist a:link, #navlist a:visited {color: #00325A;text-decoration: none;}
#navlist a:hover {color: #00579C;text-decoration: none;}

ul#navlist li.aktiv a{ padding: 3px 10px; font-weight:bold; color:#00325A;text-decoration:underline;}


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

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

ul.sub {
	list-style-type: none;
	margin:0;
	padding:0px;
	height:auto;
}

ul.sub li {
	float: left;
	display:block;
	height:auto;
}

ul.sub li a {
	display: block;
	float: left;
	background:#CFD9E2;
	color:#333;
	width: 178px;
	height:auto;
	padding:8px 0 8px 10px;
	border-top: 1px solid #E8EEF4;
	border-left: 1px solid #E8EEF4;
	border-bottom: 1px solid #B0BCC7;
	border-right: 1px solid #B0BCC7;
}


ul.sub li a:hover {
	display: block;
	float: left;
	background:#DDE4EB;
	color:#333;
	width: 178px;
	height:auto;
	padding:8px 0 8px 10px;
	border-top: 1px solid #E8EEF4;
	border-left: 1px solid #E8EEF4;
	border-bottom: 1px solid #B0BCC7;
	border-right: 1px solid #B0BCC7;
}

/************ Sub2 ************/

ul.sub li ul {
	margin: 5px 0 0 0px;
}

ul.sub li ul li {
	float: left;
	display:block;
}

ul.sub li ul li a {
	display: block;
	float: left;
	background:#EFF2F5;
	color:#333;
	width: 168px;
	height:auto;
	padding:8px 0 8px 20px;
	border-top: 1px solid #F6F8F9;
	border-left: 1px solid #F6F8F9;
	border-bottom: 1px solid #DCE2E8;
	border-right: 1px solid #DCE2E8;
}

* html ul.sub li ul li a {
	padding:5px 0 5px 10px;
  width: 168px;
}


ul.sub li ul li a:hover {
	display: block;
	float: left;
	background:#F8F9FA;
	color:#333;
	width: 168px;
	height:auto;
	padding:8px 0 8px 20px;
	border-top: 1px solid #F6F8F9;
	border-left: 1px solid #F6F8F9;
	border-bottom: 1px solid #DCE2E8;
	border-right: 1px solid #DCE2E8;
}

* html ul.sub li ul li a:hover {
  w\idth:168px;
	width:168px;
}

/************ Sub3 ************/

ul.sub li ul li ul{
	margin: 5px 0 0 0px;
}

ul.sub li ul li ul li {
	float: left;
	display:block;
}

ul.sub li ul li ul li a {
	display: block;
	float: left;
	background:#F9F8F8;
	color:#333;
	width: 168px;
	height:auto;
	padding:8px 0 8px 30px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}

ul.sub li ul li ul li a:hover {
	display: block;
	float: left;
	background:#fff;
	color:#333;
	width: 168px;
	height:auto;
	padding:8px 0 8px 30px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}

/************ Sub4 ************/

ul.sub li ul li ul li ul{
	margin: 5px 0 0 0px;
}

ul.sub li ul li ul li {
	float: left;
	display:block;
}

ul.sub li ul li ul li ul li a {
	display: block;
	float: left;
	background:#fff;
	color:#333;
	width: 158px;
	height:auto;
	padding:8px 0 8px 40px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}

ul.sub li ul li ul li ul li a:hover {
	display: block;
	float: left;
	background:#fff;
	color:#333;
	width: 158px;
	height:auto;
	padding:8px 0 8px 40px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}




/* ### 6) Formulare ############################################################ */

#form-exhibitor * {
	float:left;
	width:500px;
	margin:0px;
}

#form-exhibitor {
	background:#F7F9FB;
	float:left;
	width:490px;
	margin:10px 0 10px 0;
	padding:10px;
	color:#666;
	border:1px solid #CCD4DB;

}

* html #form-exhibitor {
	width:490px;
	margin:0;
	padding:0;

}

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



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

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

}

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

#form-exhibitor textarea{
	padding:5px
}

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

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

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

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


#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:#00355F;
	width:150px;
	height:auto;
		margin:0 10px 10px 0;
	padding:10px;
	color:#fff;
	font-size:1em;
	text-align:center;
}

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





/* ### 7) Magazin-Layout ############################################################ */

	.magazine-layout {
		position: relative;
		width: 100%;
	}
	.magazine-container {
		background: #f6f6f6;
	}

	/* magazin_Layout mit verlinkten Einzelbildern */
	.magazine-image a, .magazine-image a:link, .magazine-image a:visited {
		color: #000;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
		color: #000;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}

	/* komplett verlinktes magazin_Layout */
	a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
		cursor: pointer;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}


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


table.dyntable { 
	background:#CFD9E2;
	width:100%;
	height:auto;
	margin:10px 0 10px 0;
	padding:1px;
	color:#333;
	font-size:1em;
}


table.dyntable td.datum{ 
	background:#E9EEF3;
	width:100px;
	height:auto;
	margin:0;
	padding:5px;
	color:#333;
	font-size:1em;
	font-weight:bold;
		text-align:left;
}



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


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

