* {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

html, body {
  height: 100%;
  background-color: #D1DAEC;
}


/***** Standardstylesheets für vorgefertigte Container *******/

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: 0em 0 0.5em 0;
}

h4 {
  color: #00308B;
  //text-align: right;
}

h5 {
  color: #00308B;
  border-bottom: 1px dotted #0065AD;
  margin-top: 0.5em;
}

h6 {
  color: #0065AD;
}

p {
  margin-bottom: 1em;
}

hr {
  margin-top: 10px;
  //margin-bottom: 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 {
  
}

input:focus {
  border: 2px solid #0065AD;
}

textarea:focus {
  border: 2px solid #0065AD;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  border: 1px solid #00308B;
  color: #00308B;
  background-color: #D1DAEC;
  font-size: 0.9em;
  padding: 2px;
}

input[type="submit"]:hover, input[type="reset"]:hover , input[type="button"]:hover {
  border: 1px solid #00308B;
  color: #00308B;
  background-color: #FFD62B;
}

/***************** Main **********************/

#main {
  min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -35px; /* Bottom-Margin MUSS negative Höhe des Footers sein */
	
	width: 990px;
	background-color: #FFFFFF;
	background-image: url(../graphics/background01.png);
	background-repeat: repeat-y;
}

#content {
  float: left;
  padding: 15px;
  width: 590px;
  font-size: 0.8em;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #0065AD;
}

a:hover, a:focus {
  text-decoration: underline;
  color: #00308B;
}


/***************** Header **********************/

#header {
  background-color: #0065AD;
  background-image: url(../graphics/header.jpg);
  background-repeat: no-repeat;
}

#logo {
  position: absolute;
  float:left;
  margin-top: 0px;
  margin-left: 0px;
  behavior: url(iepngfix.htc);
}

#logo_print {
  display: none;
}

#login {
  color: #FFD62B;
  padding: 3px;
  height: 144px;
  font-size: 0.6em;
  text-align: right;
}

#login input {
  border: 1px solid #FFD62B;
  background-color: #00308B;
  color: #FFD62B;
  padding: 0;
} 

#login input:hover {
  border: 1px solid #FFD62B;
  background-color: #0065AD;
  color: #FFD62B;
}

#login a:link, #login a:visited, #login a:active {
  color: #FFD62B;
  text-decoration: none;
}

#login a:hover, #login a:focus {
  text-decoration: underline;
}


/***************** Footer **********************/
#footer, #push {
	height: 35px; /* Höhe des Pushers und des Footers */
	clear: both;
	font-size: 0.6em;
}

#footer_left {
  float: left;
  width: 170px;
  line-height: 15px;
  text-align: center;
  color: #FFD62B;
  background-color: #00308B;
  border-top: 1px solid #FFD62B;
  border-bottom: 1px solid #FFD62B;
  padding: 5px;
  font-size: 0.95em;
}

#footer_right {
  margin-left: 180px;
  text-align: center;
  width: 630px;
  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 **********************/

#menu {
  height: 22px;
  font-weight: bold;
  border-bottom: 1px solid #FFD62B;
  white-space: nowrap;
  font-size: 0.6em;
  text-align: left;
}

#menu a:hover, #menu a:focus {
  color: #FFD62B;
}

#menu ul {
  margin: 0;
  list-style-type: none;
  padding-left: 180px;
}

#menu li {
  display: inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
  padding: 4px;
  line-height: 24px;
  background-color: #D1DAEC;
  text-decoration: none;
  color: #00308B;
  border: 1px solid #FFD62B;
}

#menu ul li a:hover, #menu ul li a:focus {
  background-color: #00308B;
  color: #FFD62B;
  border-color:#FFD62B #FFD62B #00308B;
  border-style:solid;
  border-width:1px;
}

#menu ul li a#menu_active {
  color: #FFD62B;
  background-color: #00308B;
  border-color:#FFD62B #FFD62B #00308B;
  border-style:solid;
  border-width:1px;
}


/***************** Submenu **********************/

#submenu {
  background-color: #00308B;
  font-weight: bold;
  border-bottom: 1px solid #FFD62B;
  overflow: hidden;
  width: 990px;
}

#submenu ul {
  margin: 0;
  list-style-type: none;
  padding-left: 175px;
}

#submenu li {
  display: inline;
  float: left;
}

#submenu ul li a:link, #submenu ul li a:active, #submenu ul li a:visited {
  padding: 0 5px 0 5px;
  line-height: 24px;
  text-decoration: none;
  color: #FFD62B;
  border-right: 1px solid #FFD62B;
  font-size: 0.6em;
}

#submenu ul li a:hover, #submenu ul li a:focus {
  text-decoration: underline;
}


/***************** Linke Box **********************/

#left {
  float: left;
  width: 180px;
  font-size: 0.6em;
}

#left a:link, #left a:visited, #left a:active, #left p {
  text-decoration: none;
  color: #FFD62B;
  display: block;
}

#left p:focus, #left p:hover {
  background-color: #00308B;
}

#left p {
  border-bottom: 1px solid #FFD62B;
  padding: 5px 0 5px 0;
  padding: 5px;
  margin-bottom: 0px;
}


/***************** Rechte Box **********************/

#right {
  float: right;
  width: 180px;
  padding: 5px 0 5px 5px;
  font-size: 0.6em;
}

.box {
  border: 1px solid #00308B;
  margin-bottom: 5px;
}

.box_label {
  background-color: #00308B;
  color: #FFD62B;
  font-weight: bold;
  padding: 2px;
}

.box_content {
  padding: 4px;
  background-color: #D1DAEC;
  overflow: hidden;
}

.box_content img {
  width: 170px;
  margin-top: 5px;
}

.box_content ul {
  font-size: 1.3em;
  margin-left: 2.5em;
}

.box_content a:link, .box_content a:visited, .box_content a:active {
  text-decoration: underline;
  color: #000000;
}

.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;
  
}

.guestbook_content {
  padding: 5px;
  overflow: hidden;
  border-bottom: 1px dotted #00308B;
}

.report_splitter {
   text-align: right;
   border-bottom: 1px solid #00308B;
   margin-top: 0.5em;
   margin-bottom: 1.2em;
   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;
}

