@charset "utf-8";
.downloads2db_dbdata{
	margin-top: 1em;
}

.downloads2db_dbdata .wrapDbdata{
	margin-bottom: 2em;
}

.downloads2db_dbdata .wrapDbdata .downloads2db_linkwrap{
	height: 16px;
	padding-left: 25px;
	background-image: url(../img/downloads2db/pdf_icon.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.downloads2db_dbdata .wrapDbdata .downloads2db_linkwrap .downloads2db_link{

}

.downloads2db_dbdata .wrapDbdata .downloads2db_description{
	margin-top: 0.75em;
}


/* Singleansicht */
.form2db_wrap{
	display: none;

	/**/
}

/**+html .form2db_wrap{
	position: static;
	top:auto;
	left: auto;
	z-index: 0;
	height: auto;
	border: none;
	padding-left: 0;
}

*html .form2db_wrap{
	position: static;
	top:auto;
	left: auto;
	z-index: 0;
	height: auto;
	border: none;
	padding-left: 0;
}*/

.form2db_wrap .d2b_single_fWrap{
	margin: 2em 0 0 0;
}

.form2db_wrap .d2b_single_fWrap .d2b_single_fData{
	float: left;
	font-weight: bold;
}

.form2db_wrap .d2b_single_fWrap .d2b_single_fRequiredInput{
	float: right;
	color: #f00;
}

.form2db_wrap .form2db_single_wrap_input{
	clear: both;
	padding-top: 1em;
}



.themes_wrap, .comment_wrap{
	clear: both;
}

.themes_wrap input, .commetn_wrap input{
	float: right;
	width: 70%;
	background-color: #eee;
	padding: 3px 0 0 3px;
	border: 1px solid #bbb;
	height: 1.5em;
}

.newsletter_wrap{
	padding-top: 1em;
}

.intent_wrap input{
	margin-right: 0.5em;

}

.themes_wrap input, .commetn_wrap input{
	margin-top: 0.5em;
	float: none;
}

input#back, input#submit{
	border: none;
	height: 27px;
	margin-bottom: 2em;	
}

*html input#back{
	margin-bottom: 0em;
}

*html input#submit{
	margin-bottom: 0em;
}

*+html input#back{
	margin-bottom: 0em;
}

*+html input#submit{
	margin-bottom: 0em;
}

input#back{
	background-image: url(../img/blog/comments-close.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	width: 0;
	height: 0;
	color: #fff;
}

input#back:hover{
	background-image: url(../img/blog/comments-close-active.png);
}

input#submit{
	background-image: url(../img/allgemein/submit-button-active.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	colof: #000;
	float: right;
}

input#submit:hover{
	background-image: url(../img/allgemein/submit-button.png);
}

table.form_single_wrap_fields{
	width: 100%;
}

table.form_single_wrap_fields td{
	padding-bottom: 0.5em;
}

table.form_single_wrap_fields td.label{
	width: 20%;
}

table.form_single_wrap_fields td.data{
	width: 80%;
}

table.form_single_wrap_fields td.data input, table.form_single_wrap_fields td.data select{
	border: 1px solid #bbb;
	background-color: #eee;
	padding: 3px 0 0 3px;	
}

table.form_single_wrap_fields td.data input{
	width: 99%;
	height: 1.5em;
}

table.form_single_wrap_fields td.data select{
	width: 100%;
	height: 1.8em;
}

.required{
	color: #f00;
}

/* Submitfeld to get definitely to the pdf */
#submit_getpdf{
	border: none;
	height: 27px;
	margin-bottom: 2em;		
	background-image: url(../img/allgemein/submit-button-active.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	color: #000;
}

#submit_getpdf:hover{
	background-image: url(../img/allgemein/submit-button.png);
}

#spacer{
	clear: both;
	width: 100%;
	height: 1px;
}
