
body {
	background-color: #000000;
	background-image:url(../gfx/new_design/startseite_neu.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
a:link {font-weight:bold;text-decoration: none; color:#FFFF99;}
a:visited {font-weight:bold;text-decoration: none; color:#FFFF99;}
a:hover {font-weight:bold;text-decoration: underline;color:#FFFF99; }
a:active {font-weight:bold;text-decoration: underline;color:#FFFF99;}

.txtbold {
	font-size:12px;
	font-weight:bold;
}
.login_in{
	padding-top:5px;
}
.login{
	font-size:12px;
	font-weight:bold;
	float:left;
	padding-left:120px;
}
.start_button{
	background-image:url(../gfx/new_design/startseite_button.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:63px;
	padding-top:5px;
	float:left; 
	margin-top:5px; 
	margin-left:10px;
}
.register_button{
	background-image:url(../gfx/new_design/startseite_button.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:123px;
	padding-top:5px;
	margin-left:50px;
}
.pass_button{
	background-image:url(../gfx/new_design/startseite_button.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:123px;
	margin-left:10px;
	font-size:11px;
}
.impressum {
	font-size:9px;
	color: #999999;
}
.txt_box {
	width:70%;
}
.menue {
	float:left;
	padding:5px;
	font-weight:bold;
	padding-top:10px;
}
.menue_link{
	padding-left:25px;
	padding-right:25px;	
}
.menue_div{
	padding-left:50px;
	padding-top:197px;
}
.menue a:link {text-decoration: none; color:#FFFF99;}
.menue a:visited {text-decoration: none; color:#FFFF99;}
.menue a:hover {text-decoration: none;color: #FFFFFF; }
.menue a:active {text-decoration: none;color: #FFFFFF;}

.normal a:link {text-decoration: none; color:#000000; font-weight: normal;}
.normal a:visited {text-decoration: none; color:#000000; font-weight: normal;}
.normal a:hover {text-decoration: none;color: #000000; font-weight: normal;}
.normal a:active {text-decoration: none;color: #000000; font-weight: normal;}

/*
.start_button a:link {text-decoration: none; color:#000000; font-weight: bold;}
.start_button a:visited {text-decoration: none; color:#000000; font-weight: bold;}
.start_button a:hover {text-decoration: none;color: #000000; font-weight: bold;}
.start_button a:active {text-decoration: none;color: #000000; font-weight: bold;}
*/
#back{
	
	width:900px;
	height:1050px;
	
}
#rechts{
	width:550px;
	/*height:1050px;*/
}
#footer {
	/*clear:both;
	position: static;
	padding:25px;*/
	
}

input[type=submit]  {
	background-color: #ebd0ac; 
	color : #000000;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input[type=text] { 
	border:1px solid black; 
}
input[type=password] { 
	border:1px solid black; 
}