* {margin:0;padding:0;}

html, body, #container {height: 100%;}

html, body, * {
	font-family: arial;
}

body {
	/* overflow-y: scroll; */
}

body > #container {height: auto; min-height: 100%;}

#content {padding-bottom: 60px;}  /* must be same height as the footer */



/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	


#container {
	width: 800px;
	background: url(/img/layout/bg.jpg) #f53668 fixed center 0px;
	background-repeat:no-repeat;
	position:relative;
	left: 50%;
	margin-left: -400px;
	min-height: 100%
	height: auto !important; /* Für IE6 */
	height: 100%; /* Für IE6 */ 
	padding: 0;
}

.mceContentBody {
	background: #f53668;
	padding:15px 50px 100px 15px;
}

#newsArea, #navigationArea {
	position: absolute;
	right: 21px;
	width: 375px;
	padding-left: 10px;
	padding-right: 15px;
}

h2#newsArea {
}

#navigationArea{
	font-size: 10px;
	line-height: 15px;
	margin-top:5px;
}


#navigationArea ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	margin-left: -15px;
	padding:0;
}

#navigationArea li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* Top-Bereich */

#top {
	height: 180px;
	width:800px;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	position: fixed;
	background: url(/img/layout/bg.jpg) fixed center 0px;
	padding-bottom:130px;
}

#newsArea {
	background: #000;
	position: absolute;
	bottom: 145px;
	color: #fff;
}

#newsArea p {
	font-size: 12px;
	line-height: 18px;
}

#newsArea h3{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#newsArea hr {
	margin-bottom:8px;
	margin-top:2px;
	margin-left:-2px;
	color: #f53668;
	background-color: #f53668;
	height: 2px;
	border:0px;
}


/* Mitarbeiter */

.mitarbeiter {
	float:right;
	width:80px;
	margin-left:5px;
	margin-top:3px;
}


/* Menu-Bereich */

#menu {
	height:125px;
	width:800px;
	top: 180px;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	background: #fff;
	background: rgba(255, 255, 255, 1);
}

#navigationArea{
	color: #7d7d7e;
}

#navigationArea a {
	color: #7d7d7e;
}




/* Content-Bereich */

#content {
	padding-top: 315px;
	font-size: 13.5px;
	color: #303032;
}

.mceContentBody {
	font-size: 13.5px;
	color: #303032;
}


div#claim {
	padding-top: 331px;
	position: absolute;
	top:-331px;
	height:100%;
	overflow:hidden;
}

.thinCol {
	/* width: 320px;
	margin-left:460px;
	margin-right:20px; */
	width: 400px; 
	margin-left:380px;
	margin-right:20px;
}

.fatCol {
	width: 400px; /* width: 650px; */
	margin-left:380px;
	margin-right:20px;
}

#flashMessage {
	width: 380px; /* width: 650px; */
	margin-left:380px;
	margin-right:20px;
	border: 2px solid #000;
	background: #fff;
	color: #f53668;
	padding:10px;
	font-weight:bold;
}

.fatFatCol {
	width: 650px;
	margin-left:130px;
	margin-right:20px;
}


#content p, .mceContentBody p, #content ul, .mceContentBody ul, #content ol, .mceContentBody ol, div.whiteBG {
	background-color: rgba(255, 255, 255, 0.7);
	background-color: #fff;
	padding:0.4em 12px 0.5em;
	margin: 0px;
	line-height: 1.6em;
}

#content ul, .mceContentBody ul, #content ol, .mceContentBody ol {
	padding-top: 0px;
	margin-top: -6px;
}




/* Footer-Bereich */
#footer {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;
} 

#footer div#innerfooter {
	position:relative;
	top: 20px;
	width: 339px;
	padding:2px 10px 2px 10px;
	background: #fff;
	color: #7d7d7e;
	font-size: 10px;
	left: 50%;
	margin-left: -147px;
	height:17px;
}

#footer a {
	color: #7d7d7e;
	margin: 0 8px 0 6px;
	line-height: 19px;
}


/* Gallery */

div.whitespace  {
	line-height:1.6em;
	margin:0;
}

div.whitespace h3  {
	background:#FFFFFF;
	line-height:1em;
	margin:0 0 7px 0;
}


div.thumbRow {
	padding: 0 0 10px 0;
	background: #fff;
}

div.firstThumbRow {
	padding: 10px 0 10px 0;
	background: #fff;
}

div.thumbRow img, div.firstThumbRow img {
	width: 100px;
	border: none;
	margin: 0 0 0px 12px;
}


/* Form */

#colPers1, #colPers2 {
	width: 300px;
	float: left;
	margin-bottom:20px;
	margin-right:10px;
}

#colPers2 {
/*
	opacity: 0.5;
*/
}

label {
	display: block;
	font-weight:normal;
	font-size:0.9em;
	line-height:1.0em;
	margin-top:3px;
	width: 100px;
	
	clear:left;
	float:left;
}

label a {
	text-decoration: underline;
}

.checkbox label {
	display: inline;
	padding-left:10px;
}


.input {
	margin-bottom:9px;
}

.text input, .text textarea {
	/*
	border: 1px solid #f53668;
	background: #f53668;
	*/
	border: 2px solid #aaa;
	background: #aaa;
	width:184px;
	color:#fff;
	padding:1px 1px;
}

.pflicht{
	color: #f53668;
}
.error input {
	border: 2px solid #f53668;
}

.select select {
	/*
	border: 1px solid #f53668;
	background: #f53668;
	*/
	border: 2px solid #aaa;
	background: #aaa;
	width:190px;
	color:#fff;
	padding:1px 1px;
}

.submit {
	position:relative;
	height: 40px;
	margin-top:40px;
}

.submit input {
	/* border: 2px solid #f53668; */
	border: none;
	background: #111;
	height:31px;
	font-size:16px;
	color:#fff;
	padding:1px;
	position:absolute;
	right:0;
}

#allgemeineAngaben label {
	display: block;
	clear:both;
	width: 100%;
	margin-bottom: 2px;
}

#allgemeineAngaben .checkbox label {
	float: left;
	display: block;
	width: auto;
	padding-left:0;
}

#allgemeineAngaben .checkbox input {
	margin-left: 35px;
}

#allgemeineAngaben input, #allgemeineAngaben select {
	margin-left: 100px;
}

#allgemeineAngaben select {
	height: 21px;
}

.kontakts .checkbox label,  .kontakts .select label, .tanzpartners .checkbox label,  .tanzpartners .select label{
	float: none;
}

.kontakts .checkbox input, .tanzpartners .checkbox input, .tanzpartners .select select  {
	margin-left: 100px;
}


/* Font */


h2 {
	color: #FFFFFF;
	background: #000;
	font-weight: normal;
	padding:2px 12px 0px 12px;
	margin: 10px 0 4px;
}

h3
{
	color: #FFFFFF;
	background: #000;
	font-weight: normal;
	padding:2px 12px 0px 12px;
	margin: 10px 0 4px;
	clear: both;
}



a {
	color: #f53668;
	text-decoration: underline;
}

a img{
	border: none;
}

li {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:square;
}

.termineHL {
	font-weight: bold;
}

* html #menu,  * html #top { position:absolute; }



.cake-sql-log {
	display: none;
}


div.startitem div.body p{
	padding:0;
	margin:0;
}

a.unupdafuer {
	width: 100%;
	display: block;
	background-color: #fff;
	text-align: right;
	text-decoration:none;
	color: #999999;
	padding: 0 0 8px 0;
}

a.unupdafuer:hover {
	width: 100%;
	display: block;
	background-color: #fff;
	text-align: right;
	text-decoration:none;
	color: #ff326d;
}


a.unupdafuer img{
	padding: 5px 10px 0 0;
	margin-left: 4px;
	margin-bottom: -4px;
}

div.mood {
	background-color: #fff;
	padding:12px;
	margin: 8px 0px;
	line-height: 1.6em;
}

div.mood img{
	width: 376px;
}

#navigationArea a { 
	text-indent: -500em;
	display:block;
	background: url(/img/layout/sprite_top.jpg); 
	color: #FFF; /* Farbe des Hintergrunds */ 
	font-size: 1px; 
	height: 17px; 
	width: 180px; 
}

a#menu1{
	background-position:0px 0px;
}

a:hover#menu1{
	background-position:-179px 0px;
}

a#menu2{
	background-position:0px -17px;
}

a:hover#menu2{
	background-position:-179px -17px;
}

a#menu3{
	background-position:0px -34px;
}

a:hover#menu3{
	background-position:-179px -34px;
}

a#menu4{
	background-position:0px -51px;
}

a:hover#menu4{
	background-position:-179px -51px;
}

a#menu5{
	background-position:0px -68px;
}

a:hover#menu5{
	background-position:-179px -68px;
}

a#menu6{
	background-position:0px -85px;
}

a:hover#menu6{
	background-position:-179px -85px;
}

a#menu7{
	background-position:0px -118px;
}

a:hover#menu7{
	background-position:-179px -118px;
}

a.startitemLink { 
	text-indent: -1000em;
	display:block;
	background: url(/img/layout/sprite_bottom_dark.jpg); 
	color: #000; /* Farbe des Hintergrunds */ 
	font-size: 1px; 
	height: 27px;
	width: 400px;
	margin: 10px 0 4px;
}


#footer a { 
	text-indent: -1000em;
	display:block;
	float: left;
	background: url(/img/layout/sprite_bottom_dark.jpg); 
	color: #FFF; /* Farbe des Hintergrunds */ 
	font-size: 1px; 
	height: 17px;
	width: 15px;
}

a#menufooter1{
	background-position:-8px 0px;
	width:23px;
}

a:hover#menufooter1{
	background-position:-73px 0px;
}

#footer .trenner {
	display:block;
	float: left;
	font-size: 13px;
	line-height: 17px;
	text-color: #262626;
}


a#menufooter1{
	background-position:-8px 0px;
	width:23px;
}

a:hover#menufooter1{
	background-position:-73px 0px;
}

a#menufooter2{
	background-position:-8px -17px;
	width:57px;
}

a:hover#menufooter2{
	background-position:-73px -17px;
}

a#menufooter3{
	background-position:-8px -34px;
	width:39px;
}

a:hover#menufooter3{
	background-position:-73px -34px;
}

a#menufooter4{
	background-position:-8px -51px;
	width:26px;
}

a:hover#menufooter4{
	background-position:-73px -51px;
}

a#menufooter5{
	background-position:-8px -67px;
	width:38px;
}

a:hover#menufooter5{
	background-position:-73px -67px;
}

a#menufooter6{
	background-position:-8px -84px;
	width:55px;
}

a:hover#menufooter6{
	background-position:-73px -84px;
}

a:focus { outline: none; }

#werbung{
	position:absolute;
	bottom: 0px;
	padding:2px 10px 2px 10px;
	background: #fff;
	color: #7d7d7e;
	font-size: 10px;
	left: 50%;
	margin-left: -40px;
	height:15px;
}

#werbung a{
	text-indent: 0em;
	display:inline;
	color: #7d7d7e; /* Farbe des Hintergrunds */ 
	font-size: 11px; 
	height: 15px;
	background: #fff;
	clear: both;
	width: 80px;
}
