body {
	background-color: #000000;
	background-image: url()
	background-position: center ;
	background-repeat:;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: ;
	color: #666666;
	
	margin-top: 0px;
	margin-bottom: 0px;
}

select { font-size: 7pt;}

#frame { border: 1px solid #A1917A;}

.framelr {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A1917A;
	border-left-color: #A1917A;
}
.frameunten {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A1917A;
}
.framekomplett {
	border: 1px solid #A1917A;
}
.linksgestrichelt {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A1917A;
}
.untenauf {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A1917A;
	border-right-color: #A1917A;
	border-left-color: #A1917A;
}
.obenauf {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A1917A;
	border-bottom-color: #A1917A;
	border-left-color: #A1917A;
}
.untengestrichelt {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #A1917A;
}
.rechtsgestrichelt {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A1917A;
}
.linksundrechtsgestrichelt {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #A1917A;
	border-left-color: #A1917A;
}
.linieunten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1917A;
}
.linielinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A1917A;
}
.linieoben {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1917A;
}

p,li,a,h1{

	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}

p{
	font-size: 7pt;
	text-align: justify;
}
#content{
	width:75%;
	margin:auto;
	padding:20px;
	border:1px solid #DDDDDD;
	background:#000000;
	
}

#footer p{
margin-top:20px;
text-align: center;
color:#999999
}
/* HERE IS THE WHOLE THING */
#rollovermenu{
	padding:0;
	width:291px;
	border:1px solid #333333;
	border-color: #FFFFFF #FFFFFF #CCCCCC #CCCCCC;
	background-color:#f7f3f3;
}

#rollovermenu, #rollovermenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#rollovermenu ul{
	border:1px solid #333333;
	border-color: #FFFFFF #FFFFFF #CCCCCC #CCCCCC;
	background-color:#f7f3f3;
	width:270px;
	padding-bottom:7px;
}

#rollovermenu ul a:link, #rollovermenu a:visited {
	display: block;
	border:none;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	height:15px;
}
#rollovermenu ul a:hover, #current a{
	background:#FF9900;
	color:white;
}
#rollovermenu li { /* all list items */
	position: relative;
	text-align: right;
	cursor: default;
	padding:0px 5px;
	margin:0px;
	color:#999999;
}

#rollovermenu li ul { /* second-level lists */
	position: absolute;
	border:1px solid #333333;
	border-color: #f7f3f3 #FFFFFF #CCCCCC #CCCCCC;
	background-color:#f7f3f3;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#rollovermenu li:hover ul, #rollovermenu li.sfhover ul { /* lists nested under hovered list items */
	left:0px;
	top:19px;
}

li#invite {
	text-align:left;
	text-transform:uppercase;
	font-size:9pt;
	margin: 0 0 0px 20px;
	padding:1px 0 0 0;
	color:black;
	height:19px;
}

.kleinerAbstand {
	margin-top: 5px;
	border: 1px solid #5c5639;
}

.kleinerohne {
	margin-top: 5px;
}