/*MAIN LAYOUT*/
	
body {
	background:url("../landing_images/background2.png") repeat-x scroll left top #72D1F6;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:auto;
	line-height:14px;
	margin:0;
	padding:0;
}

#mainarea {
	height:inherit;
	margin:auto;
	padding:0;
	position:relative;
	width: 905px !important;
}

#content {
	background-color: #fff;
	float: left;
	margin-top:20px;
	-webkit-box-shadow: 0px 0px 20px  #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000; 
}



#landing_top { 
	float:left;
	overflow:hidden;
	padding:5px 0 0 5px;
	width: 895px;
}
#landing_middle { 
	width: 100%; 
	float: left; 
}
#landing_bottom { 
	width: 100%; 
	float: left; 
}
#landing_right { 
	width: 290px; 
	float: right; 
	padding-right: 20px; 
	margin-bottom:20px; 
	padding-left: 20px;
	display:inline;
}

/*Content Layout*/
#landing_right_headline { 
	text-align: center;
	font-weight: bold;
	width: 100%; 
	height: 61px;
	float: left; 
	padding-left: 0px; 	
	/*text-indent: 10px; */
	color: #ffffff;
	text-transform: uppercase; 
	font-size: 18px; 
	line-height: 28px;
	background:transparent url(../landing_images/form_header.png) no-repeat center left;
	background-color: #6296ba;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 0px;
	vertical-align:bottom;
}

#landing_right_content { 
	padding: 10px 10px 20px 20px;
	float: left; 
	background-color: #cfe3ee;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}
#landing_right_content_kids {
	padding: 10px 20px 20px 20px;
	float: left; 
	background-color: #cfe3ee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b6b6b6;

}
#landing_inner_content {
	overflow:hidden;
	float:left;
	padding: 0px 10px 20px 20px;
	position:relative;
	width:535px;
	font-size: 13px;
	line-height:16px;
	display:inline;
}
	/**html #landing_right_content { margin-left: 1px; }*/

#landing_content_inner_right { width: 100%; float: left; }
#landing_content_inner_left { width: 47%; float: left; }
/*#landing_content_inner_right { width: 53%; float: right; }*/
#landing_content_bottom { 
	width: 100%; 
	float: left; 
	height:1px; 
	background: url(../landing_images/fitnessFirst_landing_content_bottom.png) repeat-x top left;
}
	
/*content elements*/

img.landing_teaser { 
	/*border: none;*/ 
}

h1 { 	
	font-size: 18px; 
	text-transform: uppercase; 
	margin-top: 0px; 
	font-weight: bold; 
	color: #234F76; 
	line-height: 22px; 
	margin-bottom: 20px; 
}

/**html h1 { 
	margin-top: 1px; 
}*//**IE6*/
		
/*form*/

h2.form_subsubhead { color: #3183ac; font-size: 13px; font-weight: bolder; }
span.form_text_special { color: #3183ac; font-size: 13px; font-weight: bolder; }

input {
	width: 150px;
	height: 13px; 
	padding: 2px; 
	font-size: 10px;
}

input.plz {
	width: 43px;
}

input.city {
	width: 119px;
}

.landing_tableform { 
		width: 250px;
}
.landing_tableform td { padding-bottom: 4px; padding-top: 4px; }
.tdspacerline {
	font-size:1px;
	height:3px;
	background: url(../landing_images/fitnessFirst_landing_dividor_horiz.png) repeat-x;
	color:inherit;
	padding: 0px;
}

.tdspacer {
	font-size:1px;
	height:8px;
	padding: 0px;
}

td.label { 
	width: 70px; 
	padding-right: 10px; 
	text-align: right; 
}

td.label_small {
	width: 15px; 
	padding-right: 10px; 
	text-align: right;
}

.label_small_right {
	width: 200px;
}

select {
	padding: 1px 0 1px 3px;
}

select option {
	cursor:	pointer;
	/*background: url(../landing_images/fitnessFirst_landing_dividor_horiz.png) repeat-x scroll left bottom;*/
	padding: 1px 0 1px 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:10px;
}

select.large {
	width: 155px;
	font-size:11px;
}

select.medium {
	width: 59px;
	font-size:11px;
}

select.small {
	width: 45px;
	font-size:11px;
}

.radiobutton {
	width: 13px;
	height: 13px;
}

.radiobutton_label {
	margin:0px 10px 0px 0px;
}

.checkbox {
	margin:0px 0px 0px 0px;
	width: 13px;
	height: 13px;

}

#formbutton {	
	float:right; 
	text-align: center; 
	margin-right: 30px;
	color: #3183ac; 
	text-transform: uppercase; 
	font-size: 11px; 
	font-weight: bolder;
}

#formcheck { 	
	float: left; 
	clear: both; 
	margin-left: 40px; 
	margin-top: 10px; 
	/*width: 450px; */
}

#captcha_form {
	float: left;
	clear:both;
	margin-left:30px;	
	margin-top: 10px;		
}

.captcha_new {
	color:black;
	text-decoration: underline;
}

.captcha_input {
	width: 40px;
	float: right;
	margin-right:95px;
}
img.formbutton_go { margin-bottom: 3px; height: 35px; margin-top: 3px;}

.meta_menu {
	margin-top:5px;
}	
.metasubitem, .metasubitem_active, #active_menu_meta, .mainlevel_meta, .mainlevel_active_meta {
	margin: 0px 1px 0px 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	
}

a.mainlevel_meta, a.mainlevel_meta:hover, a.mainlevel_meta:active,a.mainlevel_submeta, a.mainlevel_submeta:hover, a.mainlevel_submeta:active, #active_menu_meta, .mainlevel_active_meta {
	/*background-color:inherit;*/
	color:#FFFFFF;
	text-decoration:none;
}

a.mainlevel_meta:hover{ 
	text-decoration: underline;
}
a.mainlevel_submeta:hover {
	text-decoration: underline;
}

/* Dankeseite mit teasern*/
.shortcut {
	border:medium none;
	float:left;
	margin-top:15px;

}
.thumbnailShortcut {
	border:medium none;
	float:left;
	margin:0 0 5px;
	padding-right:10px;
	width:77px;
}
a {
	color:#CD2036;
	text-decoration:none;
}

a:hover {
text-decoration: underline;;
}
img {
	border: 0px;
}
.summaryText {
	border:medium none;
	float:left;
	font-size:11px;
	line-height:12px;
	margin-bottom:5px;
	padding-right:15px;
	width:160px;
}
.menulink {
	margin-top:10px;
	padding:10px;
	background-color: #4c97c1;
	/*float: left;*/
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menulink:hover,
.menulink:active,
.menulink:focus {
	background-color: #01497b;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.active {
	background-color: #01497b; 
}

.menu {
	float:left;
	/*height:45px;*/
	margin:0 1px;
	position:relative;
	top:-27px;

}
.menuspace {
	float:left;
	height:1px;
	margin:0 1px;
	width: 10px;
}

#landing_top_menu {
	height: 10px;
	width: 895px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-color: #01497b;
}

.club_content_left_header {
	width: 535px;
	height: 62px;
	float: left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #01497B;
}
.club_content_left_content {
	float: left;
	width: 535px;
	background-color: #BEE2FB;
	height: 450px;
}
.club_content_left_footer_left {
	float: left;
	width: 265px;
	background-color: #3e7194;
	height:400px;
	overflow:auto
}
.club_content_left_footer_right {
	/*float: left;*/
	position: absolute;
	width: 270px;
	background-color: #BEE2FB;
	/*height: 250px;*/
	display: none;
	color: #000000;
	font-size:12px;
	height:400px;
}
.text_content_left_header {
	width: 535px;	
	float: left;
	color: #01497b;
	font-size: 20px;
	font-weight: bold;
	line-height:25px;	
	text-transform:uppercase;
	padding-bottom:10px;
}
.text_content_left_content {
	float: left;
	width:535px;
}

.danke_box {
	border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #CFE3EE;
	padding: 10px;
	border: 1px solid #b6b6b6;
}
.content_left_content_spacer {
	float: left;
	border-bottom: 1px solid #b6b6b6;
	height: 0px;
	width: 535px;
	margin-bottom:15px;
	padding-top:5px;
}
.shape_class {
	float: left;
	background-color: #ddd;
	margin-right:15px;
	padding:5px;
	width:240px;
	border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
}
.shape_class p {
	margin: 0px;
}

.image_right {
	float: right;
	margin:10px 0 10px 10px;
}
.div_meta_menu {
	float: right;
}
.new_pic_captcha {
	float:right; 
	margin-right:25px; 
	margin-top:4px;
	display: inline;
}
.form {
	margin-left:20px;
	margin-top:10px;
	color: #ffffff;
}
.clubname {
	cursor: pointer;
	padding: 8px 10px 8px 20px;
	color: #ffffff;
}
.clubname:hover{
	background-color: #BEE2FB;
	color: #000000;
	font-weight: bold;
}
.small_club_image {
	width: 260px;
	padding: 5px;
}
.club_label {
	color: #3E7194; 
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}
.short_club_text {
	color: #000000; 
	font-weight: normal;
	padding: 5px;
	margin: 0px;
}
.leftclubdetails{
	padding: 5px;
}
.landing_right_headline_inner {
	font-size:18px;
}
.form_headline_tr {
	height: 61px; 
	vertical-align:middle;
}


#landing_inner_content h1{
	color:#01497B;
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	padding-bottom:0px;
	text-transform:uppercase;
	margin:0px;
}

#landing_inner_content h2 {
	color:#01497B;
	font-weight:bold;
	line-height:25px;
	padding-top:5px;
	font-size:16px;
	text-transform:none;
	margin:0px;
}

#landing_inner_content p {
	font-size:13px;
	line-height:16px;
	margin:10px 0px 10px 0px;
} 


.social_top {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background:none repeat scroll 0 0 #E0E3EF;
	float:left;
	height:43px;
	left:5px;
	position:relative;

	width:895px;
	z-index:999;
}
.social_top_shadow {
	-webkit-box-shadow: 0px 10px 10px #666;
	-moz-box-shadow: 0px 10px 10px #666;
	box-shadow: 0px 10px 10px #666;
	height:5px;
	left:5px;
	position:relative;
	top:278px;
	width:895px;
}
#heimspiel {
	background-color: #01497B;
	bottom:10px;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	padding:5px;
	position:absolute;
	width: 170px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#auswartsspiele {
	background-color: #01497B;
	bottom:10px;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	left:185px;
	padding:5px;
	position:absolute;
	width: 170px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.table_select_active {
	background-color: #CD2036 !important;
}
#table_select {
	background-color: #CD2036;
	height: 10px;
	position:relative;
	width:530px;
}
#heimspiel_table {
	
}
#auswaerts_table {
	display: none;
}
.result {
	text-align: center;
}
.row_a td{	
	padding: 5px;
}
.row_b td, .row_b {
	background-color: #f1f1f1;
	padding: 5px;
}
.row_a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #dadbdc;
	margin-bottom: 10px;
}

.bluebox {
	color: #fff;
	background-color: #01497B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 10px #666;
	-moz-box-shadow: 0px 10px 10px #666;
	box-shadow: 0px 10px 10px #666;
	float: left;
	padding: 0px 10px;
	
}
.landing_right_content{
	padding: 10px 0px 20px 10px !important;
}



