* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	}

html {
	overflow-y: scroll;
  }
  
.clear {
  clear: both;
  }
	
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; /* klein: 10px / mittel: 12px (default) / groß: 14px */
	line-height: 16px;
	color: #575757;
	background-color: #fff;
	padding: 0 0 80px;
	margin: 0px;
	}
	
a:link,
a:visited {
	text-decoration: none;
	color: #0076b3;
	}

a:hover {
  text-decoration: underline;
	}
	
h1 {
	font-size: 1.5em;
	line-height: 1.35em;
	color: #008dc1;
	font-weight: normal;
	padding: 0 0 12px;
	}

h2 {
	font-size: 1.25em;
	line-height: 1.1em;
	color: #008dc1;
	font-weight: normal;
	padding: 20px 0 8px 0;
	}

h3 {
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: bold;
	color: #575757;
	}

h4 {
	font-size: 0.8em;
	line-height: 1.0em;
	font-weight: bold;
	color: #575757;
	}
	
.column_3 {
	font-size: 0.9em;
	line-height: 1.2em;
	}
	
.column_3 h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 3px 0;
	}
	
.column_3 p {
	margin: 0px;
	padding: 1px 0 0;
	}
	
p {
  padding: 8px 0;
  }
	
#wrapper {
  width: 906px;
  margin: auto;
  background: url(img/bg_shad.png) repeat-y;
  }
  
#bottom_shadow {
  height: 15px;
  overflow: hidden;
  background: url(img/bg_shad_bottom.png) no-repeat;
  }
  
#container {
  padding: 0px 8px;
  }
  
#top_nav_wrapper {
  height: 28px;
  background-color: #00345b;
  overflow: hidden;
  }
  
#main_nav ul {
	float: left;
	width: 780px;
	}

#main_nav ul li {
  display:inline;
  width: 120px; 
	float: left;
	list-style-type: none;
	margin: 0;
  text-align:center;
	}

#main_nav ul li a {
  display: block;
	width: 120px;
	height: 28px;
  font-family: "Trebuchet MS", Arial Helvetica, Verdana, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background: #00345b;
	}
	
#main_nav ul li a:hover, #main_nav ul li#current a {
	background: #176ea2;
}	

#lang_nav ul {
	float: right;
	padding: 7px 16px 0 0;
	}

#lang_nav ul li span { 
	display: none;
	}

#lang_nav ul li { 
	float: left;
	display: inline;
	list-style-type: none;
	padding: 2px;
	}

#lang_nav ul li a {
	display: block;
	width: 18px;
	height: 0px;
	padding-top: 11px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
li#de a { background: url(img/de.png); }
li#en a { background: url(img/en.png); }
li#fr a { background: url(img/fr.png); }
  
#header {
  position: relative;
  height: 260px;
  clear: both;
  }
  
#header img {
  position: absolute;
  top: 0px;
  left: 0px;
  }
  
#header object {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  }

#main {
  padding: 10px 10px 45px 28px;
  }
  
.subnav ul li {
  margin: 0 0 0 15px;
  }
  
#logo {
  display: inline-block;
  margin: 11px 0;
  }
  
#breadcrumb {
  padding: 38px 0 0;
  font-size: 0.85em;
  }

textarea, input {
  border: 1px solid #ccc;
  }
  
#service_wrapper {
  height: 27px;
  overflow: hidden;
  position: relative;
  }
  
#service_site {
  position: absolute;
  left: 24px;
  top: 0px;
  }
  
#service_font {
  position: absolute;
  left: 100px;
  top: 0px;
  }
   
#service_site, 
#service_font {
  display: inline-block;
  }
  
a#s_print, a#s_mail, a#s_pdf {
  float: left;
  height: 0px;
	padding: 17px 0 0;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-decoration: none;
  }
  
a#s_print {
  width: 17px;
  background: url(img/service_print.png);
  }
  
a#s_mail {
  width: 32px;
  background: url(img/service_mail.png);
  }
    
a#s_pdf {
  width: 16px;
  background: url(img/service_pdf.png);
  }
  
a#s_print:hover, a#s_mail:hover, a#s_pdf:hover {
  background-position: 0 -17px;
  }
  
a#fsize_s, a#fsize_m, a#fsize_l, a#fcontrast {
  float: left;
  height: 17px;
  width: 17px;
  margin: 0 2px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-decoration: none;
  }
  
a#fsize_s {
  background: url(img/fsize_s.png);
  }
  
a#fsize_m {
  background: url(img/fsize_m.png);
  }
    
a#fsize_l {
  background: url(img/fsize_l.png);
  }
  
a#fcontrast {
  background: url(img/fcontrast.png);
  }
  
a#fsize_s:hover, a#fsize_s.selected,
a#fsize_m:hover, a#fsize_m.selected,
a#fsize_l:hover, a#fsize_l.selected,
a#fcontrast:hover, a#fcontrast.selected {
  background-position: 0 -17px;
  }
  
#search {
  position: absolute;
}
  
#searchfield {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 11px;
  }
  
#searchbtn {
  position: absolute;
  top: 0px !important;
  top: 2px;
  left: 110px;
  }
  
#searchfield,
#searchbtn {
  display: inline-block;
  }
  
#searchfield input {
  padding: 2px;
  height: 14px;
  width: 105px;
  margin: 0px;
  }

input.btn {
  color: #7b7c7e;
  padding: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  background: url(img/btn_bg.png) repeat-x #d6d7d7;
  font-family: Verdana, Helvetica, Arial, sans-serif;
    overflow: visible;
  }
  
#searchfield fieldset{
	width: 183px;
}

#searchfield fieldset input#tx-indexedsearch-searchbox-sword{
	width: 105px;
	float:left;
}

#searchfield fieldset input#tx-indexedsearch-searchbox-button-submit{
	float:right;
	width:72px;
	height: 20px;
}
  
input.btn:hover {
  background-position: 0 -6px;
  cursor: pointer;
  }
  
#sub_nav {
  margin: 35px 0 15px;
  }
  
#sub_nav ul {
  width: 175px;
  list-style-type: none;
  border-top: 1px dotted #a7a7a7;
  border-bottom: 1px dotted #a7a7a7;
	}
	
#sub_nav ul ul, #sub_nav ul ul ul, #sub_nav ul ul ul {
  padding-left: 15px;
  width: auto;
  border-bottom: none;
  border-top: none;
}
	
#sub_nav ul li {
	padding: 1px 0;
	}
	
#current_section {
  display: block;
  color: #606060;
  padding: 0 0 5px 0;
  }
  
.column_1 {
  float: left;
  width: 251px;
  }
  
.column_2 {
  float: left;
  width: 346px;
  padding: 0 33px 0 31px;
  }
    
.column_3 {
  float: right;
  width: 191px;
  overflow: hidden;
  }
  

#news_teaser_wrapper {
  background-color: #eef4fb;
  }
  
#rss_box {
  float: left;
  width: 279px;
  text-align: right;
  /*font-size: 0.85em;
  line-height: 1.45em;*/
  }
  
#rss_box .headline {
  display: inline-block;
  font-size: 1.55em;
  font-weight: bold;
  padding: 8px 0 0;
  }
  
#rss_box .headline a {
  display: inline-block;
  }
  
#rss_box .headline a span {
  font-size: 0.55em;
  line-height: 1.2em;
  font-weight: normal;
  color: #575757;
  display: inline-block;
  margin-top: 6px;
  }
  
#rss_box .headline img {
  vertical-align: middle;
  padding: 0 5px 0 0;
  margin-top: -3px;
  }
  
#news_teaser {
  float: right;
  width: 561px;
  padding: 0 19px 3px 0;
  color: #0076b3;
  font-size: 0.9em;
  line-height: 1.55em;
  }
  
#news_teaser ul {
  padding: 0 0 2px 0;
  }
  
#news_teaser .headline {
  display: block;
  font-size: 1.35em;
  border-bottom: 1px solid #bedbed;
  padding: 7px 0 1px;
  }
  
#news_teaser ul li {
  list-style-type: none;
  padding: 1px 1px 1px 17px;
  background: url(img/news_bullet.png) no-repeat 0 50%;
  font-weight: bold;
  border-bottom: 1px solid #bedbed;
  }
  
#news_teaser .head {
  float: left;
  color: #575757;
  width: 409px;
}  

#news_teaser .date {
  float: right;
  text-align: right;
  color: #575757;
  width: 120px;
  }

#footer_nav_wrapper {
  padding: 44px 0 5px;
  color: #6b6d6c;
  font-size: 0.95em;
  background-color: #fff;
  }

#copy {
  float: left;
  width: 280px;
  padding: 0 0 0 28px;
  }
	
#footer_nav {
  float: right;
  width: 520px;
  padding: 0 19px 0 0;
  }

#footer_nav ul { 
	float: right;
	}

#footer_nav ul li { 
	float: left;
	display: inline;
	list-style-type: none;
	}
	
#footer_nav ul li a {
	margin: 0 3px;
	color: #6b6d6c;
	}
	
#footer_nav ul li a:link,
#footer_nav ul li a:visited {
  text-decoration: none;
  }
  
#footer_nav ul li a:hover {
  text-decoration: underline;
  }
  
.dropdown, .dropdown ul {
  list-style: none;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1em;
  line-height: 10px;
  }
  
li.headlink ul li {
  margin: 0;
}

.dropdown, .dropdown * {
  padding: 0;
  margin: 0;
  }
  
.dropdown {
  margin: 1px;
}
  
.dropdown li.headlink {
  width: 175px;
  float: left;
  margin-left: -1px !important;
  margin-left: 0px;
  border: 1px #ccc solid; 
  }
  
.dropdown li.headlink a {
  display: block;
  padding: 5px;
  height: 10px;
  background: transparent url(img/arrow.png) no-repeat right;
  }

.dropdown li.headlink ul {
  display: block;
  border-top: 1px #ccc solid;
  }

.dropdown li.headlink ul li a {
  background: none;
  }
  
.dropdown li.headlink ul li a:hover {
  background-color: #ccc;
  }

.dropdown a, a:hover {
  color: #606060;
  text-decoration: none;
  }
  
.column_2 ul {
  padding-left: 15px;
  }
  
.news-list-morelink {
  padding-bottom: 20px;
  position: relative;
  top: -5px;
  }
  
.news-single-img {
  position: absolute;
  margin-left: 379px;
}

.news-single-imgcaption {
	width: 180px;	
}
  
.mailformplus_contactform .error {
	color:#dd7777;
}

.mailformplus_contactform label {
	font-size: 0.9em;
	color: #7f7f7f;
}

.mailformplus_contactform select#title {
  width: 85px;
  font-size: 1em;
  border: 1px solid #ccc;
}

.mailformplus_contactform .radio_caption {
	display:inline;
	width:auto;
	float:none;
	font-weight:normal;
	padding-left:5px;
}

.mailformplus_contactform .caption {
	margin:10px 0 5px 0;
	font-weight:bold;
}

.mailformplus_contactform textarea, .mailformplus_contactform input {
  border: 1px solid #ccc;
  width: 244px;
}

.mailformplus_contactform legend {
  padding-bottom: 20px;
}

.mailformplus_contactform dt {
  width: 100px;
	padding:0 0 9px 0;
  float: left;
  clear: left;
}

.mailformplus_contactform dd {
  float: left;
	padding:0 0 9px 0;
}

.mailformplus_contactform em {
  font-size: 0.9em;
  font-style: normal;
  color: #000;
}

.mailformplus_contactform .formcheckbox label {
}

.mailformplus_contactform dt.formcheckbox {
	width:			auto;
	padding-left:	100px;
}

.mailformplus_contactform .formcheckbox {
	float: none;
	text-align:		left;
}

.mailformplus_contactform .formcheckbox input {
	margin-left:	100px;
	width:			auto;
}



iframe body {
  text-align: center;
}


/*____________________________________________
  cfa_mooflow Galerie                                
  --------------------------------------------*/
  
div.remooz-title { /* Caption ausblenden */
  display: none;
  }

div.column_2 div.mf div.loader { /* Default-Spinner überschreiben */
	background: url(img/spinner.gif) no-repeat 50% 0;
  }
  
div.mf a.resize { 
  background: url(img/resize.gif) no-repeat; 
  }