
body {
	background-color: #000000;
	background-image:url(../gfx/new_design/register_seite.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;
}
.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;
}
.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;
}

input[type=submit]  {
	background-color: #ebd0ac;
	color : #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input[type=button]  {
	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;
}
select {
	border:1px solid black;
}

.signup_errorLayer,
.signup_successLayer,
.signup_attentionLayer{
position: absolute;
left: 200px;
top: 50px;
padding: 5px;
padding-bottom:10px;
width: 300px;
height: 290px;
background-color: #ebd0ac;/*#420800;*/
border:2px outset #FFB600;
z-index: 1111;
}

.signup_errorClose,
.signup_successClose,
.signup_attentionClose{
background-image: url(../gfx/symbol/close.gif);
background-repeat: no-repeat;
width: 16px;
height:16px;
float: right;
}

.signup_errorTitle,
.signup_successTitle,
.signup_attentionTitle{
text-align: left;
padding-left:5px;
font-weight:bold;
font-size:16px;
color: #000000;
}

.singup_errorMessages,
.singup_successMessages,
.singup_attentionMessages{
clear: both;
text-align: left;
padding:2px;
color: #000000;
background-color: #EFDFBD;
border:2px inset #FFB600;
height:80%;
}

.error{
background-color: #EE9966;/*#;*/
}

.singup_errorMessage{
color: #000000;
font-weight:bold;
}

.signup_label{
font-weight: bold;
}

.signup_left {
width:  310px;
max-width:320px;
padding:6px;
margin: 0px;
height:400px;
}

.signup_right {
width:  409px;
max-width: 410px;
padding-left:5px;
margin: 0px;
margin-left:25px;
vertical-align:top;
margin-top:0px;
height:400px;
}

.label_description{
vertical-align: top;
margin-top: 0px;
font-weight: normal;
}

.input_selectCountry {
width: 296px;
}

.signup_center{
	width:400px;

}
.singup_successEmailVerificationLoginLink{
	font-weight:bold;
}