/**************************************
K1010 Styles
v.1.1

© 2010 – Created by Dutyfarm GmbH
***************************************/

/*---------------------------------*/

html {
	height: 1%;
}

body {
	background-color: #77c6ee;
	font: normal normal 12px/1.4em Verdana, sans-serif;
}

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

h1,h2 {	font: normal bold 21px/1.54em Verdana, sans-serif; color: #005ba5; margin-bottom: 10px; }
h3,h4 {	font: normal bold 17px/1.54em Verdana, sans-serif; }
h5,h6 {	font: normal bold 14px/1.54em Verdana, sans-serif; }

p {
	margin-bottom: 10px;
}

.wrapper {
	float: left;
	margin: 10px 0;
	border: 3px solid #eee;
	-moz-border-radius: 4px;
}

#main {
	position: relative;
	float: left;
	background: #008cd4 url(../gfx/gradient_bg.gif) 0 0 repeat-x;
	width:900px;
}

#greet-user{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 52px 0 0 150px;
}

/*---------------------------------*/
/* HEADER */

#header {
	height: 78px;
	background: #005ba5 url(../gfx/header_bg.gif) 0 0 no-repeat;
}

#subheader {
	background-color: #005ba5;
	min-height: 0px;
	padding: 10px 0;
	text-align: right;
}

#corporate {
	float: left;
	position: relative;
}
.logo {	padding: 6px 0 0 25px; }
.claim { position: absolute; left: 144px; top: 50px; }

/*---------------------------------*/
/* DIV-SPACING */
.col_content, 
#col1_content, #col2_content, #col3_content, #col12_content, #col23_content, #col123content {
	padding: 0 10px;
}

/*---------------------------------*/
/* LOGIN */
#login {
	float: right;
	margin-right: 10px;
	margin-top: 6px;
	background: transparent url(../gfx/login_bg.png) 0 0 no-repeat;
	width: 304px;
	height: 65px;
}
#login a {color: #fff;}
#login form {
	padding: 6px 12px;
}
#login form .form-item-wrapper {
	width: 100%;
	clear: both;
	margin: 5px 0 6px;
}
#login form .form-item-wrapper label {
	width: 56px;
	text-align: right;
	display: block;
	float: left;
	margin: 2px 8px 0 0;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
#login form .form-item-wrapper input[type="text"],
#login form .form-item-wrapper input[type="password"] {
	/* width: 160px; */
	width: 104px;
	border: none;
	background-color: #fff;
	padding: 2px 3px;
	margin: 0;
	height: 15px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	background: #fff url(../gfx/login_formfield_bg.gif) 0 100% repeat-x;
}
#login form .form-item-wrapper input#login-submit {
	position: absolute;
	right: 17px;
	top: 38px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	background: transparent url(../gfx/login_button.png) 0 0 no-repeat;
	height: 26px;
	width: 106px;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
#login form .form-item-wrapper input#login-submit:hover {
	background: transparent url(../gfx/login_button.png) 0 -26px no-repeat;
	padding-left: 6px;
}
#login form .form-item-wrapper input#login-submit:active {
	background: transparent url(../gfx/login_button.png) 0 -52px no-repeat;
	text-indent: 0;
	padding-bottom: 4px;
	padding-left: 5px;
}

#login form .form-item-wrapper span.forgot-pass {
	display: block;
	float: right;
	font-weight: normal;
	font-size: 9px;
}

#login form .form-item-wrapper input#reminder-submit {
	position: absolute;
	right: 14px;
	top: 18px;
	background: transparent none;
	border: none;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	width: 112px;
	text-align: right;
	cursor: pointer;
	}
	#login form .form-item-wrapper input#reminder-submit:hover {
	text-decoration: underline;
}

/*---------------------------------*/
/* BOXES */
.box { background-color: transparent; margin: 0 0 14px 0; float: left; /*overflow: hidden;*/ }
#col23_content .box { width: 580px; }
#col1 .box { width: 280px; }

.box .boxcontent { background: #7bc8ef url(../gfx/) 0 0 repeat-y; padding: 5px 10px 10px; margin: 0; width:auto; }

.box div.corners div { background: url(../gfx/blue_box.png) 0 0 no-repeat; height: 4px; line-height: 4px; }

.box div.corners div.right_corner { float: right; width: 4px; margin-left: -4px; }
.box div.corners div.left_corner { margin-right: 4px; }
.box div.tc div.right_corner { background-position: 100% 0; }
.box div.bc div.left_corner { background-position: 0 -5px; }
.box div.bc div.right_corner { background-position: 100% -5px; }

#col1 .box {
	margin: 10px 10px 10px 20px;
}

#col1 .box .boxheader {
	position: relative;
	top: 20px;
	padding-left: 0px;
}

#col1 .box .boxcontent {
	padding: 15px 10px 10px;
}

.boxcontent ul {
	font-weight: bold;
	margin: 10px;
	list-style: disc outside;
}
.boxcontent ul li {
	padding: 5px 0;
}

.boxcontent dl { margin: 1em 1em 2em; }
.boxcontent dd {
	padding: 0 1em;
}
/*---------------------------------*/
/* STICKIES & TOOLTIPS */
#sticky { position: absolute; height: 87px; width: 87px; z-index: 9; }
#main #sticky.homepage {top: -18px; right: 20px;}
#main #sticky.page {top: 20px; right: 20px;}

.tooltip {
	width: 304px; color:#fff;
	height: 106px;
	font: normal bold 12px/16px Verdana,sans-serif;
	text-decoration:none;text-align:center;
	z-index: 22;
}

.tooltip span.top {
	height: 106px;
	padding: 0;
	background: url(../gfx/balloon_safety.gif) no-repeat top;
}

.tooltip b.bottom {
	/* */
	display: none !important;
	/* */
	padding: 0;
	background: url(../gfx/bubble.png) no-repeat bottom;
}

/*---------------------------------*/
/* REGISTER NOW */
#register-now { float: left; }
#register-now form { padding: 10px 20px 0; }
#register-now .form-item {
	position: relative;
	clear: both;
	width: 100%;
	margin: 5px 0;
	min-height: 26px;
}
#register-now label {
	color: #004176;
	font-weight: bold;
	width: 120px;
	text-align: right:
	margin: 0 8px 0 0;
	padding-top: 5px;
	display: block;
	float: left;
}
#register-now label[for="female"],
#register-now label[for="male"],
#register-now label[for="edit-agb"] {
	width: auto;
	float: none;
	display: inline;
}
#register-now label[for="edit-agb"],
#register-now #payment-block label[for="konto-einverstaendnis"] {
	margin-left: 120px;
	padding-right: 50px;
	display: block;
	font-weight: normal;
}
#register-now label[for="edit-street-nr"],
#register-now label[for="edit-zip"] {
	width: 30px;
}
#register-now .form-item input[type="text"],
#register-now .form-item input[type="password"] {
	width: 307px;
	height: 20px;
	padding: 4px 25px 4px 5px;
	border: none;
	background: url(../gfx/register_form_field_bg.gif) 0 0 no-repeat;
	overflow: hidden;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#register-now .form-item input[type="text"].error {
	background-position: 0 -28px;
	}
#register-now .form-item input[type="text"]#edit-street.error,
#register-now .form-item input[type="text"]#edit-city.error,
#register-now #payment-block .form-item input[type="text"].error {
	background-position: 0 -84px;
}
#register-now .form-item input#edit-street[type="text"],
#register-now .form-item input#edit-city[type="text"],
#register-now #payment-block .form-item input[type="text"] {
	float: left;
	padding-right: 25px;
	margin-right: 9px;
	width: 181px;
	background: url(../gfx/register_form_field_bg.gif) 0 -56px no-repeat;
}
#register-now .form-item input#edit-street-nr[type="text"],
#register-now .form-item input#edit-zip[type="text"] {
	width: 57px;
	padding-right: 35px;
	background: url(../gfx/register_form_field_bg.gif) 0 -112px no-repeat;
	}
	#register-now .form-item input#edit-street-nr[type="text"].error,
	#register-now .form-item input#edit-zip[type="text"].error {
	background-position: 0 -140px;
}
#register-now .form-item select {
	margin: 4px 0 0 0;
}

#register-now input[type="submit"] {
	text-indent: -9999px;
	background: transparent url(../gfx/button_register.png) 0 0 no-repeat;
	height: 50px;
	width: 266px;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
#register-now input[type="submit"]:hover {background: transparent url(../gfx/button_register.png) 0 -50px no-repeat;}
#register-now input[type="submit"]:active {background: transparent url(../gfx/button_register.png) 0 -100px no-repeat;}

#register-now .centerbutton {float: none; margin: 10px 0 0;}

#payment-block {
	position: relative;
	float: left;
	padding: 10px 0;
	margin: 10px 0 10px 120px;
	border-top: 1px solid #aad9f1;
	border-bottom: 1px solid #aad9f1;
}
#payment-block img {
	position: absolute;
	left: -120px;
	top: 12px;
}

.form-help {
	padding: 5px 100px 0 0px;
}

/*---------------------------------*/
/* ERRORS */

.errorbox {
	float: left;
	border: 2px solid #fff;
	background-color: #c40000;
	padding: 5px 10px 10px;
	margin: 10px 0;
	width: 496px;
	margin-left: 20px;
}
.errorbox h3 {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.errorbox ul {
	margin: 5px 10px 0;
	padding: 0;
	color: #fff;
}
.errorbox ul li {
	list-style: disc outside;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
}

/*---------------------------------*/
/* HOME-PAGE STYLES */

#col1_content.home { width: 355px; }
#col23_content.home { width: 545px; }

#sign-up {
	position: relative;
	width: 484px;
	height: 322px;
	padding: 9px 20px;
	margin-bottom: 20px;
	background: transparent url(../gfx/home_form_bg.gif) 0 0 no-repeat;
}

#sign-up form {
	padding: 20px 0 0;
}

#sign-up .form-item {
	position: relative;
	clear: both;
	width: 100%;
	height: 70px;
}

#sign-up form label { float: left; height: 40px; width: 160px; margin: 0 10px 0 0; overflow: hidden; display: block; }
#sign-up form label[for="edit-name"] { text-indent: -9999px; background: transparent url(../gfx/home_form_labels.gif) 80% 8px no-repeat; }
#sign-up form label[for="edit-mail"] { text-indent: -9999px; background: transparent url(../gfx/home_form_labels.gif) 80% -38px no-repeat; }
#sign-up form label[for="edit-password"] { text-indent: -9999px; background: transparent url(../gfx/home_form_labels.gif) 80% -88px no-repeat; }

#sign-up input.form-text { padding: 6px 40px 4px 8px; width: 232px; height: 28px; background: url(../gfx/home_form_field_bg.gif) 0 0 no-repeat; border: none; overflow: hidden; font-family: Verdana, sans-serif; font-size: 17px; font-weight: bold; }

#sign-up input.form-text.error { background: url(../gfx/home_form_field_bg.gif) 0 -38px no-repeat; }

span.form-info { position: absolute; left: 174px; top: 40px; font-weight: bold; color: #005ba5; }
span.form-info.error { color: #c40000; }

#sign-up input[type="submit"] {
	text-indent: -9999px;
	background: transparent url(../gfx/button_home_playnow.png) 0 0 no-repeat;
	height: 50px;
	width: 266px;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
#sign-up input[type="submit"]:hover {background: transparent url(../gfx/button_home_playnow.png) 0 -50px no-repeat;}
#sign-up input[type="submit"]:active {background: transparent url(../gfx/button_home_playnow.png) 0 -100px no-repeat;}

/*---------------------------------*/
/* CLUB PAGE */
#benefits {
	position: relative;
	margin-bottom: 15px;
}
#benefits div {
	background: url(../gfx/benefits_bg.gif) 0 0 no-repeat;
	width: 268px;
	height: 43px;
	padding-left: 50px;
	padding-top: 5px;
	margin-bottom: 3px;
}
#benefits h3,
#benefits p {
	color: #fff;
}
#benefits h3 {
	font-size: 14px;
}

#benefits div.reminder {
	position: absolute;
	left: 329px;
	top: 50px;
	text-align: center;
	font-size: 11px;
	width: 200px;
	height: 248px;
	padding: 0px;
	margin: 0px;
	background:transparent none;
	color: #005ba5;
}

/*---------------------------------*/
/* VIDEO-SLIDER */
#video_container {  
    position: relative; /* important */
    overflow: hidden; /* important */
    width: 524px; /* important */
    height: 76px; /* important */
    margin: 0;
	background: transparent url(../gfx/videoslider_bg.png) 0 0 no-repeat;
}  
  
#videos_buttons {position: absolute; width: 100%;}
a#video_previous {background: url(../gfx/slider_buttons.gif) 0 0 no-repeat; cursor: pointer; position: absolute; left: 2px; top: 2px; display: block; width: 28px; height: 72px;}
a#video_next {background: url(../gfx/slider_buttons.gif) -28px 0 no-repeat; cursor: pointer; position: absolute; right: 2px; top: 2px;display: block; width: 28px; height: 72px;}

a#video_previous:hover { background: url(../gfx/slider_buttons.gif) 0px -72px no-repeat; }
a#video_previous:active { background: url(../gfx/slider_buttons.gif) 0px -144px no-repeat; }

a#video_next:hover { background: url(../gfx/slider_buttons.gif) -28px -72px no-repeat; }
a#video_next:active { background: url(../gfx/slider_buttons.gif) -28px -144px no-repeat; }

#videos {
    position: absolute;
    top: 0;
    width: 5418px;
}

#video-wrapper {
	float: left;
	position: relative;
	left: 24px;
	width: 456px;
	height: 76px;
	overflow: hidden;
}

#videos li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#video_container ul li {
        display: block;
        float: left;
        margin: 8px 6px;
        width: 74px;
        height: 56px;
        border: 2px solid #fff;
        background-color: #005ba5;
}

#video_container ul li img {
    display: block;
}

#video_container ul li a {
	float: left;
	width: 74px;
	height: 56px;
}
#video_container ul li a:hover {
	background: transparent url(../gfx/player_overlay.png) center center no-repeat;
}
/*---------------------------------*/
/* FOOTER */
#footer { position: relative; float: left; clear: both; }
#footer ul { float: right; padding-top: 9px; margin-right: 14px; }
#footer ul li {float: left; font-size: 11px; margin: 0 5px; padding-right: 12px; background: transparent url(../gfx/footer_bullet.gif) 100% 50% no-repeat; }
#footer ul li:last-child {background: transparent none; padding-right: 0;}

#footer a { text-decoration: none; font-weight: normal; }
#footer a:hover { text-decoration: underline; }

#footer .scl {
	float: left;
	margin: 9px 0 0px 20px;
	font-size: 11px;
}
#footer .scl span {
	float: left;
	margin-right: 10px;
}
#footer .scl img {
	margin: 0 8px 0 0px;
	float: left;
}

/*---------------------------------*/
/* Design styles */
.fullwidth {width:100%;}
.center {margin: 0 auto;}
.centerbutton {width: 100%; margin: 0 auto; float: left; clear: both;}
.centerbutton input,
.centerbutton a img { margin: 0 auto; display: block;}
.full-reg a img { margin-left: 10px; display: block;}
.club-info a img { margin-left: 40px; margin-bottom: 40px; display: block;}
.clear {clear: both;}

.blue {color:#005ba5;}

a.button_plain { text-decoration: none; }
.button_plain {
	background: transparent url(../gfx/login_button.png) center 0 no-repeat;
	width: 106px;
	height: 25px;
	margin: 1em auto 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 23px;
	display: block;
	float: none;
	cursor: pointer;
	padding: 0px 0 1px;
	overflow: hidden;
	}
	.button_plain:hover {
	background-position: center -26px;
	}
	.button_plain:active {
	background-position: center -52px;
	padding: 1px 0 0;
}
/*---------------------------------*/
/* FARBEN

Dunkelblau	#005ba5

*/