@charset "utf-8";
/* CSS Document */

/* global */
html{height: 100%;}

body{ 
	font-family: Verdana, Helvetica, sans-serif;
  	padding: 0px;
  	margin: 0px;
  	font-size: .78em;
  	background:#ABD2FD;
  	color: #222;
  	height: 100%;
	overflow:hidden;
}

h1{
font-size:12px;
font-weight:bold;
}
h3{
padding: 0px;
margin-top: 4px;
color: #fff;
padding-left:0.5em;
font-size: 260%; 
font-weight:bold;
}
p {margin:0;padding:0 }
ul, ol, dl { 
margin: 0;
padding:0.5em 0 1em 19em;
list-style:square;
}

li {padding: 0;font-weight:normal;line-height:1.4em}
.suchen {
	padding:0.5em 0 0 16.5em;
	font-weight:bold;
}

a{
color:#222;

}
a img{
border:0px;

}

#Container{
	position:absolute;
	left:50%;
	top: 50%;
	width:800px;
	height: 530px;
	margin-left:-400px;
	margin-top:-265px;
	border:0px solid #333;
	background:#FFFFFF url(images/background_container.jpg) top left no-repeat;
	}



#Headline{
	margin-top: 98px;
	float:right;
	height:24px;
	margin-right: 10px;
	}
#Content{
	clear:both;
	padding:20px;
	text-align: center;
	}

 .register {
	 margin-top:18px;
	 float:right;
	 color:#FFF;
	font-size:14px;
	margin-right:10px
}

 .imprint {
	 margin-top:8px;
	 margin-right:18px;
	 clear:both;
	 float:right;
	 color:#ccc;
font-size:10px;
text-decoration:none;
}

 .admin {
	 margin-top: -12px;
	  margin-right: 215px;
	 clear:both;
	 float:right;
	 color:#C00;
font-size:10px;
text-decoration:none;
}
 .statistik {
	 margin-top: -12px;
	  margin-right: 155px;
	 clear:both;
	 float:right;
	 color:#C00;
font-size:10px;
text-decoration:none;
}

form {
	clear:both;
	background:#fff;
	padding:0.2em;
	border:0px solid #eee;
	margin:0em;
	width:37em;
	width: 100%;
	color:#2D598A;
}


fieldset {
	border:0px solid #ddd;
	border-top:0px solid #ddd;
	padding-top: 25px;
}

legend {
	margin-left:30px;
	color:#2D598A;
	font-size:1em;
	font-weight: bold;
	padding: 0.5em;
	padding-left:20px;
	background:url(img/fieldset_legend.gif) left no-repeat;
}


label {
	float:left;
	width:22%;
	text-align:right;
	margin-right:0.1em;
	padding-right:0.3em;
	color:#2D598A;
	padding-top: 3px;
}
.codelabel {
	float:left;
	width:22%;
	text-align:right;
	margin-right:0.1em;
	padding-right:0.3em;
	color:#2D598A;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.blindlabel {
	width:22%;
	color:#fff;
	background: #fff url(img/label_no.gif) right center no-repeat;
}


input {
	padding:0.25em;
	width:21em;
	border:1px solid #999;
	background:#DCE9F3;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-bottom: 10px;
}


input.code {
	padding:0.15em;
	width:4em;
	height:30px;

	font:bold 1.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 0.1em;
}

input.transparent{
	text-align:right;
	background-color:#fff;
	width:6em;
	border:0px solid #999;
	padding-right: 2px;
}

.zip {
	float:left;
	width:4em;
	margin-right: 0.2em;
}

.city {

	width:16.3em;
}


select {
	padding:0.15em;
	width:28.5em;
	border:1px solid #999;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-bottom: 10px;
}

.gender{
	width:10em;
}
.titel{
	width:18em;
	margin-left:0.3em
}

textarea {

	padding:0.35em;
	width:28em;
	height: 75px;
	border:1px solid #999;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-bottom:1em;
}

 .required{
	background:#fafafa url(img/required.gif) right no-repeat;
}

 .required:hover, required:focus{
	border-color:#c5c5c5;
	background:#f6f6f6 url(img/required.gif) right no-repeat;
}


.select:hover, .select:focus {
	border-color:#099;
	background:#F8FFEC;
} 

input:hover, input:focus {
	border-color:#099;
	background:#F8FFEC;
} 


input.money{
	width: 100px;
}


input.default {
	color:#bbb;
}

input[type=image] {
 	margin-top: 20px;
 	width: auto;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0em;
	-khtml-border-radius:0em;
	margin-bottom: 10px;
}


.button{
margin-top: 10px;
width: auto;
padding:4px;
padding-left:10px;
padding-right: 10px;
background: #069 url(images/background-button.png)repeat-x top;
border-color:#c5c5c5;
cursor:pointer;
font-weight: bold;
color: #fff;
}
.button:hover, .button:focus {
	font-weight: bold;
	border-color:#333;
	background: #0C3 url(images/background-button.png) repeat-x bottom;
}	


input[type=radio]{
	clear:both;
	float:left;
	width: 1em;
	border:0px;
	background-color:#fff;
	margin-right:5px;
	margin-top:2px;
}


input[type=checkbox]{
	float:left;
	width:2em;
	border:0px;
	background-color:#fff;
}

td{
	padding-left:0px;
	font-weight:normal;
	padding-top:1px;
	text-align:left;
}

#info{
	background:#F8FFEC url(images/arrow.png) top left no-repeat;
	color:#390;
	padding:15px;
	padding-left:60px;
	width: 260px;
	border-bottom: 1px solid #063;
	border-right: 1px solid #063;
	margin-left:26%;
}

#disclaimer{
	background:#fff;
	padding:2px;
	width: 320px;
	margin-left:30%;
	font-size:10px;
	text-align:justify;
}

#disclaimer a{
	color:#2D598A;
}

#require{
	font-size:10px;
		width: 260px;
	margin-left:26%;
}

.userlist table{
border: 1px solid #333;
margin-left:20px;
}

.userlist th{
	text-align:left;
	font-weight:bold;
	padding-top:1px;
	border-bottom: 1px solid #333;
}

.userlist td{
	padding-left: 0px;
	font-weight:normal;
	border-bottom: 1px solid #333;
}
