@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	min-width: 780px;
	font-family:"Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",sans-serif;
	font-weight:normal;
	color: white;
	background-color:white;
}

/* header */

#header_out{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: red;
	padding: 2px;
}

/* header / top header bar */

#header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: white;
	width: auto;
	height: 35px;
	margin:0;
	padding:0;
	background-color:white;
	border-bottom: 1px solid white;
	border: 0;
	background-color:green;
	padding: 2px;
}

#top_menu_out{
	height:31px;
	width: 230px;
	float: right;
	background-color: yellow;
	padding: 2px;
}

#top_menu{
	padding-top: 10px;
	width: 220px;
	height: 21px;	
	background-color:blue;
}

#top_menu, #top_menu a {
	color: white;
	text-decoration:none;	
}

#top_menu a:hover{
	color:#ff9a3a;
}

#top_menu .active{
	color:#ff9a3a;
}

/* header / main header bar */

#header2{
	height: auto;
	background-color: white;
	background-repeat: repeat-x;	
	overflow: hidden;
	background-color: black;
	padding: 2px;
}

#header2_left{
	float: left;
	border: 0;
	background-color:brown;
	padding: 2px;

}

#logo_out{
	height: 162px;
	width: 210px;
	display: block;
	float: left;
	border: 0;
	background-color:red;
	padding: 2px;

}

#logo{
	margin-left: 50px;
	height:158px;
	border: 0;
	background-color:lightblue;
	padding: 2px;

}

#logotext_out{
	height: 124px;
	width: 500px;
	float: left;
	padding-top:38px;
	padding-left:50px;
	overflow: hidden;
	border: 0;
	background-color:darkblue;
}

#logotext{
	overflow:hidden;
	border: 0;
	background-color:red;
	padding: 2px;

}

#menu_out{
	clear: left;
	height: 42px;
	color:black;
	clear:left;
	width:710px;
	background-repeat:no-repeat;
	background-position: 25px 0px;
	border: 0;
	background-color:orange;
	padding: 2px;	
}

#menu{
	height: 39px;
	font-size: 20px;
	margin: 0;
	color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	border-top:1px solid white;
	border: 0;
	background-color:darkblue;
	padding: 2px;

}

#menu_iOS{
	display: none;
}

#menu li{
	height: 30px;
	display: block;
	padding: 7px 10px 0 10px;
	margin: 0;
	float:left;
	border: 1px solid yellow;
	background-color:green;
}

#menu a{
	color: white;
	text-decoration:none;
}

#menu li:hover{
	color: white;
	background-image:url(img/menu_hover.png);
	background-repeat:repeat-x;
	cursor:pointer;
}

#menu li.active{
	border: 1px solid yellow;
	background-color:darkgreen;
}

#header2 .logoimgs{
	width: 118px;
	margin-top: 125px;
	float: left;
	border: 0;
	background-color: yellow;
	padding: 2px;
}

/* body */

#body_out{
	margin-left: 0px;
	background-repeat:repeat-y;
	height: auto;
	border-top:2px solid #fe9b36;
	border-bottom:2px solid #fe9b36;
	margin-top: 15px;
	background-color:#f9f9f9;
	height: auto;
	border: 0;
	background-color:darkblue;
	padding: 2px;

}

#body{
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 30px;
	width: 625px;
	border-right: 1px dotted #bfbfbf;
	float:left;
	text-align:justify;
	height: auto;
	font-size:13px;
	background-color:#f9f9f9;
	border: 0;
	background-color:darkred;
	padding: 2px;

}

#body h1{
	margin:30px 0 0 0;
	padding:0;
	font-family:"Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",sans-serif;font-weight:normal;
	font-size:21px;line-height:1.2em;margin-bottom:8px;
	text-align:left;
/*	background-color:#e3f0f1; */
/*	padding:5px; */
/*	padding-top:25px; */
	border: 0;
	background-color:darkblue;
	padding: 2px;
}

#body .headerimg{
	width: 100%;
	height: 98px;
	overflow:hidden;
	border: 0;
	background-color:darkblue;
	padding: 2px;
}

#body .headerimg img{
	overflow: hidden;
	width:100%;
}

#body .spalte2 img{
	width: 100%;
}

#body .floatbox{
	position:relative;
	top:520px;
	border: 0;
	background-color:darkblue;
	padding: 2px;
}

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

.headerimginline{
	float:right;
	display:inline;
	right: 0px;
	border: 0;
	background-color:darkblue;
	padding: 2px;
}

#body h2{
	margin:0;
	padding:0;
	line-height:normal;
	font-family:"Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",sans-serif;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:0px;
	font-size:1.3em;
	border: 0;
	background-color:darkblue;
	padding: 2px;
}

#body h3{
	margin:0;
	padding:0;
	font-size:1.0em;line-height:1.2em;margin:20px 0 5px 0;
	border: 0;
	background-color:darkblue;
	padding: 2px;
}

#body p{
	line-height:1.2em;
	font-size:13px;
	border: 0;
	background-color:darkblue;
	padding: 2px;
}

#body a{
	color:#2DA3BF;
	text-decoration:none;
}

#body li{
	border: 0;
	background-color:darkblue;
	padding: 2px;
}

#body .spalte1{
	width: 45%;
	float:left;
	border: 0;
	background-color:yellow;
	padding: 2px;

}

#body .spalte2{
	width: 45%;
	float:left;
	margin-left:40px;
	border: 0;
	background-color:yellow;
	padding: 2px;
}

#body table{
	text-align:left;
	border: 0;
	background-color:green;
	padding: 2px;
}

#body tr{
	border: 0;
	background-color:blue;
	padding: 2px;

}

#body table tr td.col1{
	width: 50px;
	padding-left: 15px;
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position: -10px -7px;
	vertical-align:top;
}

#body .clear{
	clear:both;
}

/* right content */

#call{
	margin-top: 50px;
	float:right;
	margin-bottom:50px;
	border: 0;
	background-color:yellow;
	padding: 2px;
}

#call img{
	width:150px;
	overflow:hidden;
	border: 0;
	background-color:red;
	padding: 2px;
}

#call2{
	float:right;
	font-size:24px;
	padding-top:110px;
	border: 0;
	background-color:yellow;
}

#call3{
	float:right;
	font-size:28px;
	border: 0;
	background-color:red;
	padding: 2px;

}

/* footer */
#footer_out{
	margin-top: 15px;
	width: 100%;
	height: 70px;
	border: 0;
	background-color:grey;
	padding: 2px;
}

#footer{
	height: 70px;
	width: 90%;
	margin: auto;
	bottom: -5px;
/*	background-color:#f3f3f3;
	background-repeat:repeat-x;
	border-top: 2px solid #fe9b36; */
	position:inherit;
	bottom:0px;
	font-size:11px;
	color:#999999;
	padding-left:10px;
	border: 0;
	background-color:yellow;
	padding: 2px;
}