/* Grafikset Rot / Blau */
/* CSS Datingnetzwerk Startseite */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	background-color: #e5f6ff;
	margin: 0;
	padding: 0;
}

#start_page {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	border: 5px solid #fff;
}

#start_header {
	width: 900px;
	height: 345px;
	background-image: url(start_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px -15px;
}

#start_login {
	background-image: url(start_login_bg.png);
	background-repeat: no-repeat;
	width: 320px; /* 360 */
	height: 250px; /* 270 */
	float: right;
	margin-right: 20px;
	padding: 0px 20px 20px;
}

#start_login_logo {
	text-align: center;
}

#start_login_logo.logo_text_s {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333333;
	padding: 37px 0px;
}

#start_login_logo.logo_text_m {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333333;
	padding: 29px 0px;
}

#start_login_logo.logo_text_l {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	padding: 20px 0px;
}

#start_content {
	clear: both;
	padding: 0px 10px 5px;
}

#start_content_left {
	width: 225px;
	float: left;
}

#start_content_middle {
	width: 346px;
	float: left;
	margin: 0 20px;
	padding: 0 20px;
	border-left: 2px solid #c90000;
	border-right: 2px solid #c90000;
}

#start_content_right {
	width: 225px;
	float: left;
}

#start_footer {
	text-align: center;
	padding: 10px;
	background-color: #ccc;
	clear: both;
	font-size: 11px;
	margin-top: 10px;
}

#start_copyright {
	color: #bbb;
	font-size: 10px;
	text-align: center;
	margin: 15px 0;
}

#start_copyright a {
	color: #bbb;
}

/* ####################################################### */


.help_box {
	position: absolute;
	margin-left: inherit;
	width: 180px;
	height: auto;
	display: none;
	border: 3px solid #fff;
	margin-top: -3px;
}

.help_text {
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
}

#start_footernavi {
	width: 500px;
	text-align: center;
	height: 16px;
	margin: 0 auto;
}

#start_footernavi a {	
	padding: 0px 15px;
	border-right: 1px solid #fff;
	height: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#start_footernavi a.last {
	border-right: 0;
}

#start_footernavi a:hover {
	text-decoration: underline;
}

#start_footer_poweredby {
	width: 100px;
	height: 30px;
	float: right;
	margin-top: -7px;
}

#start_search_form table, #start_register_form table {
	border-collapse: collapse;
}

#start_search_form table td {
	font-size: 12px;
	padding: 5px 3px;
	vertical-align: middle;
}

#start_register_form table td {
	font-size: 12px;
	padding: 4px;
	vertical-align: top;
}

#start_login_form {
	width: 300px;
	margin: 20px auto;
	text-align: center;
	color: #fff;
}

#start_login_form table td {
	font-size: 12px;
	padding: 4px 3px;
	text-align: left;
}

#start_login_form_pw {
	margin-top: 2px;
}

#start_login_form_pw a {
	color: #fff;
	font-size: 11px;
}

.start_smalltext {
	font-size: 9px;
	color: #aaa;
	margin-top: 3px;
}

.start_agbinfo {
	font-size: 11px;
	text-align: center;
}

.start_headline {
	margin-bottom: 10px;
}

.start_select {
	padding: 1px;
	font-size: 12px;
	color: #555;
	border: 1px solid #aaa;
}

.start_field {
	background-image: url(start_field_bg.gif);
	background-repeat: repeat-x;
	width: 220px;
	border: 1px solid #333333;
	padding: 2px;
}

h5 {
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0px 0px 15px;
}

h5.z1 {
	color: #c90000;
}

h5.z2 {
	color: #333333;
}


.narrow {
	width: 80px;
}

.wide {
	width: 160px;
}

.button_special {
	display: block;
	color: #fff;	
	border: 1px solid #8b0000;
	background-color: #c90000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 5px;
	text-decoration: none;
	margin: 0 auto;
	font-weight: bold;
	margin-top: 10px;
}

.button_special:hover {
	color: #fff;
	border: 1px solid #00a2ff;
	background-color: #00a2ff;
	cursor: pointer;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #00a2ff;
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}