@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#right ul {
	margin:0 0 10px 20px;
	list-style-type:none;
}

#right ul li ul {
	margin:0 0 0 20px;
}

form fieldset {
	padding:0 7px 7px;
	margin-top:10px;
}

form fieldset label {
	display:block;
}

form fieldset label.textbox {
	display:inline;
}

form fieldset.adult {
	float:left;
	display:inline;
}

form fieldset.margin {
	margin-left:10px;
}

form fieldset.table {
	display:table;
}

form fieldset.table p {
	display:table-row;
	margin:0;
}

form fieldset.table p span {
	display:table-cell;
	margin:0;
	color:#2865ee;
}

form fieldset.table p label {
	display:table-cell;
	vertical-align:top;
}

form fieldset.table p textarea {
	display:table-cell;
	border:1px solid #000066;
	margin:2px 0 2px 20px;
	padding:3px;
	width:250px;
}

form fieldset.table p textarea:hover, form fieldset.table p textarea:focus {
	border:1px dashed #000066;
	background-color:#5697f8;
}	
	
input[type=text],
input[type=password]{
	display:table-cell;
	margin:2px 0 2px 20px;
	padding:3px;
	width:250px;
	border:1px solid #000066;
}

input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
input[type=password]:hover, input[type=password]:active, input[type=password]:focus {
	border:1px dashed #000066;
	background-color:#5697f8;
}

input[type=submit] {
	padding:3px;
	background-color:#5697f8;
	border:1px solid #000066;
	margin:7px;
}

input[type=submit]:hover, input[type=submit]:focus {
	background-color:#3061aa;
}

input[type=submit]:active {
	background-color:#3061aa;
	color:#fff;
}

h1 {
	font-size:17px;
	color:#ff7916;
	margin:10px 0 10px;
}

h2 {
	font-size:15px;
	color:#2865ee;
	margin:25px 0 5px;
}

h3 {
	font-size:13px;
	color:#006;
	margin:25px 0 5px 5px;	
}

ol {
	margin-left:30px;
}

ol li {
	margin-bottom:7px;
}

p {
	margin-bottom:10px;
	line-height:16px;
}

p.zusatz {
	padding-top:7px;
	clear:both;
}

p.beschreibung {
	margin-top:20px;
}

p.agb-stand {
	float:right;
	font-size:10px;
	font-weight:bold;
	margin-top:5px;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#2063ec;
}

a:hover, a:active, a:focus {
	text-decoration:underline;
}

table.courses, table.events {
	border:none;
	margin:0;
	padding:0;
}

table.courses tr td, table.courses tr th,
table.events tr td, table.events tr th {
	border-bottom:1px solid #000066;
	padding:3px 0 1px;
}

table.biografie tr td.last-row { 
	border-bottom:1px solid #000066;
	padding-bottom:2px;
}

table.biografie tr td.first-row {
	padding-top:3px;
}

table.courses td.cours, table.courses th.cours {
	width:170px;
	vertical-align:top;
}

table.courses td.cours-adult, table.courses th.cours-adult {
	width:170px;
}

table.courses td.cours-adult, table.courses th.cours-tap-dancing {
	width:125px;
}

table.courses td.beginn, table.courses th.beginn {
	width:309px;
}

table.courses td.info, table.courses th.info {
	width:40px;
}

table.courses td.dauer, table.courses th.dauer {
	width:80px;
}

table.courses td.preis, table.courses th.preis {
	width:80px;
}

table.events td.event, table.events th.event {
	width:170px;
}

table.events td.date, table.events th.date {
	width:100px;
}

table.events td.time, table.events th.time {
	width:80px;
}

table.events td.dj, table.events th.dj {
	width:110px;
}

table.biografie tr td.bild {
	width:220px;
}

table.biografie tr td.description {
	width:140px;
	font-weight:bold;
}

div#wrapper {
	margin:15px auto;
	width:994px;
}

div#wrapper div#header {
	background-image:url('../img/tskratz_banner.jpg');
	background-repeat:no-repeat;
	height:150px;
	width:744px;
	margin:0 auto;
}

div#wrapper div#forum_nav {
	background-image:url('../img/forum.jpg');
	height:24px;
	margin-top:3px;
	padding-left:10px;
	padding-top:7px;
}

div#wrapper div#forum_nav p {
	font-size:12px;
	font-weight:bold;
}

div#wrapper div#forum_nav p a {
	color:#000;
	font-size:12px;
	font-weight:bold;
}

div#wrapper div#content {
	margin-top:3px;
	background-image:url('../img/mainframe.jpg');
	height:519px;
	padding-top:6px;
}

div#wrapper div#content-seite {
	margin-top:3px;
	height:519px;
	padding-top:6px;
}

div#wrapper div#content-seite div#top {
	background-image:url('../img/mainframe-top.jpg');
	background-position:top;
	background-repeat:no-repeat;
	padding-top:6px;
}

div#wrapper div#content-seite div#center {
	background-image:url('../img/mainframe-center.jpg');
	background-repeat:repeat-y;
}

div#wrapper div#content-seite div#bottom {
	background-image:url('../img/mainframe-bottom.jpg');
	background-position:top;
	background-repeat:no-repeat;
	height:6px;
}

div#wrapper div#left {
	float:left;
	width:131px;
	margin:0 0 0 6px;
}

div#wrapper div#left ul#navi {
	list-style-type:none;
	padding:0;
	margin:0;
}

div#wrapper div#left ul#navi li a,
div#wrapper div#left ul#navi li a:link,
div#wrapper div#left ul#navi li a:visited{
	background-image:url('../img/button.jpg');
	display:block;
	height:18px;
	padding-left:10px;
	padding-top:3px;
	
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

div#wrapper div#left ul#navi li a:hover,
div#wrapper div#left ul#navi li a:active,
div#wrapper div#left ul#navi li a:focus {
	text-decoration:underline;
}

div#wrapper div#left ul#navi li ul.subnavi {
	list-style-type:none;
	padding:0;
	margin:0;
}

div#wrapper div#left ul#navi li ul.subnavi li a {
	padding-left:20px;
}

div#wrapper div#partner-images {
	width:131px;
	margin-left:3px;
	margin-top:15px;
}

div#wrapper div#content-seite div#right {
	float:left;
	width:835px;
	margin-left:6px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:25px;
}

div#wrapper div#content div#right {
	padding-right:0;
	float:left;
	width:840px;
	margin-left:6px;
	padding-left:5px;
	padding-bottom:25px;
}

div#wrapper div#right div#newsbox {
	float:left;
	background-image:url('../img/newsbox.jpg');
	width:461px;
	height:203px;
	margin-top:3px;
	padding:23px 10px 10px 10px;
	overflow:hidden;
}

div#wrapper div#right div#images {
	float:left;
	width:347px;
	height:243px;
	margin-left:10px;
}

div.clear {
	clear:both;
}

div#wrapper div#right div.short_news_first {
	float:left;
	width:259px;
	height:87px;
	background-image:url('../img/short_news.jpg');
	padding:8px;
	margin-top:10px;
	overflow:hidden;
}

div#wrapper div#right div.short_news {
	float:left;
	width:259px;
	height:87px;
	background-image:url('../img/short_news.jpg');
	padding:8px;
	margin-left:5px;
	margin-top:10px;
	overflow:hidden;
}

div#wrapper div#right div.text {
	width:440px;
	float:left;
	margin-bottom:25px;
}

div#wrapper div#right div.text p {
	text-align:justify;
	padding-top:5px;
}

div#wrapper div#right div.table{
	width:360px;
	float:left;
	margin-left:25px;
	margin-bottom:25px;
}

div#wrapper div#right div.table table tr td,
table.clubsystem tr td{
	padding-top:5px;
}

div#wrapper div#right div.table table tr td.club,
table.clubsystem tr td.club{
	width:130px;
	font-weight:bold;
}


div#wrapper div#right div.table table tr td.eintritt,
table.clubsystem tr td.eintritt {
	width:200px;
	font-weight:bold;
}

div#wrapper div#right div.table table tr td.advise,
table.clubsystem tr td.advise {
	font-size:10px;
	border-bottom:1px solid #000066;
	padding:0 0 1px 5px;
}

div#wrapper div#right div#anmeldung {
	clear:both;
	border-top:1px dashed #006;
	margin:25px 15px 0 ;
	padding:5px 0 0 15px;
}

div#wrapper div#right div#anmeldung a.programm {
	background-image:url('../img/pdf.png');
	background-position:left;
	background-repeat:no-repeat;
	display:inline-block;
	height:21px;
	padding:10px 0 0 32px;
	margin-top:5px;
}

div#wrapper div#right div#anmeldung a.anmelde-link {
	margin-top:5px;
	display:inline-block;
	height:16px;
	background-image:url('../img/arrow.png');
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 16px;
}

div#wrapper div#right div.galerie p.title {
	font-size:14px;
	margin-bottom:4px;
}

div#wrapper div#right div.galerie-img {
	float:left;
	height:210px;
	width:180px;
	margin-right:7px;
	margin-bottom:7px;
	border:1px solid #2063ec;
	padding:5px;
	text-align:center;
}

div#wrapper div#right div.galerie-single-img {
	text-align:center;
}

div#wrapper div#right div.galerie-img img {
	vertical-align:middle;
}

p.weiter, p.zurueck {
	float:right;
	margin-left:10px;
}