body {
	background-color: #666699;
}

h1, h4{
	color: #ccccff;	
}
h2, h3, h4 {
	color:#ffffff;
}
h5 {
	color: #000000;
	text-decoration:underline;
}
#logo {
	color: #fff;
}
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ccccff;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #ccccff;
}
#auswahl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	cursor: default;
	color: #FFFFFF;
	width: auto;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#auswahl hover {
	font-style: italic;
}
#auswahl a:hover {
	color: #FBF2FF;
	text-decoration: underline;
	word-spacing: 1px;
	font-style: italic;
}
#auswahl a {
	color: #FFFFFF;
	text-decoration: underline;
}
#auswahl a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
img {
	border: none 0px;
}
#table {
	top:60px;
	left:350px;
	position:absolute;
	float:right;
	width:250px;
	list-style-type:none;
	color:#ffffff;
}
main {
	color:#ffffff;
}
#logo {
	width:300px;
}

/* ###HEAD### */
#head {
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#fff;
}


/* ### Tabelle Dates ### */

.class disco {
	padding: 5px;
	border: 1px solid #fff;
}

span.date {
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: black;
}


#dates {
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	position:absolute;
	top:50px;
	width:950px;
	padding: 10px 0 20px	0;
	
}

#dates h2 {
	font-size:16px;	
}

#dates h3 {
	font-size:12px;	
}
#dates h1 {
	font-size:18px;
}

#dates li{
	list-style:none;
	text-align:right;
}
#dates td {
	color:#fff;
	text-align:left;
	width:300px;
	
}
#dates .headline {
	font-weight: bold;
	color:#000;
}
#dates .disco {
	text-align:center;
	height:100px;
	border-bottom: 1px solid #dcdcdc;
	/*background-color:#dcd;*/
	
}
#dates .discohead {
	text-align:center;
	padding-bottom:50px;
}
#dates .picture {
	text-align:left;
}
#dates a {
	text-align:left;
	color: #ccccff;
	text-decoration: none;

}

/* ### Impressum ### */

#impressum h1 {
	font-size:18px;	
}
#impressum h2 {
	font-size:16px;	
}
#impressum h3 {
	font-size:14px;	
}
#impressum p {
	text-align: left;
}


/* ### Tabelle Links ### */

#liste h3 {
	font-size:12px;	
}
#liste h1 {
	font-size:18px;
	text-decoration: underline;
	margin-bottom:15px;
}
#liste #foot{
	width:100%;
	position:absolute;
	left:0px;
}
#liste li{
	list-style:none;
	text-align:center;
	margin:10px 0 10px 0;
}
#liste td {
	color:#fff;
	text-align:left;
	width:300px;
	
}

#datesNew {
	border: 3px solid #fff;
	padding: 10px;
}

#datesNew ul li {
	font-size: 14px;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
	height: 50px;
	padding-top: 15px;
}

#datesNew .date {
	background-color: #fff;
	margin: 0px 20px 0 0px;
	color: #000;
	padding: 2px;
}


.table {
	display: table;
	
}

.TableRow {
	display: table-row;
	
}

.TableCell {
	display: table-cell;
	border: 1px solid #000;
	padding: 5px;
	table-layout: fixed;
	border-spacing: 5px;
}


/* ### seite zentrieren ### */

#distance {
width: 10px;
height: 50%;
margin-bottom: -335px;
float: left;
}

#container {
margin: 0 auto;
position: relative;
height: 670px;
width: 980px;
clear: left;
}