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

/* global stuff */
body{
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",sans-serif;
	font-weight:normal;
    font-size: 14px;
	color: #222;            
}

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

/* header */
#header_out{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#header_out.normal{
	height: 180px;
	padding-bottom: 15px;
}

#header_out.expanded{
	height: 360px;
	background-color:#ddd;
}

/* top header bar */

#header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 100%;
	height: 25px;
	margin:0;
	padding:0;
	background-image:url(img/header_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
}

#top_menu_out{
	height:25px;
	float: right;
	padding-right: 10px;
}

#top_menu{
	padding-top: 4px;
	height: 14px;
	color:white;
	margin:0;
	text-align:right;
}

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

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

#top_menu .active{
	color:#ff9a3a;
}

/* main header bar */

#header2{
	height:auto;
	width:100%;
	background-image:url(img/header_bg_2_iOS.jpg);
	background-repeat: repeat-x;	
	overflow: hidden;
}

#logo_out{
	height: 100px;
	width: 110px;
	display: block;
	float: left;
}

#logo{
	margin-left: 5px;
	height:100px;
}

#logotext_out{
	height: 60px;
	width: 200px;
	float: left;
	padding-top:30px;
	overflow: hidden;
}

#logotext{
	overflow:hidden;
	width:200px;
	margin:auto;
}

#menu_out{
	clear: left;
	height: auto;
	width:100%;
	color:black;
	width:100%;
	margin:0;
	background-image:url(img/menu_iOS.png);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}

#menu.hide{
	display:none;
}

#menu_iOS{
	width: 100%;
	height: 35px;
	margin: 0;
	color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 22px;
	display:block;
	border-top:1px solid white;
	text-align:center;
	padding-top:2px;
}

#menu_iOS .active{
	background-image:url(img/menu_active.png);
	background-repeat:repeat-x;
}

#menu_iOS a{
	color: white;
	text-decoration:none;
	float: right;
	padding-right: 10px;
}

#menu_iOS div.leftButton {
    position: absolute;
    top: 130px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(img/button.png) 0 8 0 8;
}

#menu {
    list-style: none;
    margin-left: 10px;
	margin-right: 10px;
    padding: 0;
	background-color:#ddd;
}

#menu a {
    background-color: #fff;
    border: 1px solid #999;
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#menu a:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#menu a:last-child {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#menu .active{
	background-color:#2da3bf;
	color:white;
}

#header2_right{
	display: none;
}

#header2 #motto{
	display:none;
}

#header2 .logoimgs{
	display:none;
}

/* body */

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

#body{
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align:justify;
	height: auto;
	font-size:14px;
	background-color:#f9f9f9;
}

#body h1{
	margin: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;
/*	background-color:#e3f0f1; */
/*	padding:5px; */
/*	padding-top:25px; */
}

#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;
}

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

#body p{
	line-height:1.2em;
	font-size:13px;
}

#body li{
	list-style-image:url(img/arrow.png);  
/*	list-style-type:square; */
	text-align:left;
}

#body .spalte1{
}

#body .spalte2{
}

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

#body table{
	text-align:left;
}

#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 .floatbox{
	text-align:center;
}

#call{
	margin-top: 5px;
	margin-bottom:15px;
	float:right;
}

#call img{
	width:90px;
	overflow:hidden;
}

#call2{
	float:right;
	font-size:18px;
	padding-top:40px;
}

/* footer */
#footer_out{
	margin-top: 15px;
	width: 100%;
	height: 45px;
	background-color:white;
}

#footer{
	height: 45px;
	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;
}

#footer_left{
	width:48%;
	float: left;
	height: 40px;
	background-image:url(img/bottom.png);
	background-position: 0 5px;
	background-repeat:no-repeat;
	color:white;
	padding-top: 3px;
	padding-left: 10px;
}

#footer_right{
	width:50%;
	float: left;
	height: 40px;
}