/*
   test.css
   <project>
   
   Created by Sebastian on 2011-11-30.
   Copyright 2011 Sebastian. All rights reserved.
*/
/* 
 	Page Reset
*/
*{
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: inherit;
}
a	{
    text-decoration: none;	
}
a:link,
a:visited	{
    text-decoration: none;
    color: #000000;
}
h1, h2, h3	{
	/*background: url("../images/page/dancers.png") no-repeat left top;
	display: block;*/
	height: 30px;
    font-weight: 600;
    padding: 7px 0px 7px 0px;
    margin-bottom: 10px; 
}
h1	{
    color: #CD9037;
    font-size: 1.8em;
}
h2	{
    color: #CD9037;
    font-size: 1.8em;
}
h3	{
    color: #CD9037;
    font-size: 1.4em;
}
.farbig	{
	color: #CD9037;
}
.underline	{
	text-decoration: underline;
}
ul,ol{
	list-style: none;
}
b, strong	{
	font-weight: bold;
}
img, a img	{
	border: none;
}
p{
	padding-top: 6px;
    padding-bottom: 20px;
    text-align: justify;
}
.red	{
	color: red;
}
.small	{
	font-size: 0.8em;
}
strong {
    font-weight: bold;
}
img,
a img {
    border: none;
}
a	{
	color: #CD9037;
    text-decoration: none;	
}
a:link,
a:visited	{
    text-decoration: none;
    color: #CD9037;
}
a:focus,
a:hover	{
	color: #855612;
}
#links a:focus,
#links a:hover	{
	color: #855612;
	padding-left: 5px;
}
html{
	overflow-y: scroll;
}
body{
	font-size: 12px;
	min-height: 100%;
	padding: 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper	{
	width: 982px;
	margin: 30px auto;
	margin-bottom: 60px;
    position: relative; 
       
}
#head{
	background: url("../images/page/banner.jpg") 0 0;
	height: 300px;
	position: relative;	
	border: 1px #2B5985 solid;
}
ul.top_navigation	{
	background: url("../images/page/menu_bg.jpg") no-repeat 0 0;
	float: left;
	border: 1px solid #000000;
	margin: 0;
	width: 980px;
	height: 40px;
	font-size: 1.1em;
}
ul.top_navigation li	{
	float: left;
	margin: 0;
	position: relative;
	height: 40px;
}
ul.top_navigation li a,
ul.top_navigation li span{
	float: left;	
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	display: block;
	padding: 10px 19px;
	border: 1px solid transparent;
	margin: 1px 1px;
	cursor: pointer;	
	height: 16px;
}
ul.top_navigation li span{
	cursor: default;
}
ul.top_navigation .nav_beg	{
	float: left;
	width: 30px;
	height: 40px;
}
.break	{
	margin: 1px 0px 1px 0px;
	height: 38px;
	background-color: #7e7e7e;
	width: 1px;
	float: left;
}
ul.top_navigation li .active{          
	background-color: #222222;
	border: 1px solid #000000;
	
}
ul.top_navigation li a:hover,
ul.top_navigation li span:hover	{
	background-color: #222222;
	border: 1px solid #000000;
}
.top_news {
	position: relative;
	width: 250px;
	margin-bottom: 20px;
	cursor: default;
}
.news	{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
ul.top_navigation li ul.sub_menu {
	background: none;
	list-style: none;
	position: absolute; 
	left: 0; 
	top: 40px;
	background: #333333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	z-index: 1;
	width: 220px;
	border: 1px solid #111;
}
ul.top_navigation li ul.sub_menu li{
	background: none;
	margin: 0; 
	padding: 0;
	border-top: 1px solid #252525; 
	border-bottom: 1px solid #444; 
	clear: both;
	width: 220px;
	cursor: pointer;
}
ul.top_navigation li ul.sub_menu li a{
	border: none;
	z-index: 1;
}
ul.top_navigation li ul.sub_menu li:hover,
ul.top_navigation li ul.sub_menu li a:hover
{
	background: none;
	background-color: #222222;	
	z-index: 1;
}
ul.top_navigation li ul.sub_menu li a:hover	{
	border: none;
	z-index: 1;
}
#side	{
	border-left: #2B5985 solid 1px;
	border-right: #2B5985 solid 1px;
	padding: 10px;
	width: 960px;
	position: relative;
	height: 100%;
}
#left_side	{
	width: 250px;
	float: left;
    position: relative;
    margin-right: 10px;
    padding-top: 10px;
}
#nav{
	width: 982px;
	height: 42px;
	display: block;
	position: relative;
}
#content	{
	font-size: 1.1em;
	width: 656px;
	padding: 10px 20px 20px 20px;
	float: right;
	display: block;
	position: relative;
	height: 100%;
}
.content_elem	{
	height: 100%;
	width: 656px;
	float: right;	
	position: relative;
}
#content_full	{
	font-size: 1.1em;
	width: 930px;	
	float: right;
	display: block;
	position: relative;
	padding: 10px 20px 20px 20px;
}
#clear	{
	clear: both;
}
#footer	{	
	background: url("../images/page/banner_footer.jpg") 0 0;
	border: solid #2B5985 1px;
	height: 50px;
	width: 980px;
	position: absolute;	
}
#footer_infos	{
	float: right;
	height: 48px;
}
#footer_infos ul li {
	float: left;
} 
#footer_infos ul li a,
#footer_infos ul li span {
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
} 
#footer_infos ul li a:hover,
#footer_infos ul li span:hover {
	color: #000000;
	cursor: pointer;
} 
#footer_infos ul li	{
	padding: 15px 10px 0 10px;
}
#adtv_logo	{
	float: left;
}
#adtv_logo img	{	
	padding: 1px 0px 0px 10px;
	height: 48px;
}
#tabs	{
	border: none;
}
#tabs2	{
	border: none;
}
.map	{	
	width: 900px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#links	{
	width: 600px;
	margin: 5px 5px 5px 0px;
	border: none;
}
#links tr td	{
	vertical-align: middle;
}
.link_logo	{
	height: 90px;
}

.kursdaten	{	
    border-collapse: collapse;	
    width: 350px;
    background: #f0f0f0;
    font-size: 0.9em;
    margin: 5px 5px 5px 0px;
}
.kursdaten td,
.kursdaten th	{
    border: 1px solid #FFFFFF;
    padding: 3px 8px;
}
.kursdaten th	{
    color: #FFFFFF;
    background-color: #2B5786;
    font-weight: 600;
}
.kursdaten tfoot	{
    border-bottom: 2px solid #2B5786;
    font-size: 0.8em;
    text-align: left;
    cursor: pointer;
    height: 4px;
}
.kursdaten tfoot td	{
    padding: 0px 8px;
}
.kursdaten tr:hover,
.kursdaten tr:focus,
.kursdaten tr:active	{
    background-color: #43AB2E;
    cursor: pointer;
}
.kursdaten tr:hover th,
.kursdaten tr:focus th,
.kursdaten tr:active th	{
    cursor: pointer;
}
.kurschoosen	{
	background-color: #43AB2E;
    cursor: pointer;
}
.zahlungsinfo	{
    border-collapse: collapse;	
    width: 350px;
    background: #f0f0f0;
    font-size: 0.9em;
    margin: 5px 5px 5px 0px;
}
.zahlungsinfo td, 
.zahlungsinfo th	{
    border: 1px solid #FFFFFF;
    padding: 3px 8px;
}
.zahlungsinfo th	{
    color: #FFFFFF;
    background-color: #2B5786;
    font-weight: 600;
    cursor: pointer;
}
.zahlungsinfo tfoot	{
    border-top: 1px solid #2B5786;
    border-bottom: 2px solid #2B5786;
    font-size: 0.8em;
    text-align: left;
    cursor: pointer;
}
.zahlungsinfo tfoot td	{
    padding: 0px 8px;
}
.img_left	{
	float: left;
	padding: 10px 10px 10px 0px;
	height: 130px;
}
.img_left_noheight	{
	float: left;
	padding: 10px 10px 10px 0px;
}
.img_right_noheight	{
	float: right;
	padding: 0px 0px 10px 10px;
}
.img_left_klein	{
	float: left;
	padding: 10px 10px 10px 0px;
	height: 80px;
}
.img_right	{
	float: right;
	padding: 0px 0px 10px 10px;
	height: 130px;
}
.img_kursinfo	{
	height: 130px;
}
.img_kurse	{
	height: 130px;
	border: #FFFFFF 1px solid;
}
.dta	{
	text-align: center;
	width: 430px;
}/*
.img_center	{
	text-align: center;
	padding: 10px;
	height: 130px;
	float: left;
}*/
.clear_float	{
	clear: both;
}
.center	{
	text-align: center;
}
.center	p {
	text-align: center;
}
.button-all	{
	height: 35px;
}
.impressum tr td 	{
	padding-right: 20px;
}
#radio label	{
	margin-right: -0.5em;
}
.backtop	{
	float: right;
	cursor: pointer;
}
.construction	{
	float: left;
	height: 200px;
}
#formular	{
	display: none;
	z-index: 0;
}
#hint	{
	display: none;
	z-index: 0;
}
.error	{
	padding: 10px;
}
.anmeldung  {
    font-size: 0.9em;
}
.anmeldung td {
    padding-right: 25px;
    padding-bottom: 5px;
}
.anmeldung tfoot    {
    font-size: 0.7em;
    margin-bottom: 15px;
}
.anmeldung tfoot td {
    padding: 5px 5px 5px 0px;
}
.anmeldung_agb  {        
    margin-top: 10px;
    border: 1px solid #2B5985;
    padding: 10px 5px 10px 5px;
    margin-bottom: 15px;
}
.anmeldung_top  {    
    border: 1px solid #2B5985;
    padding: 10px 5px 10px 5px;
}
.anmeldung_partner p{
    font-size: 0.9em;
    padding: 5px 0px 5px 0px;
    margin-bottom: 5px;
}
.anmeldung_partner  {
    margin-top: 10px;
    border: 1px solid #2B5985;
    padding: 10px 5px 10px 5px;
}
.anmeldung_active	{
	background: #43AB2E;
	color: #000000;
}
.anmeldung input	{
	color: #000000;
	border: 1px solid #2B5985;
}
#anmeldung_partner	{
	display: none;
}
#quick_kindgeb	{
	cursor: pointer;
}
.quick_logo	{
	width: 200px;
	text-align: center;
	cursor: pointer;
}
.quick_agilando	{
	width: 100px;
	padding-left:45px;
	text-align: center;
	cursor: pointer;
}
.kindertanzwelt_logo	{
	width: 250px; 
	height: 81px;
}
.right_half	{
	float: right;
	width: 50%;
}
.blau	{
	color: #2B5786;
}
.liste	{
	list-style: circle;	
	padding-left: 15px;
}
.img_left_b	{
	float: left;
	padding: 10px 10px 10px 0px;
	height: 300px;
}
.img_right_b	{
	float: right;
	padding: 0px 0px 10px 10px;
	height: 300px;
}
.left_half	{
	float: left;
	width: 50%;
}
.top_padding	{
	padding-top: 30px;
}
.fett	{
	font-weight: bold;
}
.float_r	{
	float: right;
}
.downl_button	{
	padding-top: 20px;
}
.mehr	{
	color: #CD9037;
	cursor: pointer;
}
.mehr:hover	{
	color: #855612;
}
.float_l	{
	float: left;
}

#gallery {
    padding: 10px;
}
#gallery ul {
    list-style: none outside none;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#gallery ul img {
    border-color: #2B5786;
    border-style: solid;
    border-width: 5px 5px 20px;
}
#gallery ul li {
    display: inline;
}

.linie {
	width: 628px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #2B5786;	
}
.linie2 {
	width: 224px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #2B5786;	
}

.enumeration	{
	list-style: circle;
}
.enumeration li	{
	margin-left: 30px;
}
.img_center	{
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	width: 250px;
	height: 262px;
}
.quick_zumba_gold	{
	width: 200px;
	text-align: center;
}
.test	{
	overflow: auto;
}
.text_left	{
	text-align: center;
	width: 200px;
}
.workshop	{
	width: 650px;
}
.ferien	{
	width: 550px;
}

#head2{
	background: url("../images/page/logo.png") 0 0;
	background-repeat: no-repeat;
	background-position: right;
	height: 300px;
	position: relative;	
	/*border: 1px #2B5985 solid;*/
}

.links	{
	padding-left: 10px;
}

.halloween	{
	width:200px;
	float:right;
}
.brazil	{
	width:200px;
	float:right;
}
.pink	{
	color: #F65BB7;
}

.team_picture {
	text-align: center;
}
.team_picture_single {
	width: 150px;
}
.team_pic {
	width: 180px;
}
.team_desc {
	margin-left:auto; 
    margin-right:auto;
    width: 600px;
}
.team_text {
	padding-left: 50px;
}
.team_table {
	margin-bottom: 15px;
}

.index_team {
	font-size: 1.4em;
}