contentcontainer, contentback, content, header, footer, section, aside, nav, article {display: block;}

html, body {height:97%;}

body{
	background-color: #CCC;
	font-size: 12px;
	font-family: Arial;
	color:#666;
  	padding: 20px;
  	margin:0;}

a{
	color: #666;
	text-decoration: none;}

a:visited{
	color: #666;}

a:hover{
	color: #FF3096;}

a:active{
	color: #FF3096;}

#space{ 
	width:1px;
	height:50%;
	margin-bottom:-384px; /* die hälfte der inhals's höhe */
	float:left;
	z-index: 1;}	

section{
    width: 1024px;
	height:768px;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	padding: 20px;
    margin: 0 auto;
    position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	z-index: 2;}
	
header{
	width: 1024px;
	height:20px;
	text-align:right;}
	
	
contentcontainer{
	width: 1024px;
	height:718px;
	z-index: 3;}

contentback{
	width: 1024px;
	height:718px;
	z-index: 4;
	position:absolute;
	background:url('img/bg-black.png');}	

content{
	width: 250px;
	height: 718px;
	z-index: 5;
	margin-left: 200px;
	position:relative;}

footer{
	width: 1024px;
	height: 30px;
	margin: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:absolute;
	z-index: 6;}
	
logo{
	width: 100px;
	height: 30px;
	z-index: 7;
	margin-left: 0px;
	position:relative;}
	
navitext{
	width: 229px;
	height: 30px;
	z-index: 8;
	margin-left: 130px;
	position: absolute;
	left: 69px;
}
	
navibild{
	width: 250px;
	height: 30px;
	z-index: 9;
	margin-left: 380px;
	position:absolute;}
	
sign{
	width: 22px;
	height: 30px;
	z-index: 10;
	margin-left: 850px;
	position: absolute;
	left: 155px;
	top: 6px;}

li {
display: inline;
margin: 0 5px 0 0;}

ul {
margin: 0px 0 0 0;
padding: 0;}

p, pre,h1, header{
margin:  0 0 0px;}

pre{
font-size: 10px;
font-family: Arial;
}

p{ 
line-height:  1.6em;}	

h1, h2{
	font-size: 1.6em;
	font-weight: normal;}