/* HTML-Tags */
*{
	padding:0;
	margin:0;
	border:0;
}

body, html{
	height:100%;
	min-height:100%;
	background:transparent url('../images/bg_body.gif') repeat top left;
	font-family:"Lucida Sans Unicode",Arial,Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	color:#1d5191;
}

a{
	color:#0066FF;
    text-decoration:none;
}

a:hover,a:hover i{
    color:#000000;
    text-decoration:none;
}

a img{
	border:none;
	padding:0;
	margin:0;
	background-color:transparent;
}

dfn{
	display:none;
  	visibility:hidden;
}

h1{
	font-family:"Lucida Sans Unicode",Arial,Trebuchet MS, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#2448C4;
	margin-bottom:10px;
}

h2{
	font-family:"Lucida Sans Unicode",Arial,Trebuchet MS, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#000000;
	margin:5px 0px;
}
h3{
	font-family:Trebuchet MS,Arial,Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2448C4;
	margin:14px 0px 2px 0px;
}

#wrapper{
	position:relative;
	display:block;
	width:753px;
	margin:0px auto;
	padding:6px;
	z-index:1;
	background:transparent url('../images/bg_wrapper.png') repeat-y top left;	
}

#top_logos{
	position:absolute;
	display:block;
	top:8px;
	left:20px;
}

#topnavi{
	font-size:9px;
	background-color:#F3F6F7;
	height:23px;
	width:180px;
	margin:3px 2px 17px auto;
	padding:8px 5px 0px 15px;
}
#bottomnavi{
	font-size:9px;
	background-color:#F3F6F7;
	height:23px;
	width:125px;
	margin:15px -11px 17px auto;
	padding:8px 5px 0px 15px;
}

#bottomnavi a,#topnavi a{
	padding:0px 5px !important;	
}

#bottomnavi a:hover,#bottomnavi a:active,#bottomnavi a:focus,
#topnavi a:hover,#topnavi a:active,#topnavi a:focus{
	color:#FFFFFF;
	background-color:#C8D1D5;
}

#header{
	position:relative;
	display:block;
	height:184px;
	width:751px;
	background-color:#000033;
	font-family:"Lucida Sans Unicode",Arial,Trebuchet MS, Helvetica, sans-serif;
	font-size:16px;
	line-height:40px;
	color:#FFFFFF;
	text-align:right;
}
#header #headertext{
	position:absolute;
	display:block;
	width:568px;
	height:16px;
	top:6px;
	right:16px;
	background:transparent url('../images/headertext.gif') no-repeat top left;
}
#header #headertext i{
	display:none;
	visibility:hidden;
}
#breadcrumb{
	display:block;
	text-align:right;
	width:723px;
	height:31px;
	padding-right:28px;
	font-size:9px;
	line-height:30px;
	background:#000000 url('../images/bg_breadcrumb.jpg') no-repeat top left;
}

#breadcrumb a{
	color:#FFFFFF;
	text-decoration:none;
}

#breadcrumb a:hover,#breadcrumb a:active,#breadcrumb a:focus{
	color:#CCCCCC;
}

#menu{
	margin:1px;
	width:181px;
	background:#F3F6F7 url('../images/bg_menu.jpg') no-repeat top left;
	float:left;
	padding-bottom:10px;
}

#menu ul.mainmenu{
	list-style:none;
	padding-top:10px;
}

#menu ul.mainmenu li{
	display:block;
	width:165px;
	text-align:right;
	margin:3px auto 0px auto;
	background-color:transparent;
	background-image:url('../images/bg_button.png');
	background-repeat:repeat;
}

#menu ul.mainmenu li a{
	display:block;
	width:145px;
	font-size:11px;
	text-align:right;
	padding:3px 20px 3px 0px;
	background:transparent url('../images/arrow1.gif') no-repeat 150px 8px;
}

#menu ul.mainmenu li a.active{
	background:transparent url('../images/arrow2.gif') no-repeat 150px 8px;
}

#menu ul.mainmenu li ul li{
	display:block;
	width:165px;
	text-align:right;
	margin:0px auto;
	background-image:none;
}

#menu ul.mainmenu li ul li a{
	display:block;
	width:145px;
	font-size:11px;
	color:#7D7D7D;
	text-align:right;
	padding:1px 20px 3px 0px !important;
	background:transparent url('../images/arrow3.gif') no-repeat 150px 7px;
}

#menu ul.mainmenu li a:hover,
#menu ul.mainmenu li a:focus,
#menu ul.mainmenu li a:active,
#menu ul.mainmenu li ul li a:hover,
#menu ul.mainmenu li ul li a:focus,
#menu ul.mainmenu li ul li a:active{
	color:#333333;
	background-color:#D3DBDE;
}

.menubox{
	margin:15px auto 0px auto;
	width:145px;
	padding:10px;
	background:transparent url('../images/bg_button.png') repeat top left;
}

.menubox h3{
    margin:0px 0px 8px 0px;
}

table.infoBox{
	border:1px solid #2448C4;
	border-collapse:collapse;
	table-layout:fixed;
	padding:0;
	margin:10px auto;
	width:360px;
}
table.ausstellerliste{
	border:1px solid #2448C4;
	border-collapse:collapse;
	table-layout:fixed;
	padding:0;
	margin:10px auto;
	width:100%;
}
table.ausstellerliste a img{
	padding:0;
	margin:0;
}
table.infoBox td,
table.ausstellerliste td{
	padding:8px 10px 10px 10px;
	vertical-align:top;
}
table.infoBox h3,
table.ausstellerliste h3{
    margin:0px 0px 8px 0px;
}

#contentbox{
	margin-left:200px;
	padding-top:15px;
	width:540px;
	font-size:11px;
	color:#666666;
}

#contentbox p{
	margin-bottom:15px;
}

#contentbox a{
	padding:0px;
}

#contentbox a:hover,#contentbox a:active,#contentbox a:focus{
	color:#FFFFFF;
	background-color:#B0BEC4;
}

#contentbox ul{
	list-style:none;
	margin:10px;
}

#contentbox ul li{
	display:block;
	padding:1px 10px 1px 15px;
	background:transparent url('../images/arrow3.gif') no-repeat 5px 6px;
}
#contentbox ul.liste li{
	padding:2px 10px 2px 15px;
	margin-bottom:2px;
	background:#F3F6F7 url('../images/arrow3.gif') no-repeat 5px 7px;
}

#footer{
	display:block;
	width:753px;
	height:13px;
	margin:0px auto;
	padding:0px 6px;
	z-index:1;
	background:transparent url('../images/bg_footer.png') no-repeat top left;	
}

.clr{clear:both;}

a.mailto{
	padding-left:14px !important;
	background:transparent url('../images/icn_mailto1.gif') no-repeat 2px 5px;
}
a.mailto:hover,a.mailto:focus,a.mailto:active{
	padding-left:14px !important;
	background:transparent url('../images/icn_mailto2.gif') no-repeat 2px 5px;
}

a.extern{
	padding-left:14px !important;
	background:transparent url('../images/icn_extern1.gif') no-repeat 2px 4px;
}
a.extern:hover,a.extern:focus,a.extern:active{
	padding-left:14px !important;
	background:transparent url('../images/icn_extern2.gif') no-repeat 2px 4px;
}

.image{
	background-color:#F3F6F7;
	padding:4px;
}
.ansprechpartner{
	height:95px;
	padding:10px 0px;
	margin-bottom:2px; 
}
.ansprechpartner img.image{
	float:left;
	margin-right:18px;
}

.ansprechpartner h3{
	margin:4px 0px 2px 0px;
}


.left{
	float:left;
	margin-right:15px;
}
.right{
	float:right;
	margin-left:15px;
}

/*FORMULAR*/

input,select,textarea{
	border:1px solid #A8B7BD;
	background-color:#FFFFFF;
	color:#666666;
	font-size:9px;
	padding:2px 3px;
	font-family:"Lucida Sans Unicode",Arial,Trebuchet MS, Helvetica, sans-serif;
}

input:hover,input:focus,input:active,
select:hover,select:focus,select:active,
textarea:hover,textarea:focus,textarea:active{
	background-color:#EEEEEE;
	color:#000000;
}

#karrieretag_form label{
	display:block;
	width:160px;
	float:left;
	margin:4px 0 2px 0;
}
#karrieretag_form input,
#karrieretag_form textarea{
	margin:2px 0;
}
#karrieretag_form input#name,
#karrieretag_form input#email,
#karrieretag_form input#tel,
#karrieretag_form input#firma{width:290px;}

#karrieretag_form img#captcha{margin:4px 0px 4px 160px;}
#karrieretag_form textarea#bemerkung{width:290px;height:45px;}

.menubox input#newsletter{
	height:16px;
	width:112px;
	padding:0px 3px;
	float:left;
}
.menubox input#sbi{
	height:16px;
	width:136px;
	padding:0px 3px;
	margin-bottom:4px;
}

.menubox input#ajaxSearch_input{
	height:16px;
	width:136px;
	padding:0px 3px;
	margin-bottom:4px;
}

.menubox select.searchselect{
	float:left;
	height:16px;
	width:101px;
	line-height:12px;
	padding:0px !important;
	margin:0px;
}
.bt_newsletter{
	display:block;
	width:22px;
	height:16px;
	padding:0px;
	margin:0px;
	background:#A8B7BD url('../images/arrow_button.gif') no-repeat top left;
}
.bt_suche{
	display:block;
	background-color:#A8B7BD;
	color:#FFFFFF;
	width:43px;
	height:18px;
	padding:0px;
	text-align:center;
}
.bt_newsletter:hover,.bt_newsletter:focus,.bt_newsletter:active,
.bt_suche:hover,.bt_suche:focus,.bt_suche:active{
	background-color:#666666;
	border:1px solid #666666;
	color:#FFFFFF;
}

fieldset{
	border:none;
	margin:10px;
}

.contactform{
	background-color:#F3F6F7;
	padding:10px 0px 10px 20px;
}

.form_col1{
	display:block;
	float:left;
	width:250px;
	margin:10px 0px;
}
.form_col2{
	display:block;
	float:right;
	width:250px;
	margin:10px 0px;
}

.form_col1 label,.form_col2 label{
	display:block;
	width:85px;
	margin:4px 0px;
	float:left;
	cursor:pointer;
}

.form_col1 br,.form_col2 br{
	clear:left;
}

.form_textfeld{
	clear:left;
	margin:15px 0px 10px 0px;
}

.form_textfeld label{
	display:block;
	cursor:pointer;
}

.contactform #vorname,.contactform #name,.contactform #tel,.contactform #email,.contactform #firma{
	width:140px;
}

.contactform #anrede{
	width:100px;
}

.contactform #nachricht{
	width:350px;
}

#submit{
	background-color:#A8B7BD;
	color:#FFFFFF;
	padding:1px 3px;
	text-align:center;
	cursor:pointer;
}
#submit:hover,#submit:focus,#submit:active{
	background-color:#666666;
	border:1px solid #666666;
}




/*SITEMAP*/
div#sitemap{
   padding:1em 1.5em;
   line-height:20px;
}
div#sitemap li{
   padding:0 0 0 24px;
   margin:0;
   list-style-type:none;
}
div#sitemap li{
   background: url('../images/sitemap_first.gif') no-repeat 0% 0%;
}
div#sitemap li.last{
   background: url('../images/sitemap_last.gif') no-repeat 0% 0%;
}
div#sitemap ul {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
}
div#sitemap ul{
   background: url('../images/sitemap_middle.gif') repeat-y 0% 0%;
}
div#sitemap ul.last{
   background-image: none;
}
div#sitemap ul li,
div#sitemap ul li ul li{
font-weight:bold;
}
div#sitemap ul li ul li ul li{
font-weight:normal;
}


#webxells{
	display:block;
	position:relative;
}
#webxells span{
	display:block;
	position:absolute;
	top:0px;
	left:150px;
	border-left:1px solid #CCCCCC;
	height:46px;
	padding:2px 15px;
}
.logo_webxells {
	background:transparent url('../images/LOGO_webxells.gif') no-repeat scroll left top;
	display:block;
	height:46px;
	margin-top:10px;
	width:131px;
}

.logo_webxells:hover, .logo_webxells:focus, .logo_webxells:active {
	background:#FFFFFF url('../images/LOGO_webxells.gif') no-repeat scroll left bottom !important;
}
.hide {
	display:none;
}

#onlineFragebogen h3{
  display:block;
  margin:0;
  padding:10px 0 5px 0;
}
#onlineFragebogen p{
  margin:23px 0 15px;
}

#onlineFragebogen label span {
  display:none;
}

#onlineFragebogen label.invalid span,
#onlineFragebogen label.required span {
  display:block;
  color:#C92828;
font-weight:bold;
}
#onlineFragebogen select.invalid,
#onlineFragebogen input.invalid{
  border:1px solid #C92828;
}
#onlineFragebogen .question{
  width:450px;
  padding:10px;
  margin:10px;
}
#onlineFragebogen label{
  float:left;
  margin-right:10px;
  width:205px;
}
#onlineFragebogen select{
  width:119px;
}
#onlineFragebogen #start input.radio{
  border:0;
  background:none;
}
#onlineFragebogen #start p {
  clear:none;
}
#onlineFragebogen #start label {
  float:none;
  width:505px;
}
#onlineFragebogen #start input {
  float:left;
  margin:2px 5px 0 0;
}
 #onlineFragebogen textarea{
  height:80px;
  width:256px;
}
#onlineFragebogen label.textfeld {
  width:60px;
} 
input#vericode{
  width:111px;
}
.vericode img{
  margin:5px 0 5px 172px;
}

#onlineFragebogen .first label.invalid span,
#onlineFragebogen .first label.required span{
  display:none;
}
#onlineFragebogen .first input.invalid,
#onlineFragebogen .first input.required,
#onlineFragebogen .first select.invalid,
#onlineFragebogen .first select.required{
  border:1px solid #A8B7BD;
  color:#000000;
}
