﻿@charset "utf-8";
/* Layout-CSS */

/* ------------------------------------------------------- Globale Werte */

img {
	border: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #061953;
	text-decoration: underline;
}

.a_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


.a_orange_normal_size {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF4201;
	text-decoration: underline;
}

.darkblue_bg {
	background-color: #061953;
	height: 20px;
}

.italic{
	font-style: italic;
}		

.bold {
	font-weight: bold;
}

.darkblue_bold {
	font-size: 18px;
	font-weight: bold;
	color: #061953;
}

.orange_bold {
	font-size: 18px;
	font-weight: bold;
	color: #FF4201;
}

.orange_bold_small {
	font-size: 16px;
	font-weight: bold;
	color: #FF4201;
}

.headline {
	font-weight: bold;
	margin-top: 25px;
}

.headline2_blue {

	color: #061953;

	font-size: 18px;
	font-weight: bolder;
	margin-bottom: -5px;

}

.orange_letter {
	color: #FF4201; 
	font-size: 1.3em; 
	font-weight: bold;
}


.headline2_orange {

	color: #FF4201;

	font-size: 18px;
	font-weight: bolder;
	margin-bottom: -5px;

}
.headline3 {
	text-align: left;
	font-weight: normal;
	margin-top: 35px;
	line-height: 1.2em;
}	

.center_it {
	width: 593px;
	text-align: center;
	border: 1px solid;
	padding: 20px 10px 20px 10px;
}

#hotline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FF4201;
}

.spacer_0px {
	height: 0px;
}

.spacer_13px {
	height: 13px;
}

.spacer_10px {
	height: 10px;
}

.small_hint {
	font-size: 11px;
}

.contact {
	border-bottom:	1px solid black;
	border-right:	1px solid black;
	border-left:	1px solid black;
	
	padding: 0px;
	background-color: #a6b0d1;
}

/* ---------------------------------------------------------------- body */

body {
	margin: 0px;
	/*background-image: url(../images/LayoutBackgroundImage.gif);
	background-repeat: repeat;
	background-attachment: fixed;*/
	background-color: #FFFFFF;
		
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.2em;					/* Schriftgröße */
	line-height: 1.2em;					/* Zeilenhöhe */
	vertical-align: baseline;
	text-align: center;
	color: #000;
}
/* ----------------------------------------------------------- main box */
#mainbox {
	position: relative;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 990px;
	height: 1000px;
	border: 0px solid #000;				/* box_main border */
	text-align: left;
	background-color: #FFFFFF;
	/* IE5.x Win Boxmodell-Hack 
		voice-family: "\"}\""; 		
		voice-family: inherit;
	
		width: 660px;
		height: 590px;*/
}
/* nötige Hack-Erweiterung für Opera 
body>#mainbox { 			
		width: 660px;
		height: 581px;			
}*/

/* ------------------------------------------------------------ header */

#header {
	text-align: left;
}


#header_top_left, #header_bottom_left {
	float: left;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#header_top_right, #header_bottom_right {
	float: left;
	text-align: left;
	position: relative;
	top: 0px;
	right: 0px;
}

/* ------------------------------------------------------- navi-box */
#copyright {
	float: left;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #061953;
	border: 0px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navi {
	text-align: right;
	background-color: #061953;
	border: 0px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navi_element {
	text-align: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.navi_divider {
	text-align: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/* ------------------------------------------------------- content-box */

#content {
	float: left;
	margin: 10px 0px 0px 0px;
	text-align: left;
	background-color: #fff;
	border: 0px solid black;
}


/* ------------------------------------------------------- left-column */

#left_column {
	float: left;
	border-top: 1px solid black;

}

.column_spacer_5px {
	height: 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.column_spacer_26px {
	height: 26px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.left_column_text {
	text-align:	center;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #071953;
	line-height: 0.9em;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#info_id {
	margin-top: 20px;
}


/* ------------------------------------------------------- middle-column */
#welcome {
	float: left;
	text-align: center;
}

#content_text {
	text-align: left;
	margin: 12px;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #071953;
	line-height: 1.0em;	
}

#btn {
	background-image: url(../images/btn-bg.jpg);
	}

/* ------------------------------------------------------- right-column */

#right_column {
	float: left;
	border-top: 1px solid black;
}


.right_column_text {
	text-align:	left;
	height: 269px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #071953;
	line-height: 1.1em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.borders {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#infos {
	margin-bottom: 15px;	
	font-weight: bold;
	font-size: 13px;
	color: #144977;
}

/* ----------------------------------------------------- Kontakt */
.form_row {
	padding-top: 5px;
	clear: left;
}

.email_kontakt {
	padding-top: 18px;
}


.form_labels {
	height: 20px;
	width: 100px;
	font-weight: normal;

	float: left;
}

#form_name, #form_vorname, #form_email, #form_strasse, #form_ort {
	height: 20px;
	width: 300px;
	margin-left: 58px;

	float: left;

	border: 1px solid #FF4201;
}
#form_telefon, #form_mobil, #form_fax {
	height: 20px;
	width: 150;
	margin-left: 58px;

	float: left;

	border: 1px solid #FF4201;
}

#form_msg {
	height: 100px;
	width: 300px;
	margin-left: 58px;
	
	float: left;
	
	border: 1px solid #FF4201;
}

#submit_btn {
	width: 150px;
	height: 30px;
	margin-left: 57px;
	background-color: #FF4201;
	border: 1px solid #FF4201;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* ----------------------------------------------- bottom-line */
#bottom{
	clear: left;
	margin-top: -40px;
	text-align: center;
	line-height: 1.0em;
	font-weight: normal;
	width: 990px;
	color: #061953;
	font-size: 10px;
	padding-bottom: 10px;
}

.bottom_darkblue_bold {
	font-size: 10px;
	font-weight: bold;
	color: #FF4201;
}

.bottom_orange_bold {
	font-size: 10px;
	font-weight: bold;
	color: #061953;
}

#haeger{
	font-weight: bold;
	font-size: 10px;
	color: #061953;
	text-decoration: underline;
}
