* {
margin: 0 auto;
padding: 0;
}
body {
background-color: Black;;
font: 80% Verdana, Arial, Helvetica, sans-serif;
color: #000;
width: 960px;
text-align: center;
margin: 0 auto;
}
a{
        color: #fff;
}
a:hover {
        color: #fff;
        text-decoration: none;
}
a:focus{
        color: #fff;
background: #333; 
}
h1, h2, h3{
        font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-size: 1.8em;
font-weight: normal;
color: #fff;
margin: 0 0 10px 0;
padding: 10px 0 0 0;
}
h2 {
font-size: 1.3em;
font-weight: normal;
}
h3 {
color: #fff;
font-size: 1.2em;
font-weight: normal;
}
p {
font-size: 0.90em;
}

/* IDs */
#container {
position: relative;
width: 960px;
color: #000;
background: transparent;
margin: 0 auto;
text-align: left;
}
#container small {
        font: italic;
        font-size: x-small;
}
#container a {

}
#logo{ 
	height: 200px;
	width: 200px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}
#header {
        width: 960px;
        background: transparent;
        height: 200PX;
		  background-repeat: no-repeat;
}
#main {
        color: Black;
        line-height: 1.2em; /* to avoid the peekaboo bug */
        text-align: center;
        width: 960px;
        
}
#main ol{
        margin: 15px 25px 0px 30px;
}
#main ul {
        margin: 0 0 0 25px;
        text-decoration: none;
}
#content {
		  position: absolute;
		  top: 150px;
		  right: 15px;
        color: #fff;
        background: transparent;
        text-align: left;
        height: 350px;
		  width: 550px;
        overflow: auto;
		  background-repeat: no-repeat;
		  padding: 15px;
		  z-index: 3
}
#content li{
	list-style: outside;
}
#contback{
	background-image: url(../img/contframe1.gif);
	position: absolute;
	top: 143px;
	right: 0px;
	width: 600px;
	height: 400px;
	z-index: 2;
}
#left_img{
position: absolute;
top: 143px;
left: -65px;
background-repeat: no-repeat;
height: 450px;
width: 480px;
}
#gallery{
	position: absolute;
	top: 500px;
	left: 200px;
}
#footer{
text-align: center;
position: absolute;
top: 566px;
left: 0px;
width: 960px;
color: #FDEE02;
height: 50px;

z-index: 2;
}
#footer a {
	color: #FDEE02;
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
}
#footer a:hover, #footer a:focus {
text-decoration: underline;
}
#footback{
	position: absolute;
	top: 555px;
	width: 960px;
	height: 50px;
	background-image: url(../img/footback.gif);
	background-repeat: repeat-x;
   z-index: 1;
}

/* Klassen */
p.mainbot{
        color: Black;
        background: transparent;
        clear: both;
}

p.containerbot{
color: black;
text-align: center;
background: transparent;
clear: both;

}
h3.newstitle{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: White;
}
/* Navigation */

#nav {
position: absolute;
top: 30px;
right: 0px;
width: 750px;
height: 50px;
background-repeat: repeat-x;
color: #000;
z-index: 3;
}
#nav a {
	color: #FDEE02;
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px;
	font-weight: bold;
	font-size: smaller;
}
#nav a:hover, #nav a:focus {
text-decoration: underline;
}
#navback{
background-image: url(../img/navback.gif);
position: absolute;
top: 30px;
right: 0px;
width: 960px;
height: 100px;
background-repeat: repeat-x;
color: #000;
z-index: 2;
}
