html, body {
	font-family: "Bookman Old Style", Bookman, serif;
	font-size:14px;
	color: #eeeeee;
	background-color:#000;
	/*background-position: center;
	background-repeat: no-repeat;*/			
	}

.hline1 {
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
}
.text0 {
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	color: #999999;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}
.textb {
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 32px;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	color: #999999;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}
.text1 {
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}
.text2 {
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #999999;
	}
.text3 {
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color:#FF6;
	}
.verlink {
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #999999;
	font-decoration: none;
}
.float {
	float:left;
	height: 500px;
	width:auto;
	}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
#content {
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 14px;
	position:absolute;
	left:50%;
	
	height:800px;
	width:1000px;
	margin-left:-500px;

} 

#header {
	text-align:center;
	width:100%;
	height:50px;
	/*padding: 0 10px;*/  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	}
#top {
	width:100%;
	height: 400px;
	/*margin-left: 20px;*/
	/*margin-left:10px;*/
	}
#topleft {
	width:auto;
	height:auto;
	float:left;
	text-align:left;
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 32px;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	/*margin-left: 20px;*/
	/*margin-left:10px;*/
	}
#topright {
	width:auto;
	height:auto;
	float:right;
	text-align: right;
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 32px;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	/*margin-left: 20px;*/
	/*margin-left:10px;*/
	}
#menu{
	width:100%;
	height: 60px;
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 14px;
	display:block;	/*margin-left: 20px;*/	/*margin-left:10px;*/
	}
.point {
	font-size: 14px;
	padding: 0px 15px 0px 0px;
	margin: 0;
	color:#FFF;
	display:inline;
	background-position:top left;
	background-repeat:no-repeat;
	}
.point2 {
	font-family: "Bookman Old Style", Bookman, serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	color:#FFF;
	}
#iframe{
	position:absolute;
	top:150px;
	left:0px;
	width:900px;
	height:600px;
	z-index:20;
	}
#left {
	position:absolute;
	top:57px;
	left:22px;
	width:100px;
	height:100px;
	}
#sub {
	position:absolute;
	top:273px;
	left:21px;
	width:200px;
	height:200px;
	}
#leftlow {
	position:absolute;
	top:800px;
	left:0px;
	width:100%;
	height:100px;
	text-align:center;
	}
#main {
	color:#CCC;
	z-index:90;
	width:1000px;
	height:720px;
	}
#main-h {
	overflow-x: scroll;
	overflow-y: hidden;
	
	}
#main-v {
	overflow-x: hidden;
	overflow-y: scroll;
	
	}
#naviblock {
	width: 912px;
	margin: auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	font color:#CCCCCC;
	color: #CCCCCC;
	
  }  


img {
	display: block; 
	margin:10px auto 10px auto;
	
	/*height: 500px;
	width:auto;*/
	
}

a:link
{
	color: #FFF;
	text-decoration: none;
			outline: none;	
}

a:visited
{
	color: #FFF;
	text-decoration: none;
}

a:hover ,a:active
{
	color: #f00;
	text-decoration: underline;
} 

</style>

h1 { /* Die Überschrift jeder Seite stellen wir besonders da, denn sie ist sehr wichtig. */
 font-size: 1.6em;
 line-height: 0.8em;
 padding: 40px 0 5px 0;
 margin: 0;
 border-bottom: 1px dashed #aaa;
}
h2 {
 font-size: 1.4em;
 line-height: 0.8em;
 padding: 40px 0 5px 0;
 margin: 0;
}
