html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6em;
  color: #555;
  background-color: #CCC;
  min-height: 101%;
}

/* Links */
a {
  color: #006CB1;
  text-decoration: none;
}
a:visited {
  color: #006CB1;
  text-decoration: none;
}
a:active {
  color: #006CB1;
  text-decoration: none;
}
a:hover {
  color: #006CB1;
  text-decoration: underline;
}

/* Images */
img {
  border: none;
}
img.menupic {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
}

/* Text */
p {
  color: #555;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6em;
}
h1, h2, h3, h4, h5 {
  color: #555;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-style: normal;
}
h1 {
  font-size: 18px;
  font-weight: normal;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h1.pagetitle {
  color: #006CB1;
  font-size: 19px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}
div.pagetitle {
  color: #006CB1;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
}
div.h1 {
  color: #555;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
div.h2 {
  color: #555;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}

/* Divs */
div#page {
  text-align: left;
  margin: 0 auto;
  padding: 30px 30px;
  width: 900px;
  background-color: #FFFFFF;
}
div.separator {
  margin: 0;
  padding: 0;
  width: 900px;
  height: 10px;
  clear: left;
}
div#logoseparator {
  height: 20px;
}
div#contentseparator {
  height: 30px;
}
div.mainpic {
  width: 900px;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

/* Divs Contentarea with menu left */
div.mainAreaRight {
  margin: 0;
  padding: 0;
}
div.mainAreaRightMenu {
  margin: 0;
  padding: 0;
  width: 250px;
  float:left;
}
div.mainAreaRightContent {
  margin: 0;
  padding: 0;
  margin-left: 300px;
}

/* Divs Contentarea with menu right */
div.mainAreaLeft {
  margin: 0;
  padding: 0;
}
div.mainAreaLeftContent {
  margin: 0;
  padding: 0;
  width: 650px;
  min-height: 500px;
  float:left;
}
div.mainAreaLeftMenu {
  margin: 0;
  padding: 0;
  margin-left: 700px;
}

/* Divs Contentarea with three columns */
div.mainAreaThree {
  margin: 0;
  padding: 0;
  background-color: #CEE;
}
div.mainAreaThreeLeft {
  margin: 0;
  padding: 0;
  width: 280px;;
  float: left;
  background-color: #CCC;
}
div.mainAreaThreeMiddle {
  margin: 0;
  padding: 0;
  width: 280px;;
  float: left;
  margin-left: 30px;
  background-color: #CCC;
}
div.mainAreaThreeRight {
  margin: 0;
  padding: 0;
  float: left;
  width: 280px;;
  margin-left: 30px;
  background-color: #CCC;
}

/* Divs Old */
div.cms_subtitle {
  color: #555;
  margin-top: 15px;
  margin-bottom: 14px;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
}
.cms_highlight {
  font-style: italic;
  font-weight: bold;
}

/* Logo */
div.logoleft {
  float: left;
  width: 250px;
  height: 59px;
  padding: 0;
  margin: 0;
  border: solid 0px #000000;
}
div.logoright {
  height: 59px;
  text-align: right;
  margin-left: 250px;
  background-image: url(images/wirentsorgenfuersie.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* Headmenu */
div.headmenu {
  float: left;
  text-align: right;
  height: 24px;
  width: 740px;
  padding: 0;
  margin: 0;
}
ul#headmenu {
  padding: 0px;
  margin: 0px;
  margin-top: 3px;
  margin-right: 20px;
  text-align: right;
}
ul#headmenu li {
  display: inline;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul#headmenu li.between {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(images/headmenu_sep.gif);
  background-repeat: no-repeat;
  background-position: center;
}
ul#headmenu a {
  color: #999;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
ul#headmenu a:hover {
  text-decoration: none;
  color: #006CB1;
}
ul#headmenu a.current {
  text-decoration: none;
  color: #006CB1;
}

/* Search */
div.search {
  text-align: right;
  height: 24px;
  padding: 0;
  margin: 0;
  margin-left: 740px;
}
form#search {
  height: 24px;
  padding: 0px;
  margin: 0px;
  text-align: right;
  background-image: url(images/searchbg.gif);
  background-repeat: no-repeat;
  background-position: right;
}
form#search input.searchfld {
  padding: 0px;
  margin: 0px;
  margin-top: 4px;
  margin-right: 6px;
  margin-left: 0px;
  color: #999;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-size: 12px;
  border: solid 0px;
}
form#search input.searchbtn {
  width: 14px;
  height: 14px;
  padding: 0px;
  margin: 0px;
  margin-right: 5px;
}

/* Bottommenu */
ul#bottommenu {
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  text-align: center;
}
ul#bottommenu li {
  display: inline;
  padding: 0px;
  margin: 0px;
  list-style: none;
  color: #999;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
ul#bottommenu li.between {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(images/headmenu_sep.gif);
  background-repeat: no-repeat;
  background-position: center;
}
ul#bottommenu a {
  color: #999;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
ul#bottommenu a:hover {
  text-decoration: none;
  color: #000000;
}
ul#bottommenu a.current {
  text-decoration: none;
  color: #000000;
}

/* Topnav */
div#topnav {
  width: 902px;
  padding: 0;
  margin: 0;
  border: solid 0px;
}
div.topnavsep {
  width: 3px;
  height: 40px;
  float: left;
  margin: 0;
  padding: 0;
  background-image: url(images/menusep.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
div#topnav a {
  height: 40px;
  float: left;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
a#menu1 { width: 181px; background-image: url(images/menu1.jpg); }
a#menu2 { width: 175px; background-image: url(images/menu2.jpg); }
a#menu3 { width: 175px; background-image: url(images/menu3.jpg); }
a#menu4 { width: 175px; background-image: url(images/menu4.jpg); }
a#menu5 { width: 182px; background-image: url(images/menu5.jpg); }
div#topnav a:hover { background-position: 0px -40px; }
div#topnav a:focus { background-position: 0px -40px; }
div#topnav a.current { background-position: 0px -80px; }
div#topnav a.current:hover { background-position: 0px -80px; }

/* Topmenu (alternate) */
div.topmenu {
  height: 35px;
  width: 900px;
  padding: 0;
  margin: 0;
  background-image: url(images/topmenu30_bg_intranet.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
ul#topmenu {
  padding: 0;
  margin: 0;
  text-align: center;
}
ul#topmenu li {
  display: inline;
  line-height: 35px;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
}
ul#topmenu a {
  color: #FFF;
  padding: 10px;
  margin: 0;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px;
}
ul#topmenu a:hover {
  text-decoration: none;
  color: #FFF;
  background-image: url(images/menu_blank.jpg);
  background-repeat: repeat-x;
  background-position: 0px -80px;
}
ul#topmenu a.current {
  text-decoration: none;
  color: #FFF;
  background-image: url(images/menu_blank.jpg);
  background-repeat: repeat-x;
  background-position: 0px -80px;
}

/* Main Table */
table.maintable {
  width: 900px;
  padding: 0px;
  margin: 0px;
}
td.maintableright {
  width: 250px;
  padding: 0px;
  padding-top: 20px;
  margin: 0px;
  vertical-align: top;
}
td.maintableleft {
  width: 650px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 50px;
  margin: 0px;
  vertical-align: top;
}

/* Main Menu */
ul#mainmenu {
  padding: 0;
  margin: 0;
  margin-top: 0px;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: #CCC;
  margin-bottom: 40px;
}
ul#mainmenu li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul#mainmenu li.mainmenuHeadline {
  display: block;
  line-height: 30px;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: right;
  white-space: nowrap;
  color: #006CB1;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-color: #CCC;
  list-style-image: url(images/pixel.gif)
}
ul#mainmenu a {
  display: block;
  line-height: 30px;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-color: #CCC;
}
ul#mainmenu a:hover {
  background-image: url(images/stdmenu.jpg);
  background-repeat: no-repeat;
  background-position: 0px -30px;
}
ul#mainmenu a#level0current {
  font-weight: bold;
}
ul#mainmenu a#level0current:hover {
  background-position: 0px -30px;
  font-weight: bold;
}
ul#mainmenu a.level1 {
  padding-left: 20px;
  border: 0;
}
ul#mainmenu a#level1current {
  font-weight: bold;
}
ul#mainmenu a.level2 {
  padding-left: 30px;
  border: 0;
}
ul#mainmenu a#level2current {
  font-weight: bold;
}

/* TOC BOX */
table#tocbox {
  width: 900px;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 20px;
  background-color: #DDDDDD;
  border-top: solid 2px #006CB1;
}
table#tocbox td {
  width: 180px;
  vertical-align: top;
  padding: 10px;
  margin: 0;
  border: solid 0px #FF0000;
}
table#tocbox a {
  display: block;
  font-size: 11px;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  color: #555;
  border: solid 0px #00FF00;
}
table#tocbox a:hover {
  color: #FFFFFF !important;
  background-image: url(images/stdmenu.jpg);
  background-repeat: no-repeat;
  background-position: 0px -90px;
}
table#tocbox a.top {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  border: solid 0px #00FF00;
}



/*
---------
Old stuff
---------
*/

/* Treemenu */
table#treemenu {
}
table#treemenu td {
  font-size: 12px;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-weight: normal;
  color: #555;
}
table#treemenu a.treemenu {
  font-size: 12px;
  font-family: Arial, Helvetica;
  font-style: normal;
  font-weight: normal;
  color: #555;
}

/* Tables */
table.toens_std {
  width: 99%;
}
th.toens_std {
  font-size: 12px;
  font-family: Arial, Helvetica;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #006CB1;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  vertical-align: top;
  padding-top: 2pt;
  padding-bottom: 2pt;
  padding-left: 5pt;
  padding-right: 5pt;
}
td.toens_even {
  font-size: 12px;
  color: #555;
  background-color: #DDDDDD;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
  padding-top: 2pt;
  padding-bottom: 2pt;
  padding-left: 2pt;
  padding-right: 2pt;
}
td.toens_odd {
  font-size: 12px;
  color: #555;
  background-color: #EEEEEE;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
  padding-top: 2pt;
  padding-bottom: 2pt;
  padding-left: 2pt;
  padding-right: 2pt;
}

/* Forms */
.FraFormsLabel {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
  width: 160px;
  height: 20px;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica;
  font-style: normal;
  font-weight: normal;
}

.FraFormsValue {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
  height: 20px;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica;
  font-style: normal;
  font-weight: normal;
}

.FraFormsHint {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 0px;
  height: 20px;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 8pt;
  font-family: Arial, Helvetica;
  font-style: italic;
  font-weight: normal;
}

.FraFormsSeperatorText {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica;
  font-style: normal;
  font-weight: bold;
  vertical-align: middle;
  border-color: #006CB1;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.FraFormsSeperator {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  color: #000000;
  background-color: #FFFFFF;
  vertical-align: middle;
  border-color: #006CB1;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.FraFormsSeperatorLine {
  height: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  color: #006CB1;
  background-color: #FFFFFF;
  vertical-align: middle;
  border-color: #006CB1;
  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}


.FraFormsMainTable {
  border-color: #006CB1;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

/* --------------------------------- */

