/* @override 
	http://localhost/css/basic.css
	http://jcd/css/basic.css
*/

/* @group Basics and Hacks */

*{
	margin: 0;
	padding: 0;
	border: none;
}

/* @group clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* @end */

body {
	color: #111111;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/site/bg_head_small.gif) repeat-x;
}

body.bigHeader{
		background: url(../images/site/bg_head.gif) repeat-x;
}

/* @end */

/* @group Typo + Allgemein */

p, #content_wrapper ul, dd, th, td, label {
	font-size: 11px;
	color: #2f2f2f;
	padding-top: 10px;
	line-height: 16px;
}

p{
	padding-right: 50px;
}

a {
	color: #94003c;
	text-decoration: none;
	-moz-outline-width: 0;
}

a:hover {
	color:  #DC0063;
}

h1 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 14px;
	color: #94003c;
	font-weight: normal;
	font-style: normal;
	display: block;
	padding-top: 22px;
	margin: 0;
	clear: both;
}

h3 {
	font-size: 12px;
	padding-top: 23px;
	color: #94003c;
	font-weight: normal;
	font-style: normal;
}

em {
	color: #94003c;
}

.small {
	font-size: 9px;
}

.mail {
	background: url(../images/site/ico_mail.gif) no-repeat 0 2px;
	padding-left: 17px;
}

#content_wrapper ul li {
	margin-left: 7px;
	margin-bottom: 5px;
	list-style-type: none;
	color: #555;
	background: url(../images/site/ico_list.gif) no-repeat 0 5px;
	padding-left: 11px;
}

div.highlighBox {
	padding: 3px 10px 13px;
	background-color: #fdf3f7;
	border: 1px solid #c68fa6;
	margin-top: 0;
}

div.highlighBox p {
	color: #4c4c4c;
}

/* @group Formular */

.error {
	background-color: #fdf3f7;
	border: 1px solid #dc0063;
	color: #dc0063;
}


label {
	text-align: left;
	margin-top: 10px;
	float: left;
	display: inline;
}

#kontaktformular
 {
	padding-left: 0;
	margin-right: 0;
	width: 450px;
}

label.schmal {
	width: 220px;
}

label.schmal input,
label.schmal select {
	width: 200px;
	float: left;
}

label.breit {
	height: auto;
	width: 437px;
}

label.breit input{
	width: 419px;
}

label.breit textarea {
	width: 420px;
	height: 70px;
}

span.label,span.spacer,span.multiple span {
	width: 80px;
	float: left;
}

span.multiple {
	float: left;
}

span.button {
	padding-left: 80px;
}

#newsletter_anmeldung div {
	margin: 5px 0;
}

input, select, textarea {
	border: 1px solid #9f9f9f;
	background: #f1f1f1;
	font: 11px/15px Arial, Tahoma, Geneva, sans-serif;
	color: #343434;
	margin-bottom: 6px;
	padding: 3px 3px 2px;
	float: left;
}

select {
	padding: 0;
}

.absenden {
	padding-top: 81px;
	text-align: left;
}

label.checkbox {
	display: block;
	margin: 0;
	float: left;
	clear: none;
	width: 140px;
}

label.checkbox input {
	margin: 0;
	float: none;
	clear: none;
	display: inline;
	width: auto;
}

input#buttonSenden {
	background-color: #94003c;
	color: #fff;
	width: 160px;
	float: right;
	margin-right: 8px;
	display: block;
}



/* @end */

/* @group Trainingsplan */

#content table {
	border-spacing: 0;
	table-layout: fixed;
}

#content table tr td {
	padding: 5px;
	text-align: center;
}

#content table tr th {
	background-color: #c8c8c8;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 7px;
	padding-top: 8px;
	width: 102px;
}

#content table tbody tr.odd td {
	background: #f2f2f2;
}

td.table_tanz {
	background-color: #e9cad6;
	color: #94003c;
	padding: 0;
	margin: 0;
}

td.table_fitness {
	background-color: #fef6bd;
	color: #4c4c4c;
}

td.table_gesundheit {
	
}

span.legendeTanz {
	width: 10px;
	height: 10px;
	background-color: #e9cad6;
	display: inline-block;
	visibility: visible;
	position: static;
}

span.legendeFitness {
	width: 10px;
	height: 10px;
	background-color: #fef6bd;
	display: inline-block;
	visibility: visible;
	position: static;
	margin-left: 20px;
}



/* @end */

/* @group Bildunterschriften */

dl.bildSchrift2colmn {
	margin-top: 20px;
}

dl.bildSchrift2colmn dt {
	margin-bottom: 5px;
}

dl.bildSchrift2colmn dd {
	display: block;
	padding-top: 0;
	margin-bottom: 20px;
	position: relative;
}

dd p {
	padding: 0;
}

/* @end */



/* @end */

/* @group Layout */

#wrapper {
	width: 990px;
	background: url(../images/site/head_muster_small.gif) no-repeat;
}

#head {
	height: 137px;
}

#head img {
	position: absolute;
	top: 63px;
	left: 73px;
}

body.bigHeader #head {
	height: 220px;
}

body.bigHeader #head img {
	top: 0;
	left: 0;
}

/* @group Bereiche */

#kategorien ul.bereiche {
	
	height: 49px;
	padding-left: 235px;
	list-style: none;
}

body.bigHeader #kategorien{
	background: url(../images/site/head_muster.gif) no-repeat;
}

#kategorien ul li {
	float: left;
}

#kategorien ul.bereiche li a {
	display: block;
	height: 49px;
}

span.hidden_navi{
	display: none;
}

a.bereich_Tanz {
	background: url(../images/site/bereich_tanz.gif) no-repeat;
	width: 169px;
}

a.bereich_Tanz:hover {
	background: url(../images/site/bereich_tanz_over.gif) no-repeat;
}

a.bereich_Fitness {
	background: url(../images/site/bereich_fitness.gif) no-repeat;
	width: 169px;
}

a.bereich_Fitness:hover {
	background: url(../images/site/bereich_fitness_over.gif) no-repeat;
}

a.bereich_Jugendliche {
	background: url(../images/site/bereich_jugendliche.gif) no-repeat;
	width: 169px;
}

a.bereich_Jugendliche:hover {
	background: url(../images/site/bereich_jugendliche_over.gif) no-repeat;
}

.th_rand{
	padding: 0 0 0 1px;
	margin: 0;
	width: 3px;
	background: url(../images/bg_trenn_table.gif) repeat-y;
}



/* @end */

/* @group Navi */

#navi {
	width: 230px;
	float: left;
	padding-top: 53px;
}

#navi ul.main_navi {
	list-style-type: none;
	width: 104px;
	background: url(../images/site/navi_dotline.gif) repeat-x;
	margin-left: 65px;
}

#navi ul.main_navi li {
	background: url(../images/site/navi_dotline.gif) repeat-x 0 bottom;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 4px;
	display: block;
}

#navi ul.sub_navi {
	list-style-type: none;
	margin-left: 70px;
	margin-top: 36px;
	width: 104px;
}

#navi ul.main_navi li a, #navi ul.sub_navi li a {
	display: block;
	height: 18px;
	background-repeat: no-repeat;
	margin-top: 8px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

/* @group Hintergründe */

a.navi_home {
	background-image: url(../images/site/navi/home.gif);
}

a.navi_trainingsplan {
	background-image: url(../images/site/navi/trainingsplan.gif);
}

a.navi_verein {
	background-image: url(../images/site/navi/verein.gif);
}

a.navi_showauftritte {
	background-image: url(../images/site/navi/show_auftritte.gif);
}

a.navi_bildergalerie {
	background-image: url(../images/site/navi/bildergalerie.gif);
}

a.navi_kontakt {
	background-image: url(../images/site/navi/kontakt.gif);
}

a.subnavi_anmeldung {
	background-image: url(../images/site/navi/anmeldung.gif);
}

a.subnavi_links {
	background-image: url(../images/site/navi/links.gif);
}

/* @end */



/* @end */

#content_wrapper {
	float: left;
	margin-top: 44px;
	width: 750px;
}

/* @group Content */

#content {
	width: 520px;
	float: left;
}
#content_plan {
	width: 730px;
	float: left;
}
.vorstand_kontakt{
	float: left;
	width: 173px;
	padding: 20px 0px 0 0;

}

.vorstand_kontakt p{
	width: 167px;
	padding: 0;
	margin: 0;
}

/* @group 3 Spalten Layout */

div.l3columns {
	width: 154px;
	float: left;
	padding-left: 20px;
}

div.l3columns.i {
	width: 155px;
	float: left;
	padding-left: 0px;
	padding-right: 10px
}

div#column3 {
	padding: 0 0 0 26px;
	width: 146px;
}

div#column1 p, div#column2 p, div#column3 p {
	padding: 0px;
}

/* @end */



/* @end */

/* @group Sidebar */

#sidebar {
	width: 200px;
	float: right;
}

#sidebar p {
	padding: 0;
}

/* @group news */

#sidebar.news p.date{
	background: url(../images/site/ico_aktull.gif) no-repeat 0 1px;
	padding: 0 0 0 15px;
	margin-top: 20px;
}

#sidebar.news p{
	margin-top: 0;
	padding-top: 5px;
}

#sidebar.news h3{
	padding: 4px 0 0 0px;
	margin-bottom: 0;
}

/* @end */



/* @end */

/* @group Footer */

#footer {
	background: url(../images/site/footer_dotline.gif) repeat-x;
	width: 730px;
	clear: both;
	top: 25px;
	position: relative;
	height: 70px;
}

div#footer p {
	font-size: 10px;
	color:  #4f4f4f;
	padding-top: 7px;
}

div#footer a {
	font-size: 10px;
	color:  #4f4f4f;
}

div#footer a:hover {
	color:  #DC0063;
}

/* @group Sponsoren */

div#sponsoren {
	float:  right;
	display: block;
	margin-top: 8px;
}

div#sponsoren img {
	margin-left: 9px;
}



/* @end */



/* @end */



/* @end */
