html *{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#663300;
	border-spacing: 0px;
	border: 0px;
	height: auto;
}

body {
	background-color: #FFFFFF;
	background-image: url("images/kontakt/kontakt_bg_2.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #301503;
	margin: 35px auto;
	text-align: center;
}

div#contact_container{
	background-color: #FFEABE;
	text-align: left;
	width: 870px;
	margin: 0px auto;
	padding: 20px;
}

h1{
	color: #943205;
	font-size: 1.0em;
	margin-top: 28px;
	margin-left: 5px;
}

h2, h2 *{
	color: #2D0F0F;
}

h2{
	font-size: 0.9em;
	margin: 15px 0px;
	margin-left: 5px;
}

label, button{
	cursor: pointer;
}

label.left, span.label{
	display: block;
	float: left;
	font-size: 0.9em;
	width: 250px;
	margin-left: 5px;
}

label.right{
	font-size: 0.9em;
}

/**
	Spam-Check
*/
label#mail_check, input#txtCustomer_Email_2{
	display: none;
}

/**
	Fake-Label-Element benötigt eine Höhe für die Reihen, da sonst die nebenliegenden Elemente
	im IE nicht richtig untereinander angeordnet werden
*/
span.rows2{
	height: 30px;
	float: left;
}
span.rows4{
	height: 70px;
	float: left;
}
input.rows2{
	margin-bottom: 30px;
}

small{
	font-weight: normal;
	font-style: normal;
	font-size: 0.7em;
}

strong{
	font-weight: bold;
}

p.sub_container{
	background-color: #FFF6E3;
}

p.spacer {
	margin-top: 20px;
}

p.submit{
	text-align: center;
}

em.list_content{
	display: block;
	padding-left: 250px;
}

em.language_container label{
	margin-right: 10px;
}

em.description_right{
	margin-left: 5px;
}

em.description_right * span{
	margin-left: 345px;
}

p#link_back_header, p#link_back_footer{
	text-align: right;
}

p#link_back_footer{
	margin-top: 20px;
}

p.link_back a{
	color: #2D0F0F;
}

p#footer strong{
	font-size: 0.9em;
}

p#footer em{
	font-size: 0.8em;
}

input, select, select *, textarea{
	color: #000000;
}

input, select, textarea, button{
	margin: 1px 0px;
}

input.text_long, input.text_short, select, textarea, button{
	border: 1px solid #000000;
	height: 20px;
}

input.text_long{
	width: 325px;
}

input.text_short{
	width: 85px;
}

select{
	width: 200px;
}

input.checkbox{
	margin-right: 5px;
}

textarea{
	width: 830px;
	height: 180px;
}

button{
	margin: 2px;
}

/*
	Fehlerfelder
*/
.error, .error * {
	color: red;
}

p.error_container{
	margin: 10px 5px;
	font-size: 0.9em;
}

input.error, select.error, textarea.error{
	border-color: red;
}

