/* form-exhibitor
*******************************************************************************/
#form-exhibitor * {
	padding:0px;
	margin:0px;
}

#form-exhibitor {
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#666;
}

div.error {
	font-weight:bold;
	color:red;
}

#form-exhibitor .fehler, .fehler {
	display:block;
	background-color:#AE0D0D;
	color:white;
	padding:5px 10px;
	margin-top:5px;
	margin-bottom:0;
}


#form-exhibitor fieldset {
	margin: 20px 0px 20px 0px;
	padding: 5px 10px 15px 10px;
	border: 1px solid #e7e7e7;
}

#form-exhibitor legend {
	background-color: #e7e7e7;
	color: #666;
	padding: 2px 10px;
	border: 1px solid #D1D1D1;
	margin: 0px 0px 10px 0px;
	display:none;
}

#form-exhibitor legend.show {
	display:block;
	width:150px;
}

#form-exhibitor p {
	margin:0;
	padding-bottom:1em;
	font-size:1em;
	font-weight:bold;
}

#form-exhibitor h2 {
	padding:0 0 1em 0;
}

#form-exhibitor .element {
	display:block;
	clear:both;
	background-color:#fff;
	border-top:2px solid #fff;
}

#form-exhibitor label {
	display:block;
	padding:0 0 0 3px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	border-left:2px solid #fff;
	border-right:none;
}

#form-exhibitor label.check {
	display:inline;
	float:left;
	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 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float:left;
	margin:2px;
	font-size:1em;
	width:100%;
	border:1px solid #999;
}

#form-exhibitor select.selectshort {
	width:100px;
}

#form-exhibitor select option, #form-exhibitor selectshort option {
	padding: 0 0 1px 2px;
} 

#form-exhibitor input:focus, #form-exhibitor input:hover,
#form-exhibitor selectshort:focus, #form-exhibitor selectshort:hover, 
#form-exhibitor select:focus, #form-exhibitor select:hover, 
#form-exhibitor textarea:focus, #form-exhibitor textarea:focus {
	background-color: #EFEEEE;
 	border: 1px solid #000;
}

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

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

#form-exhibitor input.textmiddle {
	margin-left:10px;
	margin-right:0px;
	padding-right:0px;
	width:218px;
}

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

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

#form-exhibitor label.error {
	color:red;
	font-weight:bold;
}

#form-exhibitor label span {
	display:block;
	padding-left:40px;	
	margin-bottom:1em;
}

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

#form-exhibitor input.submit, #form-exhibitor input.submitright { 
	float:left;
	margin:1em 1em 1em 0;
	padding:2px 5px;
	width:120px;
	background-color:#00628E;
	color:#fff;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

#form-exhibitor input.delete { /* loeschen-Icon */
	float:right;
	width:80px;
	height:25px;
	border:none;
	color:white;
	background:transparent url(../images/delete2.gif) no-repeat top left;
	cursor:pointer;
}

#form-exhibitor input.submit:hover { 
	background-color:#00AEEF;
	color:#fff;
}

#form-exhibitor label.textarea, 
#form-exhibitor textarea.textarea {
	height:96px;
}

#form-exhibitor-thanks {
	display:block;
	color:#666;
	font-size:1.2em;
}

.el_left {
	display:block;
	float:left;
	padding:0px;
	width:180px;
	border-bottom:1px solid lightgrey;
}

.el_right {
	display:block;
	width:237px;
	float:right;
	border-bottom:1px solid black;	
}

.el_left_place, .el_right_stamp, .justforprint, .justprintnewpage {
	display:none;
}

div.onearticle  {
	font-size:6pt; 
	line-height:130%;
	padding:1em 0;
} 

.onearticle ul {
	list-style-image: none;
	list-style-position: inside;
}

.onearticle li {
	list-style-image: none;
	list-style-position: inside;	
}

.missing {
	font-weight:bold;
	color:#EDE794;
	background-color:#F00;
	margin-top:10px;
	padding:5px 0 5px 15px;
}

label.radio {
	margin-left:2em;
}

#form-exhibitor input.radio, #form-exhibitor input.radio:hover, #form-exhibitor input.radio:focus {
	border:none;
	width:20px;
}