@CHARSET "ISO-8859-1";

html {
	padding:0;
	margin:0;
	border:0;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: scroll;
	/* */
}

body {
	height:100%;
	width:100%;
	overflow:scoll;
	padding:0;
	margin:0;
	border:0;
	text-align: center;
	background-color: #272727;
	color: #ccc;
}

body, td, p, div{
	font-family: verdana;
}

#seite{
	position:relative;
	background-color: #272727;
	border-top: 1px solid #272727;
	width: 500px;
	margin: auto;
	text-align: left;
	min-height: 600px;
	padding: 10px;
}

*html #seite{
	min-height: 0px;
	height: 600px;
}

a{
	text-decoration: none;
	color: #505050;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 14px;
	border-bottom: 1px solid #505050;
	padding-bottom: 5px;
}

h2{
	font-size: 12px;
	padding-bottom: 2px;
}

.zweiSpalten{
	float: left;
	width: 45%;
	margin-right: 2%;
}

.liste{
	font-size: 9px;
}

.kopfListe{
	font-size: 12px;
}

.antifloat{
	clear: both;
	visibility: hidden;
	font-size: 1px;
	width:1px;
	height: 1px;
	
}

.zusatzfinfos{
	position:absolute;
	top: -10000;
	left: -10000;
	overflow:hidden;
	visibility: hidden;
	width:5px;
	height: 5px;
}

ul{
	list-style: none;
}

 .space{
	margin-top:50px;
 }

 .zusatzinfos{
  	font-size:10px;
  	color:#777;
  	margin-top:20px;
 }

 .zusatzinfos a{
  	color:#777;
 }


