html {
	background: none repeat scroll 0 0 #F1F1F1;
	height: 100%;
	width: 100%;
}
body {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	font-family: helvetica; 
	margin: auto;
	margin-top: 25px;
  
	padding: 70px;
	position: relative;
	width: 980px;
	z-index: 1;
	display: table;
	/*padding-bottom: 305px;  Normal: 50px */
	padding-bottom: 50px;
	padding-top: 10px;
}

#login-content {
	margin: auto;
	margin-top: 200px;
	text-align: center;
	width: 250px;
	padding-bottom: 100px;
}
.catchu {
	display: none;
}
#content {
	margin: auto;
	margin-top: 0px;
	width:930px;
}

#content_middle {
	margin: auto;
	margin-left: 55px;
}
/* ------------ Register ---------------- */
.register_left_col{
width: 80px; vertical-align: bottom;
}
.reg_language_left_col{
width: 120px; vertical-align: bottom;
}

.a-blau-ohne-format:link {
	text-decoration: none;
	color: #3198c8;
}

.a-blau-ohne-format:hover {
	text-decoration: none;
	color: #3198c8;
}
.a-blau-ohne-format:visited {
	text-decoration: none;
	color: #3198c8;
}
.a-blau-ohne-format:hover:visited {
	text-decoration: none;
	color: #3198c8;
}
.info-bottom {
	position:relative;
	float:left;
	margin-top: 40px;
	width: 700px;
}
.informationen-bottom {
	top: 60px;
	position: absolute;
	padding-bottom: 30px;
	width: 980px;
	font-size: 11px;
}
.textcenter {
  	text-align: center;
}  
.konto_box {
	width: 180px;
	height: 100px;
	padding: 10px 10px 10px 10px;
	position:relative;
	cursor: pointer;
	
	-moz-box-shadow: 1px 2px 5px #777777;
	-webkit-box-shadow: 1px 2px 5px #777777;
	box-shadow: 1px 2px 5px #777777;
} 
.konto_box_txt_grey {
	position: absolute;
	left:0px;
	bottom:0px;
	background: none repeat scroll 0 0 #333333;
	border-radius: 2px 2px 2px 2px;
	color: white;
	display: inline;
	padding: 2px 15px;
	font-size: 0.9em;
	width: 170px;
}
.box_next_row {
	margin-top: 40px;
	
} 
.box_disabled {
	background-image: url(../../img/system/disabled_pixel.png);
    width: 200px;
    height:120px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.tos {
	float: left; 
	clear: left; 
	margin-top: 40px; 
	margin-left: 100px; 
	width: 680px; 
	font-size:0.9em; 
	letter-spacing:0.1px; 
	line-height:1.1em;
}

/* ------------ members ---------------- */

.search_field {
	width: 180px; height: 15px; background-image: url(../../img/system/search.jpg); background-repeat: no-repeat; background-position: left; padding-left: 25px;  background-color: #FFFFFF; border:1px solid #aaaaaa
}
.search_msg {
	float:right; clear: left; margin-right: 10px; margin-top: 10px;
}
.search_results {
	float:left; width: 850px; margin-left: 80px; margin-top: 0px; font-size: 0.8em;
}
table.seach_results_head {
  border: solid 1px black; display: block;
}
table.search_results_body {
	border: solid 1px black; display: block; overflow-y: scroll; height: 160px;
}
tr.search_results_body_light_blue {
  	background-color: #d0f1ff;
}
tr.search_results_body_light_blue:hover, tr.search_results_body_white:hover {
  	background-color: #8ad7f7;
  	cursor: pointer;
}
td.search_results_1td {
	width: 170px;
}
td.search_results_2td {
	width: 170px;
}
td.search_results_3td {
	width: 100px;
}
td.search_results_4td {
	width: 300px;
}
td.search_results_5td {
	width: 80px;
}