/* css */
/* ---------------------- 
   vtf-styles
   ---------------------- */

body {
	background: #FFF8CA url(../img/bg-center_top-kinderturn.gif) repeat-x 0 141px;
}

a {color: #F7AE65; text-decoration: none; font-weight: bold;}
a:hover {color: #F7AE65; text-decoration: underline;}

/* ----------outer und inner----------------- */

#outer{ 
border-left: solid 200px #fff; /* linke Menue Spalten Farbe  */ 
border-right: solid 200px #fff; /* rechte Menue Spalten Farbe  */ 
background-color: transparent; /* Farbe fuer Inhalt Spalten  */
} 

/* BG Spalten  */

#left {
	background: #DA645A url(../img/bg-left_top-kinderturn.gif) repeat-x 0 0; 
}
#right {
	background: url(../img/bg-center_top-kinderturn.gif) repeat-x 0 0;
}

/* ---------------------- */

#header {
	background: #F8DEA1;
	
}

#signee {
	float: left;
	margin: 50px 8px 10px 23px;
	padding: 0;
	background: url(../img/kinderturn_signee.gif) no-repeat 0 0;
	height: 40px;
	width: 408px;
}

#logo {
	background: url(../img/logo_kinderturn.gif) no-repeat;
}

/* ---------------------- */
#mainnavi {
	background: url(../img/bg_navi_kinderturn.gif) repeat 0 0;
	color: #fff;
}
/* ---------------------- */
#metanavi ul li {
	xbackground: #fff;
	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: #F7AE65; text-decoration: underline;}
#mainnavi li.active a {color: #F7AE65; font-weight: bold;}

#metanavi {background: url(../img/trans60.png) repeat 0 0; padding: 2px 0 2px 2px;}
#metanavi a {color: #4a4a4a; 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: #F7AE65; text-decoration: underline;}
#subnavi li.active a {color: #F7AE65; font-weight: bold;}



h1, h2, h3, h4, h5, h6 {
	color: #5A0000; 
}
p {
	color: #4E0101; 
}
#left h1 { color: #fff;}
#left h2 { color: #fff;}
#left p { color: #fff;}

#right h1, #right h2, #right p {color: #600000;}


/* 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 #5A0000;
	padding: 0;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
table.contenttable-2 th {
	border-bottom: 1px solid #5A0000;
	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 #5A0000;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
	width: 100px;
}
table.contenttable-2 .td-1 {
	border-bottom: 1px solid #5A0000;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
	width: 325px;
}
table.contenttable-2 .td-last {
	border-bottom: 1px solid #5A0000;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
	width: 150px;
}
table.contenttable-2 .tr-even td {
	background: #DA9090;
}
table.contenttable-2 .tr-odd td {
}


table.contenttable-0 {
	border-top: 1px solid #5A0000;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.contenttable-0 th {
	border-bottom: 1px solid #5A0000;
	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 #5A0000;
	padding: 3px 4px;
	margin: 0;
	vertical-align: top;
}
table.contenttable-0 .tr-even td {
	background: #DA9090;
}
table.contenttable-0 .tr-odd td {
}


table.contenttable-3 {
	border: none;
	border-top: 1px solid #CCBABA;
	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 #CCBABA;
	background: #eee;
}
table.contenttable-3 .tr-even td {
	border-bottom: 1px solid #DCC8C8;
	background: #eee;
}
table.contenttable-3 .tr-odd td {
	border-bottom: 1px solid #DCC8C8;
}


/* 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-rot.png) no-repeat 0 0.1em;
}

ul.csc-bulletlist-1 li {
	background: url(../img/bullet_pfeil_kinderturn.png) no-repeat 0 0.1em;
}
ul.csc-bulletlist-2 li {
	background: url(../img/bullet_12-kinderturn.png) no-repeat 0 0.1em;
	color: #666;
}
ul.csc-bulletlist-3 li {
	background: url(../img/bullet_arr.png) no-repeat 0 0.15em;
	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;}
