* {
margin:0;
padding:0;
}

body {
	font-family: 'GeosansLight', Arial, Helvetica, sans-serif;
 	font-weight: normal;
    line-height:40px;
	font-size:28px;
	color:#ffffff;
	margin-top:0px;
	margin-left:0px;
	background-color: #ffffff;
    height: 100%;
}


@font-face {
  font-family: 'GeosansLight';
    src:  url('font/GeosansLight.ttf.woff') format('woff'),
    url('font/GeosansLight.ttf.svg#GeosansLight') format('svg'),
    url('VGeosansLight.ttf.eot'),
    url('VGeosansLight.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
img {
	max-width: 100%;
	height: auto;
	border:0px;
}
a {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
}

.logo1, .logo1 a, .logo1 a:link, .logo1 a:active, .logo1 a:visited, .logo1 a:focus, .logo1 a:hover {font-size:48px; color: #3a5083; text-decoration: none;}
.logo2, .logo2 a, .logo2 a:link, .logo2 a:active, .logo2 a:visited, .logo2 a:focus, .logo2 a:hover {font-size:30px; color: #838383; text-decoration: none;}

/****** DIV LAYOUT ******/


#header1 {
    position: relative;
    height: 170px;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 35px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 35px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 35px 0px rgba(0,0,0,0.75);
    margin-top: 0px;
	z-index:500;
    overflow: hidden;
}
#line_top1 {
    height: 10px;
    width: 100%;
    background-color: #3a5083;
    margin:0 auto;
    overflow: hidden;
}
#logo_top {
    height: 124px;
    width: 100%;
    background-color: #ffffff;
    margin:0 auto;
    overflow:hidden;
}
#logo_top_box {
    height: 124px;
    width: 1006px;
    background-color: #ffffff;
    margin:0 auto;
    overflow:hidden;
    text-align: left;
    padding-top: 24px;
}

#navigation-top ul {
float:left;
margin-top:0px !Important;
padding-top:5px !Important;
}

#navigation-top ul li {
margin-left:30px;
}

#box_text a,#box_text a:link,#box_text a:active,#box_text a:visited,#box_text a:focus,#box_text a:hover {
	color:#ffffff;
	text-decoration:none;
}

#footer1 {
    position: fixed;
    height:64px;
	bottom:0px;
	left:0;
    right:0;
	z-index:500;
    overflow: hidden;
}
#footer_line {
    height: 10px;
    width: 100%;
    background-color: #ffffff;
    margin:0 auto;
}
#footer_txt {
	height: 54px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	margin-top: 0px;
	background-color:#3a5083;
	text-align:center;
	color:#ffffff;
	font-size:20px;
	line-height: 54px;
}


table, .image-table, .imgtable-top-center, .imagelist-td, .imagelist-table image-list-table-center, .imagelist-img {
	margin:0 auto;
	overflow:hidden;
	text-align:center;
    align-items: center;
}


/* ############################ */
/* ########## SLIDER ########## */
/* ############################ */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* ############################ */


/* ##########################################################
   ######################### TEXT ###########################
   ##########################################################*/


h1 {
	line-height:58px !important;
	font-size:48px;
	font-weight: normal;
	color:#ffffff;
	text-transform:uppercase;
	padding-bottom:22px;
	padding-top:4px;
}


/* ##########################################################
   ##############  Navigation TXT #################
   ##########################################################*/

/* 
	Sample CSS for use in combination with {NAV_LIST_UL:HCSS}
	
	CSS for show/hide flyout menu is rendered dynamically in the style section
	Basis of this CSS is taken from http://www.alistapart.com/articles/horizdropdowns/
*/


#header_top_navi {
	position: absolute;
    margin:0 auto;
    width: 100%;
    height: 36px;
    background-color: #3a5083;
    text-align: left;
}
#top_navi_box {
    width: 1006px;
    height: 36px;
    margin:0 auto;
    text-align: center;
}

#top_navi {
    width: 1006px;
    height: 36px;
    margin:0 auto;
	margin: 0 0 0 0px !important;
	display:inline;
	padding: 0px;
  	font-weight:normal;
	font-size:20px;
	color:#FFF;
    background-color: #3a5083;
    text-align: left;
}

#top_navi em {
	font-style: normal;
	}

#top_navi ul {
	list-style: none;
	padding: 0px;
	left: 0px;
	margin-right:0px;
	margin-top:0px;
	position: relative;
    text-align: left;
    float: left;
	}

#top_navi ul li {
	float:left;
	position:relative;
    padding-right: 15px;
	height: 36px;
	text-align: middle;
  	font-weight:normal;
	font-size:20px;
	line-height: 26px;
}
#top_navi ul li:last-child {
	border-right: 0px;
    padding-right: 0px;
	}
#top_navi ul li a {
	cursor: pointer;
	color:#FFF;
	text-decoration:none;
	text-align: left;
  	font-weight:normal;
	font-size:20px;
	background:#3a5083;
	}

#top_navi ul li a:hover {
	cursor: pointer;
	color:#ffffff;
	text-decoration:none;
	}
	
#top_navi ul li a span {
	float: left;
}

/*zweite ebene*/
#top_navi ul li ul {
	display: none;
	position: absolute; 
	
	margin-left:0;
	top: 0px;
	left: 0px;
	padding-top:6px;
	}
	  
#top_navi ul li.active ul li a {
	text-transform: none;
	cursor: pointer;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	float:left;
	padding-left:0px;
	}

#top_navi li > ul {
	top: auto;
	left: auto;
	}  
#top_navi li:hover ul, li.over ul{ display: block; }

#top_navi ul li.active a {
	color:#ffffff;
	font-weight:none;
	text-decoration:none;
	padding-left:0px;
	padding-right:0px;
	}

/*zweite ebene*/
#top_navi ul li ul li {
	text-align:left;
	background-color:#ffffff;	
	line-height:22px;
	width: auto;
	color:#FFF;
	text-transform:none;
	height:28px;
	margin-top:0px;
	}
#top_navi ul li ul li  a {
	text-align:left;
	line-height:22px;
	color:#555555; /*Austauschen*/
	font-size:14px;
	text-transform:none;
	height:28px;
	padding-left:0px;
	padding-right:14px;
	width:120px;
    }

#top_navi ul li ul li  a:hover {
	text-align:left;
	line-height:22px;
	color:#555555; /*Austauschen*/
	font-size:14px;
	text-transform:none;
	width:120px;
    }


#top_navi ul li ul li.active a {
	text-align:left;
	padding-left:10px;
	padding-right:14px;
	width:120px;
	color:#3d70ab; /*Austauschen*/
    }

#top_navi ul li ul li.active a:hover {
	width:120px;
	color:#555555; /*Austauschen*/
    }

#top_navi ul li.active ul li a:hover {
	width:120px;
	color:#555555; /*Austauschen*/
	}
#top_navi ul li ul li a:hover {
	color:#555555; /*Austauschen*/
	width:120px;
}

#top_navi ul li ul li.sub_no a {
	width:120px;
	color:#555555;
}

#top_navi ul li ul li.sub_no a:hover {
	width:120px;
	color:#3d70ab;
}

	
/* Holly Hack. IE Requirement \*/
* html #top_navi ul li { float: left; height: 1%; }
* html #top_navi ul li a { height: 1%; }
/* End */

/*.scroll {
  white-space: nowrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }*/


/* ############################ */






/* ##########################################################
   ################## Display Auflösung #####################
   ##########################################################*/
   
@media (min-width: 10px) and (max-width: 1000px){
	

body {
	font-size:16px !important;
	line-height:28px !important;
}

h1 {
	line-height:24px !important;
	font-size:25px;
	font-weight: normal;
	color:#ffffff;
	text-transform:uppercase;
	padding-bottom:22px;
	padding-top:4px;
}

#header_top_navi {
	display:none;
}
#top_navi {
    display:none !important;
}   	
.nav-negative-mobil {
    display:inline !important;
}
.menu-popup-mobil {
    display:inline !important;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.menu-popup {
    display:none !important;
}

#content {
	position: relative;
    width: 80%;
    height: auto;
    margin:0 auto;
    margin-top: 70px;
    z-index: 100;
    overflow: hidden;
}

#content_box {
	height: auto;
	width: 80%;
    margin:0 auto;
    background-color: #3a5083;
    opacity: 0.9;
    border-radius: 10px;
	overflow:hidden;
	text-align: left;
    padding: 20px;
    color:#ffffff;
	margin-bottom:80px;
}

.article-summary-text p {
	line-height:28px !Important;
}

#line_top {
	top:10px;
}
#header_top {
	top:0px;
	z-index:500;
}
.apptb {
	font-size:14px !important;
}

.logo11 {font-size:24px; color: #fff; text-decoration: none;}
.logo22 {font-size:15px; color: #fff; text-decoration: none;}

.logo1, .logo1 a, .logo1 a:link, .logo1 a:active, .logo1 a:visited, .logo1 a:focus, .logo1 a:hover {font-size:24px; color: #3a5083; text-decoration: none;margin-left:50px;}
.logo2, .logo2 a, .logo2 a:link, .logo2 a:active, .logo2 a:visited, .logo2 a:focus, .logo2 a:hover {font-size:15px; color: #838383; text-decoration: none;margin-left:50px;}


}
/* ##########################################################
   ################## Display Auflösung #####################
   ##########################################################*/
@media (min-width: 1001px) {

body {
	font-size:28px !important;
	line-height:40px !important;
}  

#content {
	position: relative;
    width: 100%;
    height: auto;
    margin:0 auto;
    margin-top: 70px;
    z-index: 500;
    overflow: hidden;
}

#content_box {
	height: auto;
	width: 926px;
    margin:0 auto;
    background-color: #3a5083;
    opacity: 0.9;
    border-radius: 10px;
	overflow:hidden;
	text-align: left;
    padding: 40px;
    color:#ffffff;
	margin-bottom:80px;
}
.logo11 {font-size:48px; color: #fff; text-decoration: none;}
.logo22 {font-size:30px; color: #fff; text-decoration: none;}


.nav-negative-mobil {
    display:none !important;
}
.menu-popup-mobil {
    display:none !important;
}
.menu-popup {
    display:inline !important;
}

}