/* css */
/* ---------------------- 
   gym-styles
   ---------------------- */

body {
	background: #DEF1FA url(../img/bg-center_top_gym.gif) repeat-x 0 141px;
}

a {color: #EE8318; text-decoration: none; font-weight: bold;}
a:hover {color: #EE8318; text-decoration: underline;}


/* ----------outer und inner----------------- */

#outer{ 
border-left: solid 200px #DEF1FA; /* linke Menue Spalten Farbe  */ 
border-right: solid 200px #DEF1FA; /* rechte Menue Spalten Farbe  */ 
background-color: transparent; /* Farbe fuer Inhalt Spalten  */
} 
/* BG Spalten  */

#left {
	background: #C28FB1 url(../img/bg-left_top_gym.gif) repeat-x 0 0; 
}
#right {
	background: #DEF1FA url(../img/bg-center_top_gym.gif) repeat-x 0 0;
}

/* ---------------------- */

#header {
	background: #fff url(../img/bg-top_gym2.jpg) no-repeat;
}

#signee {
	float: left;
	margin: 42px 8px 10px 20px;
	padding: 0;
	background: url(../img/gym_signee.gif);
	height: 50px;
	width: 350px;
}

#logo {
	background: url(../img/logo_gym.gif) no-repeat;
}

/* ---------------------- */
#mainnavi {
	background: url(../img/bg_navi_gym.gif);
	color: #fff;
}
/* ---------------------- */
#metanavi ul li {
	color: #606F7D;
}
/* ---------------------- */

#subnavi {
	color: #fff;
}

/* ---------------------- */

#left-bottom {
	background: url(../img/bg_left-bottom.gif) no-repeat 0 100%;
	
}


/* Typografie
  ---------------- */

#sitenavi a {color: #fff; text-decoration: none; font-weight: normal;}
#sitenavi a:hover {color: #fff;}
#sitenavi li.active a {color: #fff;}

#mainnavi a {color: #fff; text-decoration: none; font-weight: normal;}
#mainnavi a:hover {color: #FFD200; text-decoration: underline;}
#mainnavi li.active a {color: #FFD200; font-weight: bold;}

#metanavi {background: url(../img/trans60.png) repeat 0 0; padding: 2px 0 2px 2px;}
#metanavi a {color: #5C5C5C; text-decoration: none; font-weight: normal;}
#metanavi a:hover {text-decoration: underline;}

#subnavi a {color: #fff; text-decoration: none; font-weight: normal;}
#subnavi a:hover {color: #FFD200; text-decoration: underline;}
#subnavi li.active a {color: #FFD200; font-weight: bold;}



h1, h2, h3, h4, h5, h6 {
	color: #8e0d4d; 
}

p {
	color: #000;
}
#left h1 { color: #fff;}
#left h2 { color: #fff;}
#left p { color: #fff;}

#right h1, #right h2, #right p {color: #580930;}

/* ---------------------- */

/* Tabellen 
 ------------------------------- */

/* RTE-Tabelle */
table.contenttable {
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.contenttable thead td {
	border-bottom: 1px solid #ccc;
	padding: 4px 4px;
	font-weight: bold !important;
	text-align: left;
	color: #1F4776;
	vertical-align: top;
}
table.contenttable td {
	border-bottom: 1px solid #ccc;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
}

/* Normale Contentelemente */

/* table.contenttable-0 {
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.contenttable-0 th {
	border-bottom: 1px solid #ccc;
	padding: 4px 4px;
	font-weight: bold !important;
	text-align: left;
	color: #18548F;
	vertical-align: top;
}
table.contenttable-0 td {
	border-bottom: 1px solid #ccc;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
}
*/

table.contenttable-1 {
width: 100%;
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0 0 35px 0;
	border-collapse: collapse;
}
table.contenttable-1 th {
	border-bottom: 1px solid #ccc;
	padding: 4px 4px;
	font-weight: bold !important;
	text-align: left;
	color: #1F4776;
	vertical-align: top;
}
table.contenttable-1 td {
	border-bottom: 1px solid #ccc;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
}

table.contenttable-2 {
	border-top: 1px solid #C1DEF9;
	padding: 0;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
table.contenttable-2 th {
	border-bottom: 1px solid #C1DEF9;
	padding: 4px 4px;
	font-weight: bold !important;
	text-align: left;
	background: #E2EFFB;
	vertical-align: top;
	color: #1F4776;
}

table.contenttable-2 .td-0 {
	border-bottom: 1px solid #C1DEF9;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
	width: 100px;
}
table.contenttable-2 .td-1 {
	border-bottom: 1px solid #C1DEF9;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
	width: 325px;
}
table.contenttable-2 .td-last {
	border-bottom: 1px solid #C1DEF9;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
	width: 150px;
}
table.contenttable-2 .tr-even td {
	background: #fff;
}
table.contenttable-2 .tr-odd td {
}


table.contenttable-0 {
	border-top: 1px solid #C1DEF9;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.contenttable-0 th {
	border-bottom: 1px solid #C1DEF9;
	padding: 4px 4px;
	font-weight: bold !important;
	text-align: left;
	background: #E2EFFB;
	vertical-align: top;
	color: #1F4776;
}
table.contenttable-0 td {
	border-bottom: 1px solid #C1DEF9;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
}
table.contenttable-0 .tr-even td {
	background: #FFFFFF;
}
table.contenttable-0 .tr-odd td {
}


table.contenttable-3 {
	border: none;
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.contenttable-3 td, table.contenttable-3 th {
	text-align: left;
	padding: 3px 4px;
	vertical-align: top;
}
table.contenttable-3 .tr-even th {
	border-bottom: 1px solid #ccc;
	background: #eee;
}
table.contenttable-3 .tr-even td {
	border-bottom: 1px solid #ddd;
	background: #eee;
}
table.contenttable-3 .tr-odd td {
	border-bottom: 1px solid #ddd;
}

/* Mailform 
 -------------------------------*/


#mailform fieldset {
	border: 1px solid #ccc;
	width: 350px;
	padding: .5em;
	background: #EBF6FB;
}
.csc-mailform-field input {
	margin: 5px 0;
	border: 1px solid #ccc;
}
.csc-mailform-field label {
	clear: left;
	margin: 5px 0;
	width: 80px;
	float: left;
}
.csc-mailform-field input#mailformEMail, .csc-mailform-field input#mailformIhr_Name, .csc-mailform-field textarea {
	width: 250px;
	border: 1px solid #ccc;
}
.csc-mailform-field input.mailformCheck {
	border: 1px solid #ccc;
}
.csc-mailform-field input#mailformformtype_mail {
	width: 150px;
	border: 1px solid #ccc;
	margin-left: 80px;
}

.csc-searchform input, .csc-loginform input {
	border: 1px solid #ccc;
}

/* Mailform Right */

#rightcontent #mailform fieldset {
	margin: 0;
	padding: 0;
	width: 200px;
	border: 0;
}
	
#rightcontent .csc-mailform-field input {
	margin: 5px 0;
	border: 1px solid #ccc;
}

#rightcontent .csc-mailform-field label {
	width: 65px;
	float: left;
}
#rightcontent .csc-mailform-field input#mailformEMail, #rightcontent .csc-mailform-field input#mailformIhr_Name, #rightcontent .csc-mailform-field textarea {
	width: 200px;
	border: 1px solid #ccc;
	margin: 8px 0 8px 0;
	padding: 2px 0 2px 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#rightcontent .csc-mailform-field input.mailformCheck {
	border: 1px solid #ccc;
}
#rightcontent .csc-mailform-field input#mailformformtype_mail {
	width: 150px;
	border: 1px solid #ccc;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#rightcontent .csc-searchform input, #rightcontent .csc-loginform input {
	border: 1px solid #ccc;
}


/* Bullettlisten 
 ------------------------------- */

ul.csc-bulletlist {
	margin: 0.25em 1.25em;
	padding: 0;
	list-style: none;
}

ul.csc-bulletlist li {
	margin: 0.5em 0;
	padding: 0 0 0 1.85em;
	background: url(../img/bullet_round-gym.gif) no-repeat 0 0.25em;
}

ul.csc-bulletlist-1 li {
	background: url(../img/bullet_pfeil-gym.gif) no-repeat 0 0.25em;
}
ul.csc-bulletlist-2 li {
	background: url(../img/bullet_12-gym.png) no-repeat 0 0.3em;
	color: #666;
}
ul.csc-bulletlist-3 li {
	background: url(../img/bullet_arr.png) no-repeat 0 0.25em;
	color: #888;
}



/* RTE - internal-link 
 ------------------------------- */

.internal-link {border: 1px solid #ccc; display: block; width: 200px; padding: 10px; text-align: center;}
.internal-link:hover {background: #eee; color: #032A4E;}



/* Downloadlinks
  ------------------------------- */

td.csc-uploads-fileName p a {
	padding-left: 1.85em;
	background: url(../img/bullet_arr.png) no-repeat 0 0.15em;
	color: #EE8318;
}

/* Power Mail Kontaktformular
  ------------------------------- */
  
.tx-powermail-pi1 {
	background-color:#ebf6fb;
	border: 1px solid #ccc;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.1em;
	height:250px;

}

.tx-powermail-pi1_fieldset_kontaktformular {
	border:0;
}

.tx-powermail-pi1_fieldset_kontaktformular legend {
	display:none;
}

#powermaildiv_uid365 {
	margin:15px 0 0 0;
	position:relative;
}

#powermaildiv_uid366, #powermaildiv_uid367 {
	margin:10px 0 0 0;
	position:relative;
}

#powermaildiv_uid365 label, #powermaildiv_uid366 label, #powermaildiv_uid367 label {
	margin:0 0 0 20px;
	padding:0;
}

#powermaildiv_uid365 input, #powermaildiv_uid366 input, #powermaildiv_uid367 textarea {
	border:1px solid #ccc;
	position: absolute;
	left:100px; top:0;
	font-family: arial, verdana, helvetica, sans-serif;
	padding:2px 3px 2px 3px;
	font-size:1em;
}

#powermaildiv_uid368 {
	margin:0;
	padding:105px 0 0 100px;
	width:100px;
}

.powermail_mandatory_js {
	margin:3px 0 0 100px;
	color:#8e0d4d;
	font-weight:bold;
}
