/*******************************************************************************/
/* Dieses Stylesheet wird nur für die Landingpages gebraucht und hat keinerlei */
/* Auswirklungen auf den Rest der Website                                      */
/*******************************************************************************/

* { margin: 0px; padding: 0px; }
ul {
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-image: URL('/fileadmin/template/images/doppelpfeil-n-rechts.jpg');
}
.clear_both { clear: both; }



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: #e4e5e5;
	text-align: center;
}

#frame {
	margin: 0pt auto;
	position: relative;
	text-align: left;
	width: 720px;
	background-color: White;
	padding: 0px 30px 0px 30px;
	margin-bottom: 0px;
}
html>body #frame { width: 660px; }


/* top elements */
#top {
	position: relative;
	height: 182px;
	background: URL('/fileadmin/template/images/lp_top.jpg') no-repeat;
}

#top #header1 {
	position: absolute;
	top: 90px;
	left: 30px;
	color: White;
	font-size: 24px;
}

#top #header2 {
	position: absolute;
	top: 140px;
	left: 55px;
	color: White;
	font-size: 18px;
}


/* content elements */
#content {
	position: relative;
	padding: 30px 10px 0px 10px;
}

#content_left {
	position: relative;
	float: left;
	width: 340px;
}

#formdata {
	position: relative;
}

#content_right {
	position: relative;
	float: right;
	width: 275px;
}

#lp_image {
	margin-bottom: 25px;
	width: 275px;
	overflow-x: hidden;
}

#lp_content {
	position: relative;
}

#content_header {
	color: #0063AC;
	font-size: 18px;
	font-weight: normal;
}

#content_description {
	position: relative;
	margin-top: 13px;
}

h2 {
	color: #00A59B;
	font-size: 13px;
}

h3 {
	color: #00A59B;
	font-size: 12px;
}

.blue {
	color: #0063AC;
}

a.arrow_down {
	display: Block;
	color: #0063AC;
	font-weight: bold;
	background: URL('/fileadmin/template/images/pfeil-n-unten.jpg') no-repeat 0px 3px;
	padding: 0px 0px 0px 15px;
	margin: 3px 0px 0px 0px;
	height: 19px;
}

a.arrow_right {
	display: Block;
	color: #0063AC;
	font-weight: bold;
	background: URL('/fileadmin/template/images/pfeil-n-rechts.jpg') no-repeat 0px 3px;
	padding: 0px 0px 0px 15px;
	margin: 3px 0px 0px 0px;
	height: 19px;
}

/* related box */
#lp_related_top {
	position: relative;
	margin-top: 20px;
	height: 20px;
	width: 640px;
	background: URL('/fileadmin/template/images/lp_boxtop.jpg');
}

#lp_related_top p {
	position: absolute;
	left: 20px;
	color: #0063AC;
	font-size: 12px;
	font-weight: bold;
	background: White;
	padding: 0px 10px 0px 10px;
}

#lp_related_center {
	position: relative;
	width: 640px;
	padding: 0px 5px 0px 5px;
	background: URL('/fileadmin/template/images/lp_boxcenter.jpg') repeat-y;
	/*border: 1px solid Red;*/
}


#lp_related_bottom {
	position: relative;
	margin-bottom: 5px;
	height: 20px;
	width: 640px;
	background: URL('/fileadmin/template/images/lp_boxbottom.jpg');
}

.related_content {
	position: relative;
	width: 147px;
	float: left;
	margin: 0px 5px 0px 5px;
	min-height: 120px;
}
html>body .related_content { height: 120px; }


td.rc {
	width: 147px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 5px 0px 5px;
}

.rc_image {
	position: relative;
	text-align: center;
	padding: 5px;
}


/* footer */

#footer {
	position: relative;
	top: 10px;
	height: 30px;
	background: URL('/fileadmin/template/images/lp_footerback.jpg') no-repeat;
}

#footer p {
	position: absolute;
	left: 10px;
	top: 8px;
	color: White;
}

#footer p a {
	color: White;
	text-decoration: none;
}

/* form elements */

.formfieldlabel {
	float: left;
	width:100px;
}


.formfieldlabel span.requiredsign {
	color: #0063AC;
}


.fielddesign {
	float: left;
	width: 220px;
	margin-bottom: 5px;
	margin-left: 20px;
}



/*
input[type=text], .input_text{
	width: 200px;
	margin-bottom: 2px;
	margin-left: 150px;
	
}
input[type=checkbox], .input_checkbox{
	margin-left: 100px;
	width: 200px;
	margin-bottom: 2px;
}
input[type=radio], .input_radio{
	margin-left: 100px;
	width: 200px;
	margin-bottom: 2px;
}
*/
input[type=image], .input_image, .capture{
	margin-top: 10px;
	float: right;
}





textarea {
	width: 220px; float: right; margin-bottom: 5px;
}
select {
	width: 220px; float: right;
}

input.error {
	border: 1px solid Red;
	padding: 1px 0px 1px 0px;
}

label.error {
	display: block;
	color: Red;
	clear: both;
	margin-left: 120px;
}
label.valid {
	display: none;
}



