/* Grafikset Orange */
/* CSS Datingnetzwerk Startseite */

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

#start_page {
	width: 900px;
	margin: 10px auto;
}

#start_header {
	width: 900px;
	height: 136px;
	background-image: url(start_header_bg.gif);
	background-repeat: no-repeat;
}

#start_header_top {
	width: 900px;
	height: 85px;
}

#start_header_bottom {
	width: 900px;
	height: 47px;
	margin-top: 3px;
}

#start_logo {
	width: 410px;
	height: 65px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	display: inline;
}

#start_login {
	width: 420px;
	height: 26px;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	display: inline;
}

#start_logo .logo_text_s {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	padding: 10px 0px;
}

#start_logo .logo_text_m {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	padding: 5px 0px;
}

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

#start_content {
	clear: both;
	padding: 0px 10px 5px;
	background-image: url(start_content_bg.jpg);
	background-repeat: no-repeat;
	min-height: 440px;
	background-color: #fff;
}

#start_content_features {
	width: 380px; /* 420 */
	height: 80px; /* 120 */
	float: left;
	background-image: url(start_features_bg.png);
	background-repeat: no-repeat;
	padding: 20px;
	margin-top: 298px;
}

#start_content_register {
	width: 278px; /* 318 */
	height: 349px; /* 389 */
	float: right; /* 369 */
	background-image: url(start_register_bg.png);
	background-repeat: no-repeat;
	padding: 20px;
	margin-right: 10px;
	margin-top: 30px;
}

#start_footer {
	text-align: center;
	height: 17px; /* 37 */
	padding: 10px;
	background-image: url(start_footer_bg.gif);
	background-repeat: no-repeat;
	clear: both;
	font-size: 11px;
}

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

#start_copyright a {
	color: #bbb;
}

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


#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;
	margin-right: 20px;
}

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

#start_search_form table {
	margin: 0px 30px;
	width: 840px;
}

#start_search_form table td {
	font-size: 13px;
	padding: 10px 8px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}

#start_register_form table {
	width: 220px;
	margin: 50px 18px 10px;
}

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

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

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

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

.start_select_box {
	width: 73px;
	height: 26px;
	background-image: url(start_search_field_bg.gif);
	background-repeat: no-repeat;
}

.start_select {
	font-size: 12px;
	color: #555;
	border: none;
	margin: 4px;
	width: 63px;
}

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

.start_login_field {
	width: 155px; /* 165 */
	height: 20px; /* 26 */
	background-image: url(start_login_field_bg.gif);
	background-repeat: no-repeat;
	background-color:  transparent;
	border: none;
	color: #aaa;
	padding: 3px 5px;
}

.start_login_field:focus {
	color: #333;
}

h5 {
	/*width: 190px;
	float: left;*/
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 0px 0px 10px;
}

h5.z1 {
	color: #ff9900;
}

h5.z2 {
	color: #fff;
}

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

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

a img {
	border: none;
}

.clear {
	clear: both;
}

form {
	margin: 0;
}


/* SELECT DROPDOWN */
select.replaced {
	width: 1px;
	position: absolute;
	left: -999em;
}
ul.selectReplacement {
	margin: 0px 3px 0px 0px;
	padding:3px 0 0px;
	height: 20px;
	width: 67px;
	position: relative;
	z-index: 1000;
	background-image: url(start_select_dropdown_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
ul.selectFocused {
	background-image: none;
}
ul.selectReplacement li {
	background: #fff;
	color: #333;
	cursor: pointer;
	display: none;
	font-size: 12px;
	line-height: 1.5em;
	list-style: none;
	margin: 0 4px;
	padding: 0px 5px;
	width: 55px;
}
ul.selectOpen li {
	display: block;
}
ul.selectReplacement li.selected {
	background: none;
	color: #888;
	display: block;
}
ul.selectOpen li.selected {
	background: #fff;
	border: 0;
	display: block;
}
ul.selectOpen li:hover,
ul.selectOpen li.hover,
ul.selectOpen li.selected:hover {
	background: #ff9900;
	color: #fff;
}
