﻿/* anfrage senden*/
#toggle-search-contact
{
	display: none;
}
#contact-form, #tip-form, #fraud-form
{
	display: none;
	width: 579px;
	height: 394px;
	color: #000165;
	background-color: #FFFFFF;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	padding: 6px;
	position: fixed;
	top: 25px;
	left: 160px;
	z-index: 10001;
}
* html #contact-form, * html #tip-form, * html #fraud-form
{
	position: absolute;
}
* html #contact-form
{
	top: 400px;
}
.contact-body, .tip-body, .fraud-body
{
	background-color: #D9E0F0;
	height: 373px;
	width: 544px;
	padding: 15px 18px 6px 18px;
}
.contact-caption
{
	height: 35px;
}
.contact-title
{
	float: left;
	width: 400px;
	font-size: 17px;
	font-weight: bold;
}
.contact-close
{
	float:right;
	cursor: pointer;
}
.contact-article-info
{
	height: 85px;
	width: 285px;
}
.contact-fields
{
	height: 180px;
}
.contact-fields div.col-left
{
	float: left;
	width: 320px;
}
.contact-fields div.col-right, .fraud-fields div.col-right
{
	float: left;
	width: 224px;
}
.col-left p, .col-right p, .fraud-rubrik p, .fraud-left p
{
	padding-top: 2px;
	padding-bottom: 1px;
	font-weight: bold;
}
.col-left textarea
{
	width: 285px;
	height: 105px;
}
.col-right input
{
	width: 220px;
}
.contact-bottom
{
	height: 47px;
}
.contact-bottom div.button, .fraud-bottom div.button
{
	float:right;
	cursor: pointer;
}
.contact-bottom div.legal-advice
{
	float: left;
	padding-top: 12px;
	font-weight: normal;
}
.contact-footer
{
	color: #9FACBF;
}
.contact-footer span.footer-title
{
	font-weight: bold;
}
.contact-footer span.footer-text
{
}
.language-hint-text
{
	width: 285px;
}
.checkbox-check
{
	float: left;
	width: 20px;
	margin-top: 2px;
}
.checkbox-text
{
	float: left;
	width: 270px;
}
p.mandatory-text
{
	font-weight: normal;
}

/*  tipp */
#tip-form
{
	height: 309px;
}
.tip-body
{
	height: 288px;
}


/*  Anzeigefehler */
#fraud-form
{
	height: auto;
	width: 640px;
	left: 130px;
}
.fraud-body
{
	height: auto;
	width: 605px;
}
.fraud-intro
{
	width: 600px;
	height: auto;
	margin-bottom: 12px;
}
.fraud-rubrik
{
	height: 48px;
}
.fraud-list
{
	float: left;
	width: 300px;
}
#fraud-form ul
{
	margin: 12px 0px 12px 16px;
	padding: 0px;
}
#fraud-form ul li
{
	padding: 2px 2px 2px 0px;
}
.fraud-fields
{
	width: 602px;
	height: 165px;
}
.fraud-fields div.fraud-left
{
	float: left;
	width: 378px;
}
.fraud-rubrik select
{
	width: 346px;
}
.fraud-left textarea
{
	width: 345px;
	height: 108px;
}
.fraud-bottom
{
	width: 602px;
	height: 28px;
	border-bottom: 1px solid #FFFFFF;
}
.fraud-footer
{
	font-size: 10px;
}
.fraud-footer p
{
	font-size: 10px;
	font-weight: bold;	
	padding: 2px 0px 2px 0px;
}
#fraud-form div.fraud-footer ul
{
	margin-top: 0px;
}

/* erfolgs/ fehler meldungen */
#feedback-form
{
	width: 490px;
	color: #000165;
	background-color: #FFFFFF;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	padding: 6px;
	position: fixed;
	top: 100px;
	left: 160px;
	z-index: 10001;
}
* html #feedback-form
{
	position: absolute;
}
#feedback-form-report
{
	width: 490px;
	color: #000165;
	background-color: #FFFFFF;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	padding: 6px;
	position: fixed;
	top: 100px;
	left: 160px;
	z-index: 10001;
}
* html #feedback-form-report
{
	position: absolute;
}
.feedback-body
{
	background-color: #DAE0F0;
	width: 460px;
	padding: 15px;
}
.feedback-body-ie
{
	background-color: #DAE0F0;
	width: 477px;
	padding: 15px;
}
.feedback-caption
{
	border: 1px solid #AEAEAE;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 32px;
	padding-top: 9px;
	padding-left:60px;
}
.feedback-caption-img
{
	float: left;
	width: 34px;
}
.feedback-caption-text
{
	float: left;
	margin-top: 4px;
	color: #023403;
}
.feedback-ad
{
	border: 1px solid #90A6CB;
	background-color: #E9EDF6;
	margin-top: 15px;
}
.feedback-footer
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.feedback-footer div.left
{
	float: left;
	width: 250px;
	cursor: pointer;
}
.feedback-footer div.right
{
	float: right;
	cursor: pointer;
}

#modalLayer 
{
	display: none;
	position: absolute;
	width: 100%;
	height: 1500px;
	left: 0px;
	top: 0px;
	background-color: #333;
	z-index: 1000;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.tbclean {
}

.tbrequired {
	background: #F8AAAA;
	border: solid 2px #FF0000;
}