/************************************************************************ 
   Cascading Style Sheets - Datei für die Website indoor design
   von Dr. Olaf Anderßon 
   
   Screen layout
*************************************************************************/

/******************** Seitenkörper ********************/
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #DFDFDF;
	font-size: 0.9em;
}

.wrap {
	text-align: center;
}

img {
	border: 0px;
}

.top_img {
	position: absolute;
	top: 0px;
	left: 150px;
}

.button
{
  border: 1px solid #999999;
  background-color: #DFDFDF;
  font-size : 10pt;
  color: #999999;
  padding: 2 0 2 0;
  cursor: hand;
}

/******************** Links ********************/
a         {
	text-decoration: none;
	color: #999999;
}
a:link    {text-decoration: none;	color: #999999;}
a:hover   {text-decoration:underline;}
a:visited {color: gray;}

/******************** Content ********************/
.content {
	position: absolute;
	padding: 0px 10px 0px 0px;
	top: 150px;
	left: 150px;
	width: 810px;
	height: 450px;
  overflow: auto;
	line-height: 1.4em;
	text-align: center;
}

.content_special {
	position: absolute;
	padding: 0px 10px 0px 0px;
	top: 20px;
	left: 100px;
	width: 800px;
	height: 620px;
  overflow: auto;
	line-height: 1.4em;
	text-align: center;
}

.content p {
	text-align: justify;
}

/******************** Footer ********************/
.counter {
  position: absolute;
  bottom: 10px;
  left: 5px;
}

.counter p {
	text-align: center;
}

/******************** Menue ********************/
.menue 
{
	position: absolute;
	top: 620px;
	width: 800px;
	left: 150px;
	text-align: center;
	font-size: 0.8em;
}

.menue_special {
	position: absolute;
	top: 640px;
	width: 800px;
	left: 100px;
	text-align: center;
	font-size: 0.8em;
}

/******************** Überschriften ********************/
h1 {
  font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
  font-size : 16pt; 
  color: #00007F;
  margin-top: 0px;
} 

h2 {
  font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
  font-size : 12pt; 
  font-weight: bold;
  color: #00007F;
} 

h3 {
  font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
  font-size : 12pt; 
  font-weight: bold;
  color: #00007F;
} 

/******************** sonstige Klassen ********************/
.calButton
{
  border:none;
  width:20px;
  margin-left:-2px;
  background-color:#EEEEEE;
}

.rot {
  color:red;
}

.gruen {
  color:green;
}

.blau {
  color:blue;
}

.left {
  margin: 10px 10px 5px 0;
  float: left;
}

.right {
  margin: 10px 0 5px 10px;
  float: right;
}

.textright {
  text-align: right;
}

.center {
  text-align: center;
}

.small {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}