*{
  margin: 0;
  font-family: "Times New Roman", Times, serif;
}

html, body {
  height: 100%;
  font-size: 1.1em;
}

#logo, #login, #right, #left, #menu, #submenu, #footer_left {
  display: none;
}

/***** Standardstylesheets für vorgefertigte Container *******/

a:link, a:visited, a:active, a:hover, a:focus {
  text-decoration: underline;
}

h2 {
  font-size: 1.2em;
  color: #00308B;
  font-weight: bold;
  margin-bottom: 0.8em;
  border-bottom: 1px dotted #00308B;
}

h3 {
  font-size: 1.2em;
  color: #0065AD;
  font-weight: bold;
  margin: 1.2em 0 0.5em 0;
}

h4 {
  color: #00308B;
}

h5 {
  color: #00308B;
  border-bottom: 1px dotted #0065AD;
  margin-top: 0.5em;
}

p {
  margin-bottom: 1em;
}

hr {
  margin-top: 10px;
  color: #00308B;
}

th {
  background-color: #00308B;
  color: #FFD62B;
  font-weight: bold;
  font-size: 0.9em;
  padding: 3px;
  text-align: left;
}

td {
  padding: 3px;
}

img {
  margin: 0 auto 0 auto;
}


ul {
  margin-left: 30px;
}

li {
  margin-left: 0.5cm;
}

input[type="submit"], input[type="reset"] {
  border: 1px solid #00308B;
  color: #00308B;
  background-color: #D1DAEC;
  font-size: 0.9em;
  padding: 2px;
}

input[type="submit"]:hover, input[type="reset"]:hover {
  border: 1px solid #00308B;
  color: #00308B;
  background-color: #FFD62B;
}

/***************** Main **********************/

#logo_print {
  width: 100%;
}
#main {
  margin: 0 0 0 0;
  min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -80pt; /* negativer Wert der Footerhöhe */
}

#content {
  float: left;
  padding: 15px;
  width: 590px;
  font-size: 0.8em;
  margin-bottom: 0.5cm;
}


a:link, a:visited, a:active {
  color: #0065AD;
}

a:hover, a:focus {
  color: #00308B;
}


/***************** Header **********************/

#header {
  background-image: url(../graphics/header_bild.jpg);
  background-repeat: no-repeat;
  margin-top: 1cm;
}


/***************** Footer **********************/
#footer, #push {
	height: 35px; /* Höhe des Pushers und des Footers */
	clear: both;
	font-size: 0.6em;
}

#footer_right {
  border-top: 1px solid black;
  padding: 20px;
  text-align: center;
  line-height: 15px;
  color: #777777;
}

#footer_right ul{
  list-style-type: none;
}

#footer_right li{
  display: inline;
  border-right: 1px solid #777777;
  padding: 0 10px 0 10px;
}

#footer_right ul li a:link, #footer_right ul li a:active, #footer_right ul li a:visited {
  text-decoration: none;
  color: #777777;
}

#footer_right ul li a:hover, #footer_right ul li a:focus {
  text-decoration: underline;
  color: #222222;
}


/***************** Menu **********************/

.error {
  color: #FF0000;
  font-weight: bold;
}

.ok {
  color: #33CC00;
  font-weight: bold;
}

input.error {
  border: 2px solid #FF0000;
  color: #000000;
  font-weight: normal;
  margin-right: 10px;
}

input.error:focus {
  border: 2px solid #0065AD;
}

textarea.error {
  border: 2px solid #FF0000;
  color: #000000;
  font-weight: normal;
  margin-right: 10px;
}

textarea.error:focus {
  border: 2px solid #0065AD;
}

.group {
  color: #00308B;
  background-color: #FFFFFF;
  border-bottom: 1px solid #00308B;
  font-weight: bold;
  font-size: 0.9em;
  padding: 3px;
}

.guestbook {
  margin-bottom: 5px;
}

.guestbook_header {
  color: #00308B;
  padding: 2px;
  border-bottom: 1px dotted #00308B;
}

.guestbook_content {
  padding: 5px;
  overflow: hidden;
}

.report_splitter {
   text-align: right;
   border-bottom: 1px solid #00308B;
   margin-top: 0.5em;
   clear: both;
}

.thumbnail {
  float: left;
  width: 200px;
  margin-right: 10px;
}

.reportpicture {
  float: left;
  width: 350px;
  margin-right: 10px;
}

#rules {
  border: 1px solid red;
  background-color: #FCE5E5;
  padding: 5px;
}

