@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding:0;
	margin:0;
}

#content {
	position: absolute;
	width: 978px;
	left: 50%;
	margin-top: 5px;
	margin-left: -489px; /* 978/-2 */
}

#content_top {
	background-image: url(images/Bilder/homepage_bg_02.jpg);
	background-repeat: no-repeat;
	height:485px; /* 578 TODO: Originalbild ensprechend beschneiden wegen dem Schatten */
	background-position: bottom;
	font-size: 36px;
	font-weight: bold;
}

#content_top #partybox {
	position: absolute;
	top: 250px;
	left: 350px;
}
#content_top #ticket {
	position: absolute;
	top: 290px;
	left: 140px;
}

#content_top #ort {
	position: absolute;
	top:420px;
	left:127px;
}

#content_center {
	background-image: url(images/Bilder/homepage_bg_04.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	padding: 0px 10px 0px 10px;
}

#content #content_center table {
	position: relative;
	left: 110px;
	top: 0px;
	width: 810px;
	border:none;
}

#content_center td {
	padding:5px;
	vertical-align:top;
}

#content_center td a {
	color: #ffdb03;
	text-decoration:none;
}

#content_center td a:hover {
	background-color: #ffdb03;
	color:#cc081c;
	text-decoration:none;
}

/*
#content_center tr:hover {
	background-color:#FFF;
	color:#cc081c;
}
*/

#content_bottom {
	background-image: url(images/Bilder/homepage_bg_06.gif);
	background-repeat: no-repeat;
	height:333px;
}

#content_bottom #eintritt {
	font-size:18px;
	font-weight:bold;
	position:absolute;
	right:33px;
	bottom:333px;
}

#content_bottom #sommerlad {
	position:absolute;
	bottom: 70px;
	left:410px;
}

#content_bottom #bill {
	position:absolute;
	bottom: 70px;
	left:680px;
}

#content_bottom #licher {
	position:absolute;
	bottom: 70px;
	left:864px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footline {
	margin: 0 10px 30px 0;
	text-align:right
}

#footline a {
	color:#333;	
}
#feuerwerk {
	position: absolute;
	top: 1000px;
	right: 150px;
}
