html {
	overflow-y:scroll;
}

body, p, td, a, li {
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  background-color: #01445F;
  color: #FFFFFF;
}

#piwikOptOut {
  background-color: #bababa;
}

.klein {
  font-size: 9px;
}

li {
  list-style-type: square;
  margin-left: -15px;
  margin-top: 5px;
}

.content {
  text-align: left;
  width: 427px;
  margin: 13px 25px 25px 25px;
}

.layout {
  border: 1px solid #FFFFFF;
  border-spacing: 0px;
  empty-cells: show;
  border-collapse: collapse;
  padding: 0px;
	margin: auto;
}

.layoutnavigation {
  border: 0px;
  padding: 0px;
  vertical-align: top;
  margin: 0px;
}

.layoutcontent {
  border: 1px solid #FFFFFF;
  border-spacing: 0px;
  empty-cells: show;
  border-collapse: collapse;
  padding: 0px;
  vertical-align: top;
  text-align: left;
  margin: 0px;
}

.layouttopnavigation {
  border: 1px solid #FFFFFF;
  border-spacing: 0px;
  empty-cells: show;
  border-collapse: collapse;
  padding: 0px;
  background-image:url(/images/top-navi.gif);
  background-repeat: repeat-x;
  background-position: top;
  height: 20px;
}

.servicebar {
  background-image:url(/images/servicebar.gif);
  background-repeat: repeat-x;
  height: 20px;
}

a.servicebar:link, a.servicebar:active, a.servicebar:visited {
  text-decoration: none;
}

a.servicebar:hover {
  text-decoration: underline;
}

ul#Navigation {
  margin: 0px;
  padding: 3px;
  text-align: center;
}

ul#Navigation li {
  list-style: none;
  display: inline;
  margin: 0px; 
  padding: 0px;
}

ul#Navigation a {
  font-size : 11px;
  text-decoration: none;
  border: 1px solid #01445F;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
}

ul#Navigation span {
  font-size : 11px;
  text-decoration: none;
  border: 0px;
  border-top: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  margin: 0px;
  padding: 0px;
  background-color: White;
}

ul#Navigation a:hover, ul#Navigation a.aktuell {
  border: 1px solid white;
}

ul#Topnavigation {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

ul#Topnavigation li {
  list-style: none;
  display: inline;
  margin: 0px; 
  padding: 0px;
  vertical-align: middle;
}

ul#Topnavigation a, ul#Topnavigation span {
  font-size : 12px;
  float: left;
  width: 19.8%;
  text-decoration: none;
  border-left: 1px solid white;
  height: 25px;
  border-collapse: collapse;
  text-align: center;
  padding: 5px 0px 0px 0px;
  background: transparent;
}

* html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 19.8%;
    w\idth: 19.8%;
  }


ul#Topnavigation a:hover, ul#Topnavigation span {
  font-weight : bold;
}

ul#Topnavigation div {
  clear: left;
}

/* ----------------------------------------------------------------- */
/* Links */
a:link {
  text-decoration: underline; 
  background: transparent;
}

a:visited {
  text-decoration: underline;
  background: transparent;
}

a:active {
  text-decoration: underline;
  background: transparent;
}

a:hover {
  text-decoration: none;
  background: transparent;
}
/* ----------------------------------------------------------------- */
/* Ende: Links */

h1 {
  font-size: 12px;
  font-weight: normal;
  margin-left: 340px;
  display: inline;
  padding-top: 0px;
  vertical-align: top;
}

h2 {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 5px;
}

td.referenzprojekt {
  text-align: left;
  vertical-align: top;
  padding: 5px;
}
/* ----------------------------------------------------------------- */
/* "systemnahe" CSS-Formatierung */
input, select {
  border: 1px solid;
  font-size: 11px;
  font-weight: normal;
  padding: 2px;
}

input.submitbutton {
  width: 120px;
  background-color: #DC3219;
  color: White;
}

td.row_unpair {
  background-color: Maroon;
}

div.function_block {
  background-color: #DDDDDD;
  padding: 3px;
  color: #000000;
  border: 1px solid #686868;
}

a.function_block:link, a.function_block:active, a.function_block:visited {
  color: #000000;
} 

table.rechte {
  font-size: 10px;
  border: 1px solid Black;
  border-spacing: 0px;
}

td.rechte_rechte {
  background-color: Gray;
  font-weight: normal;
  text-align: center;
  font-size: 10px; 
}

td.rechte_nutzer {
  background-color: Gray;
  font-weight: normal;
  font-size: 10px; 
  text-align: left;
}

div.rechte {
  width: 440px;
  overflow: auto;
  height: 300px;
  border: 1px solid Silver;
}


/* Formatierung für die Kontakt-Box */
.kontaktBox {
  background: #DC3219;
}

.kontaktBoxHeader {
  background: #DC3219;
  font-weight: bold;
  color: White;
}

.kontaktBoxContent {
  background: #001F3A;
  color: Black;
}

.error_text {
  color: #FF0000;
}

#footer {
	margin:auto;
}

