/* Allgemein */

html {
  height : 101%; }

body {
  font-family : Verdana, Helvetica; 
  font-size : 14px; 
  background-color: #f8f8f8;
  margin:0;
  height: 100%;
  background: url('/images/hintergrund.jpg'); } 

div.clear {
  clear : both; 
  margin : 0; 
  padding : 0; 
  height : 0; 
  font-size : 0;  } 

/* Menu */
.menu {
	font-family: Times New Roman;
	color: #ffffff;
	font-size: 16pt; }
.menu a { text-decoration: none; }
.menu a:link {
  text-decoration: none;
  color: #ffffff; }
.menu a:visited {
  color: #ffffff;  }
.menu a:hover {
  background-color: #cccccc;  }
.menu a:active { }
.menu strong a { text-decoration: underline; }

/* Form */

div.field input { }
div.field select { }
div.field textarea { }

div.error input {
  background-color: red; }
div.error select {
  background-color: red; }
div.error textarea {
  background-color: red; }

/* Content */

a:link { text-decoration: none; }
a:visited { }
a:hover { }
a:active { }

#seite {
	color: #000000;
	font-size: 10pt; 
	width: 1000px;
	height: 100%; 
	border-right: 2px solid black;
	border-left: 2px solid black; 
	margin-left: auto;
	margin-right: auto; 
	position: relative; }
	
#seite div#trans {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
	background-color: #ffffff;
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: .5; 
  
  z-index: 10; }

#seite div#overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  height: 100%;
  
  z-index: 20; 

  margin-left: 2%;
  margin-top: 15px; 
  }

#overlay h1 {
color: #878183;
font-family: Times;
font-size: 22pt; }

#overlay h1.top {
margin-top: 20px;
margin-bottom: 5px; }

#overlay h2 {
color: #878183;
font-family: Times;
font-size: 15pt; 
margin-top: 25px; }

#overlay h2.top {
margin-top: 0px;
margin-bottom: 10px; }

#overlay h3 {
color: #575153;
font-family: Times;
font-size: 13pt; }
