/* Struktur */

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #273744;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#page {
  width: 605px;
  margin: 20px 0;
}

#head {
  height: 100px;
  background: #fff url(../images/head_print.gif) no-repeat; 
}

#main {
  width: 800px;
  margin: 15px 0 0 0;
}

#main_sidebar {
  display: none;
  width: 180px;
  float: left;
  background: #fff;
  font-size: 10px;
}

#main_sidebar #top {
  display: none;
  height: 13px;
  width: 160px;
  padding: 5px 10px;
  background: #273744;
  color: #fff;
  text-transform: uppercase;
}

#main_content {
  width: 605px;
  margin: 0 0 30px 0;
  float: left;
  background: #fff;
}

#main_content #top {
  display: none;
  width: 585px;
  padding: 5px 10px;
  background: #273744;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

#main_content #bottom {
  width: 585px;
  margin: 20px 0 0 0;
  padding: 5px 10px;
  background: #273744;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  clear: both;
}

#main_content .databox {
  width: 275px;
  float: left;
  margin: 5px 10px 20px 10px;
  color: #273744;
  line-height: 20px;  
}

/* Headlines */

h1 {
  margin: 20px 10px;
	padding: 0;
  color: #273744;
  font-size: 18px;
  clear: both;
}

h2 {
  margin: 15px 10px 10px 10px;
  padding: 0;
  color: #273744;
  font-size: 14px;
  clear: both;
}

h3 {
  margin: 10px;
  padding: 0;
  color: #273744;
  font-size: 12px;
  clear: both;
}

.sIFR-flash {
	display: none;
}

/* Absatz & Text */

p {
  margin: 5px 10px;
  color: #273744;
  line-height: 20px;
}

/* Hyperlinks */

#main_sidebar a:link, #main_sidebar a:active, #main_sidebar a:visited {
  color: #273744;
  text-decoration: none;
  display: block;
}

#main_sidebar a:hover {
  color: #273744;
  text-decoration: none;
  display: block;
  background: url(../images/arrow_blue.png) 140px no-repeat;
}

#main_content p a:link, #main_content p a:active, #main_content p a:visited, #main_content div a:link, #main_content div a:active, #main_content div a:visited {
  color: #273744;
  text-decoration: underline;
}

#main_content p a:hover, #main_content div a:hover {
  color: #273744;
  text-decoration: none;
}

#main_content #top a:link, #main_content #top a:active, #main_content #top a:visited {
  color: #fff;
  text-decoration: underline;
}

#main_content #top a:hover {
  color: #fff;
  text-decoration: none;
}

table a:link, table a:active, table a:visited, table a:hover {
  display: block;
  color: #273744;
  text-decoration: none;
}

/* Tabellen und Listen */

#main_sidebar ul {
  margin: 10px 0;
  padding: 5px;
  list-style: none;
  font-size: 11px;
}

#main_sidebar li {
  line-height: 25px;
  padding: 0 0 0 5px;
  background: #fff url(../images/arrow_grey.png) 150px no-repeat; 
  border-bottom: 1px solid #eee;
}

#main_sidebar li#active {
  background: #eee url(../images/arrow_white.png) 150px no-repeat; 
}

table {
  margin: 5px 10px 20px 10px;
  padding: 0 0 10px 0;
  font-size: 11px;
  width: 585px;
}

table tr.body {
  width: 585px;
  background: none;
}

table tr.content:hover {
  background: #eee;
}

table th {
  text-align: left;
  border-bottom: 1px solid #273744;
}

table th#active {
  border-bottom: 2px solid #273744;
}

table .td1 {
  width: 275px;
  line-height: 25px;
  padding: 2px;
}

table .td2 {
  width: 140px;
  line-height: 25px;
  padding: 2px;
}

table .td3 {
  width: 80px;
  line-height: 25px;
  padding: 2px;
}

table .td4 {
  width: 80px;
  line-height: 25px;
  padding: 2px;
}

table .td5 {
  width: 300px;
  line-height: 25px;
  padding: 2px;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

table .td6 {
  width: 275px;
  line-height: 25px;
  padding: 2px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

/* Grafiken */

#main_content img.detail {
  margin: 10px 0;
  border: 1px solid #273744;
  width: 585px;
}

/* Formulare */

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

label {
  display: block;
  margin: 4px 0 0 0;  
  font-weight: bold;
}

label.error {
  color: #ff0000;
}

fieldset input {
  border: 0;
  background: #eee;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding: 4px;
  margin: 4px 0;  
  width: 180px;
}

p input {
  width: 575px;
  background: #eee;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding: 4px;  
  border: 0;
}

p textarea {
  width: 575px;
  background: #eee;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding: 4px;  
  border: 0;
  height: 100px;
}

.button {
  width: 150px;
  margin: 10px 0;
  padding: 2px 4px;
  border: 0;
  background: none;
  text-align: left;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}