
body, html {
background-color: #000000;
margin-top: 0px;
margin-left: 0px;
color: #999999;
scrollbar-3dlight-color : #444444;
scrollbar-arrow-color : #444444;
scrollbar-base-color : #555555;
scrollbar-darkshadow-color : Black;
scrollbar-face-color : #555555;
scrollbar-highlight-color : #444444;
scrollbar-shadow-color : #444444;
scrollbar-track-color : #111111;
}
/********** Fontformatierung */
body, td, th {
font-family :  Helvetica, sans-serif;
font-size : 12px;
line-height: 16px;
color : #999999;
}
a {
font-family :  Helvetica, sans-serif;
color : #888888;
font-size : 12px;
cursor : pointer;
border : none;
}
a:link {
font-family : Helvetica, sans-serif;
color : #888888;
cursor : pointer;
border : none;
text-decoration: none;
}
a:visited {
font-family : Helvetica, sans-serif;
color : #888888;
cursor : pointer;
border : none;
text-decoration: none;
}
a:hover {
font-family : Helvetica, sans-serif;
text-decoration : none;
color : #ffffff;
border : none;
text-decoration: none;
}
a:active {
font-family : Helvetica, sans-serif;
color : #888888;
cursor : pointer;
border : none;
text-decoration: none;
}

/********** Ueberschriftenformatierung */
h1 {
font-family : Helvetica, sans-serif;
font-size : 25px;
font-weight: lighter;
color : #C5C5C5;
letter-spacing: 3px;
font-variant: small-caps;
text-align: left;
}
h1.center {
font-family : Helvetica, sans-serif;
font-size : 20px;
font-weight: lighter;
color : #C5C5C5;
letter-spacing: 3px;
font-variant: small-caps;
text-align: center;
}
h2 {
font-family : Helvetica, sans-serif;
font-size : 17px;
font-weight: lighter;
color : #CBCBCB;
margin: 0px;
font-variant: small-caps;
}

#main{
   margin-top: 3%;
	width: 820px;
	height: 90%;
	/* border: 1px solid #333333; */
	overflow: auto;
}

input{
	height: 20px;
	font-size: 11px;
	background-color: #555555;
	border:1px solid #888888;
	color: #ffffff;
}
textarea {
	background-color: #555555;
	border:1px solid #888888;
	color: #ffffff;
}
.farbe{
	background-color: #8B2252;
}


a.link_bottom {
font-family :  Helvetica, sans-serif;
color : #838383;
cursor : pointer;
border : none;
font-size: 10px;
}
a:link.link_bottom {
font-family : Helvetica, sans-serif;
color : #838383;
cursor : pointer;
border : none;
text-decoration: none;
font-size: 10px;
}
a:visited.link_bottom {
font-family : Helvetica, sans-serif;
color : #c6c6c6;
cursor : pointer;
border : none;
text-decoration: none;
font-size: 10px;
}
a:hover.link_bottom {
font-family : Helvetica, sans-serif;
text-decoration : none;
color : #ffed00;
border : none;
text-decoration: none;
font-size: 10px;
}
a:active.link_bottom {
font-family : Helvetica, sans-serif;
color : #ffed00;
cursor : pointer;
border : none;
text-decoration: none;
font-size: 10px;
}
input.versenden{
	height: 14px;
	width: 60px;
	border: 0px;
	cursor: pointer;
	background-color: #7c7c7c;
	font-size: 8px;
	color: #000000;
}
