@charset "UTF-8";
/* CSS Document */



html,
body {
   margin:0;
   padding:0;
   height:100%;
   overflow:auto;
   }
   
#container {
   min-height:100%;
   position:relative;
   height:auto !important;
   height:100%;
   margin:0 auto; 
      }
   

#main {
	width:1024px;
	height:100%;
	overflow:auto;
	padding-bottom:30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align:center;
	}
	
#header{
width: 100%;
	height: 280px;
	overflow: hidden;
	margin-left: auto;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 10px;
	
	}


#divcenter {
position:absolute;
width:800px;
height:620px;
left:50%;
top:50%;
margin-top:-340px;
margin-left:-400px;	
}


#clear {
	height: 0;
	clear: both;
	}


/* Tabelle */


table {
   border: 1px solid gray;  
   rules: none;
   align:center;
   }
  
#table a:link {
color:#000000;
}  
th, td {
   border: 1px solid gray;
   padding: 6px;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 90%;
   text-align: left;
   vertical-align:middle;
   
   }
th {
   background-color: #DDD;
   font-weight: bold;
   font-size: 100%;
}



/* Text - Klassen: */

.headline,
h1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 24pt;
 	color: #999999; 
}

.subline
 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 20pt;
	color: #999999; 
}

.subline_fett
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066ff;
	margin-top: 0px;
}

.subline_18
 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066ff;
	margin-top: 0px;
}



.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.bildtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style:italic;
	line-height:1.4em;
	color: #000000;
}

.subline2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	
	
.verzeichnis {
   background-color: #FFFFFF  
   color:            #000000;
}

.verzeichnis a:link, a:visited, a:hover, a:active {
   background-color: #FFFFFF;
   color:            #000000;
}
	
	
a:link, a:visited, a:active {
			color:#999999;
			text-decoration: none;
}

a:hover {
				font-variant:small-caps;
	}
	



.footer {
	position:absolute;
	left: 0;
  bottom: 0; 
   width: 100%; 
   height:30px;   /* Height of the footer */
   margin:-80px 0 auto;
   text-align:center;
   	color: #000;
	font-family: Arial;
	font-size: 11px;	 
}
.footer .copyright {
	float: right;
}
.footer ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	margin-left:0px;
}
.footer ul li  {
	float: left;
	margin-right: 10px;
	color: #000;
}
.footer ul li A {
	font-family: Arial;
	font-size: 11px;
	color:  #000;
}
