/* ************************** */
/* DIV definitionen */
/* ************************** */
 
#mother
{
 position:relative;
 width:750px; 
 height:auto;
 background-color:#181F30;
 margin:15px auto;
 padding:0px;
 text-align:left;
 z-index:1
}
	
	#title
	{
	 position:relative;
	 top:5px;
	 width:700px; height:0px;
	 z-index:2;
	 background-image: url('url(img/worldofdance-transp.(2');
	 float:none;
	 margin:3px auto
	}
	
	#navigation
	{
	 position:relative;
	 top:0px;
	 width:700px; height:30px;
	 margin:3px auto;
	 z-index:4;
	 /*background: url(img/punkt.png);*/
	}
	#heightBooster
	{
	 border:1px solid #C0C0C0; position:relative;
	 top:0px;
	 margin-left:auto;
	 float:none;
	 display:inline;
	 height: 320px; width:400px;
	 z-index:5
	}
	#inhalt
	{
	 position:relative;
	 top:0px;
	 width:670px; height:auto;
	 margin:auto;
	 background:transparent;
	 z-index:3;
	 min-height:330px;
	 /*overflow:auto;*/
	}
	#footer
	{
		position:relative;
		top:0px;
		margin:0px auto;
		width: 400px;
	}




/* ************************** */
/* STYLES */
/* ************************** */



body {
  background-color: #181F30;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 12px; background-image:url('')
}

p {
  font-size: 12px;
}

.header {
  background-color: #181F30;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 12px
}

.navigation {
	text-align:center; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
}

.error {
  color: #ff0000;
}

.reg {
  font-size:12px; color:#C0C0C0
}

.agelimit {
  font-size: 12px;
  line-height: 18px;
}

.title1 {
  color: #C0C0C0;
  /*padding-bottom: 0px;*/
}

.title2 {
  font-weight:bold;
  font-size: 17px; color:#C0C0C0
}

.important {
  color: #FFFF00;
  font-size: 13px;
  font-weight: bold;
}


.important1  { color: #FFFF00; font-size: 14pt; font-family: Verdana; font-weight: bold }
.text {
  background-color: #7C7C7C;
  color: #FFFFFF;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px
}


.newstitle {
color: #C0C0C0;
font-size:11px
}

.newstext {
font-size: 11px; color:#FFFFFF
}


a:link, a:visited, a:active {
  color: #7C7C7C;
  text-decoration: none
}

a:hover {
  color: #FFFFFF;
}

table {
  border-collapse: collapse;
}

table.bordered {
  border-collapse: collapse;
  border: 1px solid #7C7C7C;
  }

td.bordered {
    border: 1px solid #7C7C7C;
	padding: 4px;
	text-align:left
}

table._regSub{
	text-align:left;
}


hr {
background-color:#666666;
height:1px;

}

.Button {
BACKGROUND-COLOR: #C0C0C0; 
border-bottom-color: #666666; 
color:#FFFFFF
}

/*
  height: 1px;
  color: #421500;
  background-color: #ffffff;
}

ul, li, p, td {
  color: #421500;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px
}


a:link.head1, a:active.head1, a:visited.head1 {
  color: #DF2D00;
}

a:hover.head1 {
  color: #ffffff;
} */