/* @override 
	http://www.kingdom-of-sports.de/sites/all/themes/kosp/css/layout.css?9
	http://www.kingdom-of-sports.de/sites/all/themes/kosp/css/layout.css?e
*/

/* @group YUI Reset  */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* @end */

/* @group Form */

fieldset {
	border: 1px solid #ccc;
	padding: 1em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 1.5em;
}

legend {
	padding: 0 1em;
}

/* @end */

/* @group Layout */

.header-content, .main, .footer {
	width: 960px;
	margin: auto;
}

.header {
	height: 140px;
	background: #DF0029 url(../images/header.jpg) repeat-x;
}

.header-content {
	height: 140px;
	position: relative;
}

.header-content .logo a {
	position: absolute;
	left: 517px;
	top:  20px;
	background-image: url(../images/kingdom-of-sports-logo-color.png);
	width: 423px;
	height: 105px;
}

.header-content .logo img {
	display: none;
}

.main-menu {
	position: absolute;
	left: 25px;
	top: 0px;
}

.main {
	overflow: hidden;
	margin-bottom: 25px;
}

.main-content {
	float: left;
	width: 600px;
	display: inline;
	margin-left: 25px;
}

.aside {
	float: right;
	width: 285px;
	margin-right: 25px;
	display: inline;
}

.footer {
	width: 910px;
	background: #aaa url(../images/footer.jpg) repeat-x 0 bottom;
	color: #fff;
	position: relative;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
}

.back {
	clear: both;
}

/* @group Columns */

.columns {
	overflow: hidden;
	margin-bottom: 20px;
}

.columns .col3 {
	float: left;
	width: 445px;
	margin-right: 20px;
}

.columns .col2 {
	float: left;
	width: 290px;
	margin-right: 20px;
}

.columns .col1 {
	float: left;
	width: 135px;
	margin-right: 20px;
}

.columns .col200 {
	float: left;
	width: 200px;
	margin-right: 20px;	
}

.columns .col400 {
	float: left;
	width: 380px;
	margin-right: 20px;	
}

.columns .last {
	margin-right: 0;
} 

/* @end */

/* @end */

/* @group Typography */



body {
	font: 13px/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #DF0029;
}

h1 {
	font-size: 2em;
	margin-bottom: 0.4em;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1em;
	color: #000;
	margin-bottom: 0.5em;
}

p, .content ul {
	margin-bottom: 1em;
}

.content ul {
	padding-left: 2em;
}

.content ul li {
	list-style-type: disc;
}

strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

hr {
	border-collapse: collapse;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
}

a {
	color: #DF0029;	
}

a:hover {
	color: #efc852;
}

span.yes {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/check.png);
	text-indent: -9999px;
	margin: 0 auto;
}

.weak, .fineprint {
	font-size: 0.8em;
	color: #333;
}

.crown li {
	background: url(../images/crown.jpg) no-repeat left top;
	padding-left: 24px;
	margin-bottom: 0.5em;
}

/* @end */

/* @group Menu */



.menu a {
	text-decoration: none;
}

.menu ul {
	padding: 0;
}

.menu ul li {
	list-style-type: none;
}

/* @group Vertical Menu */

.vertical-menu {
	overflow: hidden;
}

.vertical-menu li {
	float: left;
	margin-right: 10px;
}

.vertical-menu .last {
	margin: 0;
}

/* @end */

/* @group Main Menu */

.main-menu a {
	color: #fff;
	height: 140px;
	display: block;
	padding: 0 6px 0 0;
	text-decoration: none;
}

.main-menu a span {
	display: block;
	height: 140px;
	padding: 0 0 0 6px;
	line-height: 240px;
}

.main-menu a:hover, .main-menu .active-trail a {
	background: url(../images/navigation.jpg) no-repeat right 0;
}

.main-menu a:hover span, .main-menu .active-trail a span {
	background: url(../images/navigation.jpg) no-repeat left 0;
}

/* @end */

/* @group Secondary Menu */

.secondary-menu {
	margin-bottom: 15px;
}

.secondary-menu li {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.opening {
	padding-right: 65px;
	background: url(../images/opening_tiny.png) no-repeat right center;
}

/* @end */

/* @end */

/* @group Breadcrumbs */

.breadcrumbs {
	font-size: 0.85em;
	padding-left: 25px;
	margin: 25px 0 15px 0;
}

.breadcrumbs ul, .breadcrumbs li {
	display: inline;
}

/* @end */

/* @group Tables */

th, td {
	padding: 0.4em;
}

/* @end */

/* @group Block */

.block {
	background-color: #aaa;
	color: #fff;
	padding: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 15px;
}

.block h2 {
	color: #fff;
}

.block .weak {
	color: #fff;
}

#block-block-2 .phone {
	font-size: 1.6em;
}

#block-block-8 a {
	text-decoration: none;
}

#block-block-2 .weak {
	font-size: 9px;
	line-height: 1.2;
}

.box {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

.box h4 {
	margin-top: -0.5em;
}

/* @end */



/* @group Pricing */

.pricing {
	width: 100%;
}

.pricing .heading th {
	font-weight: bold;
	width: auto;
	text-align: center;
	font-size: 1.6em;
}

.pricing th {
	width: 200px;
	color: #666;
	text-align: right;
	padding-right: 20px;
}

.pricing td {
	text-align: center;
	width: 133px;
	min-height: 32px;
}

.pricing td, .pricing .second {
	border-top: 1px solid #EEE;
    min-height: 32px;	
}

.pricing .price td {
	-moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    font-size: 1.6em;
    font-weight: bold;
    color: #2e2e2e;
    vertical-align: top;
    padding-top: 20px;
}

.pricing .price .weak {
	display: block;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

.price {
	font-size: 18px;
	font-weight: bold;
}

.halfprice {
	font-size: 14px;
	font-weight: bold;
}

.interval {
	color: #DF0029;
}

/* @end */

/* @group Footer */

.footer .persistent {
	border-top: 1px solid #fff;
	padding: 10px 25px;
}

.persistent a {
	color: #fff;
}

/* @group Sitemap */

.sitemap {
	overflow: hidden;
	padding: 25px;
	position: absolute;
	z-index: 100;
	background-color: #c0c1c1;
}

.sitemap ul li {
	float: left;
	width: 160px;
	margin-right: 20px;
}

.sitemap ul ul {
	margin-top: 8px;
}

.sitemap ul ul li {
	float: none;
	margin-left: 15px;
	list-style: square;
	width: auto;
}

.sitemap ul .first {
	width: 80px;
}

.sitemap a:link, .sitemap a:visited {
	color: #fff;
	text-shadow: none;
}

.sitemap a:hover {
	color: #DF0029;
}

/* @end */

/* @end */

/* @group Drupal */

/* @group tabs */

.tabs ul {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.tabs li {
	float: left;
	margin-left: 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.tabs a {
	text-decoration: none;
}

/* @end */

.messages {
	padding: 15px;
	background-color: #DF0029;
	color: #fff;
}

.messages a {
	color: #fff;
}

/* @end */

/* @group Imprint */

.branches li {
	width: 290px;
	float: left;
	margin-right: 20px;
}

.branches li.even {
	margin-right: 0;
}

/* @end */

/* @group Studios */

.studio img {
	border: 5px solid #cbcad0;
}

#block-4 {
	background: none;
	text-align: center;
	margin-top: 2em;
}

/* @end */

/* @group Antrag auf Mitgliedschaft */
#webform-client-form-46 {
	margin-top: 1.5em;
}
#webform-client-form-46 .container-inline {
	float: none;
	width: auto;
}

#webform-client-form-46 label {
	float: left;
	width: 150px;
}
#webform-client-form-46 .form-checkboxes label {
	width: 340px;
} 
#webform-client-form-46 .description {
	clear: both;
}
#webform-client-form-46 #webform-component-solarium {
	position: relative;
	overflow: visible;
}
#webform-client-form-46 #webform-component-solarium .description {
	width: 200px;
	margin-left: 145px;
}
#webform-client-form-46 #webform-component-vertragsdauer .description {
	margin-left: 145px;
}
#webform-client-form-46 #webform-component-solarium .realigned-description {
	width: 200px;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	position: absolute;
	right: 0;
	top: 60px;
}

#webform-client-form-46 .webform_total {
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 2.5em;
}

#webform-client-form-46 .webform_total abbr {
	font-size: 10pt;
	font-weight: normal;
}

#webform-client-form-46 .form-submit {
	margin: 0;
	float: right;
}

/* @end */

/* @group Probetraining */

.container-inline {
	float: left;
	width: 480px;
}

.container-inline .form-item {
	margin-bottom: 0;
}

.container-inline div {
	display: inline;
}

#webform-client-form-21 label {
	clear: both;
	display: block;
	width: 120px;
	float: left;
}

#edit-submitted-art-consulting-wrapper label, #edit-submitted-art-training-wrapper label {
	clear: none;
	width: 480px;
	float: right;
}

#webform-component-art {
	float: left;
	width: 100%;
}

.form-submit {
	margin-top: 20px;
	float: left;
}

#block-block-3 {
	background: url(../images/trial.jpg) no-repeat center bottom;
	height: 122px;
	position: relative;
}

#block-block-3 p {
	margin-bottom: 0;
}

#block-block-3 .content {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #e0372a;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

#block-block-3 a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

/* @end */

/* @group Studio-News */

.view-all-studio-news-imp .views-row {
	margin-top: 0.5em;
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
}

.views-field-created, .views-field-name {
	display: inline;
	font-size: 10px;
	color: #666;
}

.field-field-image {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.field-field-image-galery .field-item {
	float: left;
	width: 85px;
	height: 85px;
}

.field-field-image a {
	opacity: 0.5;
}

.field-field-image a:hover {
	opacity: 1;
}

/* @end */

/* @group Meine Studio-News */

.view-my-studio-news-imp .views-row {
	margin-bottom: 1em;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}

.view-my-studio-news-imp .views-row-last {
	border-bottom: none;
}

.view-my-studio-news-imp .views-field-title a {
	display: block;
	font-size: 1.4em;
}

.view-my-studio-news-imp .views-row label {
	color: #999;
}


/* @end */

/* @group Workflow */
#workflow-tab-form {
	display: block;
}
#workflow-tab-form label{
	margin-bottom: 0.5em;
	display: block;
}
#workflow-tab-form .form-radios {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

#workflow-tab-form textarea {
	display: block;
	width: 100%;
	height: 100px;
}

#workflow-tab-form .description {
	text-align: right;
	padding-right: 0;
}

#edit-workflow-scheduled-date-wrapper div {
	width: auto;
	margin-right: 0.5em;
}

#edit-workflow-scheduled-hour {
	width: 60px;
}
#edit-workflow-scheduled-hour-wrapper .description {
	width: 100%;
	margin: 0;
	padding: 1em 0;
	text-align: left;
}
.worker {
	border-bottom: 1px solid #eee;
}
.workflow_history {
	margin: 2em 0;
	width: 100%;
}

.workflow_history caption {
	font-size: 1.4em;
	padding: 1em 0;
	color: #e0372a;
}


/* @end */

/* @group Profil Bearbeiten */

#user-profile-form label {
	display: inline-block;
	width: 160px;
}

#user-profile-form .form-item {
	margin: 1em 0;
}


#edit-pass-wrapper .password-title,#edit-pass-wrapper span.password-confirm {
	margin-left: 10px;
}

/* @end */



/* @group Leistungen */

#leistungen img {
	margin-top: 38px;
	margin-bottom: 40px;
}

/* @end */



/* @group April2010 */

#april-aktion {
	background: url(http://vorschau.vortrieb-webdesign.de/kosp/sites/default/files/stage.png) no-repeat left top;
	padding: 25px;
	position: relative;
}

#june-promo .countdown {
	position: absolute;
	right: 25px;
	bottom: 10px;
	width: 250px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

.countdown p {
	margin-bottom: 0.2em;
}

#april-aktion h2 {
	display: block;
	width: 217px;
	height: 110px;
	background: url(http://www.kingdom-of-sports.de/sites/default/files/mailight.png) no-repeat;
	text-indent: -9999px;
	margin: 90px 0 50px 0;
}

#april-aktion p {
	width: 200px;
}

.digits {
	width: 260px;
	height: 188px;
}

.digit {
	background-color: #dedede;
	color: #fff;
	display: block;
	width: 122px;
	height: 188px;
	font-size: 150px;
	float: left;
	margin-right: 6px;
}

.digit0 {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/digit0.png) no-repeat;
	text-indent: -9999px;
}

.digit1 {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/digit1.png) no-repeat;
	text-indent: -9999px;
}

.digit2 {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/digit2.png) no-repeat;
	text-indent: -9999px;
}

.digit3 {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/digit3.png) no-repeat;
	text-indent: -9999px;
}

.digit4 {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/digit4.png) no-repeat;
	text-indent: -9999px;
}


.digit5 {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/digit5.png) no-repeat;
	text-indent: -9999px;
}

.digit6 {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/digit6.png) no-repeat;
	text-indent: -9999px;
}

.digit7 {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/digit7.png) no-repeat;
	text-indent: -9999px;
}

.digit8 {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/digit8.png) no-repeat;
	text-indent: -9999px;
}

.digit9 {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/digit9.png) no-repeat;
	text-indent: -9999px;
}

/* @end */

/* @group Online-Bewerbung */

#webform-client-form-24 label {
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 10px;
}

#webform-client-form-24 .webform-component-select label.option {
	display: inline;
	float: none;
}

#webform-client-form-24 textarea {
	width: 400px;
}

.webform-component-textfield .form-text, .webform-component-email .form-text {
	width: 300px;
}

.webform-component-textfield, .webform-component-email, .webform-component-select, .webform-component-date, .webform-component-textarea {
	clear: both;
	margin-bottom: 0.8em;
}

.webform-component-date, .webform-component-select {
	overflow: hidden;
}

.webform-component-date .form-text {
	width: 50px;
}

.webform-component-file .form-file {
	width: 300px;
}

#webform-client-form-24 .container-inline {
	width: 300px;
}

.form-radios, .form-checkboxes {
	float: left;
}

.description {
	font-size: 11px;
	color: #666;
	margin-left: 165px;
	padding: 0.5em;
}

/* @end */

/* @group June 2010 */

#june-promo {
	height: 349px;
	background: url(http://www.kingdom-of-sports.de/sites/default/files/du-willst-es-doch-auch.jpg) no-repeat;
	margin: 0.8em 0 0.5em 0;
	position: relative;
}

#june-promo h2 {
	text-indent: -9999px;
}

#june-promo .promo-text {
	text-indent: -9999px;
	display: block;
}

/* @end */

/* @group August 2010 */

#august-promo {
	background: url(http://www.kingdom-of-sports.de/sites/default/files/august-promo.jpg) no-repeat;
	height: 433px;
}

#august-promo h2 {
	text-indent: -9999px;
}

#august-promo p {
	text-indent: -9999px;
}

/* @end */

/* @group Main Stage */

#main-stage .fineprint {
	margin-top: 1em;
}

/* @end */

/* @group Opening Ibbenbueren */

#opening-ibbenbueren {
	background: url(/sites/default/files/hammer.jpg) no-repeat;
	color: #fff;
	position: relative;
	height: 530px;
}

#opening-ibbenbueren h2, #opening-ibbenbueren .stoerer {
	display: none;
}

#opening-ibbenbueren .details {
	background-color: #000;
	font-size: 11px;
	position: absolute;
	top: 372px;
	width: 600px;
}

#opening-ibbenbueren .sub {
	font-size: 18px;
	width: 300px;
	position: absolute;
	left: 26px;
	top: 105px;
	
}

#opening-ibbenbueren ul {
	position: absolute;
	width: 180px;
	right: 16px;
	top: 155px;
}

#opening-ibbenbueren li {
	background: url(/sites/default/files/opening-ibbenbueren-listitem.png) no-repeat;
	padding-left: 30px;
	margin-bottom: 1em;
}

#opening-ibbenbueren .details p {
	margin: 15px;	
}

#opening-ibbenbueren .details .col {
	float: left;
	width: 270px;
}

#opening-ibbenbueren .countdown {
	position: absolute;
	right: 16px;
	top: 315px;
}

#opening-ibbenbueren .countdown span {
	float: left;
}

#opening-ibbenbueren .countdown .number {
	display: block;
	width: 51px;
	height: 35px;
	background: url(http://www.kingdom-of-sports.de/sites/default/files/97.png) no-repeat;
	text-indent: -9999px;
	margin: -10px 5px 0 5px;
}

/* @end */
