html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}



a:link {color:#000000; text-decoration:none}
a:visited {color:#000000; text-decoration:none}
a:active {color:#616161; text-decoration:none}
a:hover {color:#616161; text-decoration:underline}



 pagewidth{
 width:70%;
 margin-left:auto;
 margin-right:auto;


}

body {
	background: #0D0D0D;
	color: #444;
	font: normal 62.5% Arial;
         text-align: center;

}

p,code{padding-bottom: 1.2em;}

p {
         font-size: 15px;
         }



code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Arial;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;

}


h1,h2,h3 {padding-top: 6px;}

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

}

/* header */
.top {
	background-color:#0D0D0D ;
	padding: 50px 5px 0;
         }


span.abstand { margin:0px 35px; }
div.zentriert {text-align:center; }
span.kleinerabstand {margin:0px 12px}
span.grabstand {margin:0px 120px}

/* title */
.header {

	background: #000000;
	color: #0D0D0D;
	height: 97px;
	font: 25px  Arial bold;
	line-height: 150px;
	text-align: center;
	width: 820px;
         float: center;
         margin-left: auto;
	margin-right: auto;
         position: relative;

                  }

/* content */
.content {
	float: center;
         width: 720px;
         text-align: left;
        height:800px;
         margin-left: 20px;
         margin-right:20px;
         position: realtive;
         font-size: 14px;
         height: 100%;
