/*************************/
/* Globale Einstellungen */
/*************************/

.fcePressYear {
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
}

.fcePressDate {
  float: left;
  width: 250px;
  line-height: 22px;
}

.fcePressIcon {
  float: left;
  width: 25px;
  line-height: 22px;
}

.fcePressLink {
  float: left;
  width: 415px;
  line-height: 22px;
}

.fcePressDivider {
  float: left;
  width: 690px;
  margin: 15px 0px 30px 0px;
  border-top: 1px dotted #4d4d4d;
}

.freecap_notice {
  margin-left: 70px;
  width: 380px;
}

.freecap_cant_read {
  margin-left: 70px;
  width: 380px;
}

.freecap_cant_read a {
  color: #4d4d4d;
}

.freecap_input {
  margin-left: 70px;
}

.freecap_input input {
  width: 145px;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 12px;
  color: #4d4d4d;
  background-color: #EBEBEB;
  font-family: verdana,arial,sans-serif;
}

a {
  color: #000066;
}

a:hover {
  text-decoration: none;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

ol, ul {
  margin: 10px 0px 10px 30px;
}

p {
  margin-bottom: 10px;
}


/********************************************************************************************/
/* Workaround damit der Scrollbalken im Firefox immer angezeigt wird für zentrierte Layouts */
/********************************************************************************************/

#gecko_scrollbar { 
  display: none; 
} 

html>body #gecko_scrollbar { 
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
  font-size: 0; 
}


/****************/
/* Seitenlayout */
/****************/

#page-container {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -478px;  
  width: 956px;
  min-height: 600px;
}


/* Top Container */

#top-container {
  position: relative;
  float: left;
  width: 956px;
  height: 30px;
}

#language {
  position: relative;
  float: right;
  margin: 9px 5px 0px 0px;
}

ul#language-list {
  margin: 0px;
}

ul#language-list li {
  display: inline;
}

ul#language-list li a {
  display: block;
  float: left;
  width: 81px;
  height: 23px;
  text-decoration: none;
  color: #4d4d4d;
  margin-right: 8px;
  line-height: 23px;
  text-align: center;
  background: transparent url(../images/language-button.gif) no-repeat;
}

ul#language-list li a:hover {
  background-position: 0px -23px;
  font-weight: bold;
}


/* Banner Container */

#logo {
  position: absolute;
  top: 20px;
  left: 25px;
  width: 285px;
  height: 60px;

}

#banner-container {
  position: relative;
  float: left;
  width: 956px;
  height: 152px;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  background: #FFFFFF url(../images/banner-home.jpg) top left no-repeat;
}

#breadcrumb {
  position: absolute;
  top: 70px;
  right: 10px;
}

#breadcrumb a {
  padding: 0px 5px;
  color: #4d4d4d;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-intro {
  color: #000066;
  font-weight: bold;
}

#metamenu-banner {
  display: none;
}


/* Main Container */

#main-container {
  position: relative;
  float: left;
  width: 956px;
  border: 1px solid #CCCCCC;
  border-top: none;
  background: #FFFFFF url(../images/bg-mainmenu.gif) top left repeat-y;
}

#mainmenu {
  position: relative;
  float: left;
  width: 225px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}

ul#mainmenu-list {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 215px;
  margin: 0px;
}

ul#mainmenu-list li {
  display: block;
  text-align: right;
}

ul#mainmenu-list li a {
  display: block;
  width: 205px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 10px;
  border-bottom: 1px solid #FFFFFF;
  line-height: 28px;

}

ul#mainmenu-list li a:hover {
  font-weight: bold;
}

ul#mainmenu-list li.menu-level1-act a {
  font-weight: bold;
}

#content {
  position: relative;
  float: right;
  width: 690px;
  margin: 14px 20px 20px 0px;
  line-height: 18px;
}

div.csc-textpicHeader h1, div.csc-header h1, h1.csc-firstHeader, .fce2columnsLeftHeadline, .fce2columnsRightHeadline {
  color: #000066;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.page-up {
  position: relative;
  float: right;
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.page-up a {
  text-decoration: none;
  color: #4d4d4d;
}


/* Bottom Container */

#bottom-container {
  position: relative;
  float: left;
  width: 956px;
  min-height: 30px;
}

#copyright {
  position: relative;
  float: left;
  margin: 3px 0px 0px 10px;
  font-size: 11px;
}

#metamenu-bottom {
  position: relative;
  float: left;
  margin-top: 3px;
  font-size: 11px;
}

ul#metamenu-bottom-list {
  margin: 0px;
}

ul#metamenu-bottom-list li {
  display: inline;
}

ul#metamenu-bottom-list li a {
  display: inline;
  text-decoration: none;
  color: #4d4d4d;
  padding: 0 5px;
}

ul#metamenu-bottom-list li a:hover {
  text-decoration: underline;
}


/*******************/
/* Kontaktformular */
/*******************/

.error {
  color: #FF0000;
}

.formerror {
  background-color: #e6e6e6;
}

label {
  float: left;
  clear: left;
  width: 100px;
  margin-left: -30px;
}

fieldset {
  float: left;
  clear: left;
  width: 100%;
  border: none;
}

legend {
  display: none;
}

fieldset ol {
  padding: 1em 1em 0 0;
  list-style: none;
}

fieldset li {
  padding-bottom: 1em;
}

fieldset.submit {
  float: none;
  width: auto;
  border: 0 none #FFF;
  padding-left: 100px;
}

input, textarea {
  border: 1px solid #4d4d4d;
}


/****************************************/
/* FCE - 2 Spalten Layout Überschriften */
/****************************************/

.fce2columnsLeft {
  float: left;
  width: 330px;
  margin-right: 25px;
}

.fce2columnsRight {
  width: 330px;
  float: right;
}

.stopFloatFCE {
  height: 1px;
  width: 685px;
  margin-bottom: 20px;
  float: left;
}

.fce2columnsLeftContent, .fce2columnsRightContent {
  margin-top: 10px;
}