* {
	font-family:Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
}
/*INTRO*/
#intro {
	position:relative;
	float:left;
	display:inline;
	width:800px;
	height:597px;
}
#\language_box_einstieg {
	position:relative;
	float:left;
	margin-left:480px;
	padding-top:20px;
	display:inline;
}
/*BASE LAYOUT*/
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	background-color:#c90b20;
}
#site_container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#e0edf5;
	height:100%;
}
#container {
	width:800px;
	height:100%;
}
/*HEADER*/
#header {
	/*Header Frame*/
	float:left;
	display:inline;
	width:800px;
	height:61px;
	background-color:#e0edf5;
}
#header_header {
	float:left;
	display:inline;
}
#header_logo {
	/*Insert logo styles here*/
}
#header_banner {
	/*Insert banner styles here*/
}
/*TITLE*/
#title {
	float:left;
	display:inline;
	width:800px;
	height:222px;
}
/*CONTENTCONTAINER*/
#content_container {
	float:left;
	display:inline;
	background-color:#e0edf5;
	width:800px;
	padding-bottom:50px;
}
#\language_box {
	position:absolute;
	right:25px;
	top:284px;
}
#column_left {
	float:left;
	display:inline;
	margin-top:16px;
	margin-left:28px;
	margin-right:31px;
	margin-bottom:102px;
	width:175px;
}
#navbar {
	float:left;
	display:inline;
	width:175px;
	border-color:#5c7bb7;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#page_content {
	float:left;
	display:inline;
	width:535px;
	margin-top:23px;
	margin-bottom:50px;
	font-size:12px;
	line-height:17px;
	color:#545454;
}
.printpage {
	background-image:url(printer.gif);
	background-repeat:no-repeat;
	width:19px;
	height:16px;
	display:inline;
	float:left;
}
/*Footer*/
#footer {
	clear:both;
	width:772px;
	height:19px;
	display:block;
	padding-left:28px;
	padding-bottom:20px;
	background-color:#e0edf5;
}
#footerintro {
	float:left;
	display:inline;
	width:83px;
	height:12px;
	padding-left:30px;
	padding-top:22px;
	padding-bottom:20px;
	background-color:#e0edf5;
}
#footer_main{
	position:relative;
	float:left;
	margin-left:16px;
}
#created_by_container{
	display:inline;
	float:left;
	margin-right:28px;
	width:175px;
}
a#created_by, a#created_by:hover {
	font-size:12px;
	color:#545454;
	padding-top:5px;
	float:left;
	display:inline;
	text-decoration:none;
	white-space:nowrap;
	
}
#search {
	position:static;
	float:left;
	display:inline;
	width:178px;
	height:23px;
	padding-top:3px;
	margin-top:20px;
	background-image:url(search_bg.gif);
	background-position: top left; 
	background-repeat:no-repeat;
}
.search_input {
	float:left;
	display:inline;
	position:relative;
	width:118px;
	height:14px;
	font-size:10px;
	line-height:11px;
	padding-top:3px;
	margin-left:19px;
	background-color:#ffffff;
	border:0px none;
}
.search_button {
	float:left;
	display:inline;
	width:19px;
	height:20px;
	margin-left:8px;
	background-image:url(search_button.gif);
	background-position: top left; 
	background-repeat:no-repeat;
}
/*Form*/
.input{
	float:left;
	display:inline;
	width:318px;
	height:14px;
	font-size:12px;
	line-height:12px;
	margin-right:8px;
	border:2px solid white;
}

.formular_row{
	float:left;
	display:inline;
	width:535px;
	overflow:hidden;
	border:none;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	margin-bottom:18px;
}

.titel{
	display:inline;
   	float:left;
	width:116px;
	height:11px;
	padding-top:8px;
}

.input_total{
	float:left;
	display:inline;
	margin-top:2px;
	width:88px;
	height:10px;
	font-size:10px;
	line-height:10px;
}
#amount {
  display:inline;
  margin-left:10px;
}
.reg_button, .send_button {
	float:right;
	width:197px;
	height:19px;
	display:block;
	margin-top:20px;
	margin-bottom:30px;
	margin-right:98px;
}
.reg_button {
	background-image:none;
	/*background-image:url(registration_go.gif);
	background-position: top left; 
	background-repeat:no-repeat;*/
}
.reg_button:hover {
	background-image:none;
	/*background-image:url(registration_go_active.gif);
	background-position: top left; 
	background-repeat:no-repeat;*/
}

.reg_button_fr {
	background-image:url(registration_go_fr.gif);
	background-position: top left; 
	background-repeat:no-repeat;
}
.reg_button_fr:hover {
	background-image:url(registration_go_fr_active.gif);
	background-position: top left; 
	background-repeat:no-repeat;
}

#page_content a.send_button {
	float:left;
	height:22px;
	width:108px;
	text-align: center;
	line-height: 0px;
	font-size: 0px;
	margin-left: 116px;
	color: black !IMPORTANT;
	background-image:url(send_go.gif);
	background-position: top left; 
	background-repeat:no-repeat;
}
#page_content a.send_button:hover {
	background-image:url(send_go_active.gif);
	background-position: top left; 
	background-repeat:no-repeat;
	text-decoration:none !IMPORTANT;
	color:#6f89bf !IMPORTANT;
}
#page_content a.send_button_fr {
	background-image:url(send_go_fr.gif);
	background-position: top left; 
	background-repeat:no-repeat;
}
#page_content a.send_button_fr:hover {
	background-image:url(send_go_fr_active.gif);
	background-position: top left; 
	background-repeat:no-repeat;
}

input.customCheckbox
{
	width: 13px;
	height: 13px;
}

.option_box {
	float:left;
	display:inline;
	width:535px;
	margin-bottom:18px;
}

.box_description {
	font-size:13px;
	font-weight:bold;
	margin-bottom:4px;
}

.option_item {
	width:510px;
	height:14px;
	margin-bottom:7px;
	float:left;
	display:inline;
}

.option_choice{
	float:left;
	display:inline;
}

.option_description {
	float:left;
	display:inline;
	margin-left:4px;
	margin-top:3px;
	line-height:12px;
}

.option_subtitle {
	float:left;
	display:inline;
	font-size:9px;
}

.option_total {
	float:left;
	display:inline;
	margin-top:5px;
}
.validation-advice {
	display:inline;
	float:left;
	font-size:12px;
	height:auto;
	line-height:13px;
	margin:2px 0px 0px 1px;
	padding-top:2px;
	padding-bottom:1px;
	padding-left:2px;
	padding-right:2px;
	background-color: #21A2DF !IMPORTANT;
	border: 1px solid #21A2DF !IMPORTANT;
	color:white;
	font-weight:bold;
	width:318px;
}
input.validation-failed, textarea.validation-failed {
	background-color:#C3E6F7;
	color:black;
}
textarea.kontakt {
	margin-right:8px;
	border:2px solid white;
	height: 153px;
	width: 318px;
	font-size: 12px;
	line-height: 12px;
	margin-right: 8px;
}
/*Special Checkboxes*/
.checkbox, .radio {
	height: 21px;
	padding: 0 0 0 25px;
	background: url("checkbox.gif") no-repeat 0 0;
  	cursor: default;
}
.checkbox input, .radio input {
	display: none;
}
.radio {
	background: url("radio.gif") no-repeat 0 0;
}
.selected {
  background-position: 0 -52px;
}
/*WEBSEARCH*/
.websearch_form {
	display:none;
}
.result_item {
	margin-bottom:12px;
}@charset "UTF-8";
/* CSS Document */

