/* @group footer */

#footer_wrapper {
	width: 100%;
	background: url(images/footer_bg.png) repeat-x left top;
	height: 288px;
	float: left;
}

#footer_content {
	height: 288px;
	float: left;
}

#footer_logos {
	width: 204px;
	height: 170px;
	float: left;
	margin-top: 15px;
}



/* @end */

/* @group base */

body {
	margin: 0;
	padding: 0;
}

* {
	
}



/* @end */

/* @group header */

#header_wrapper {
	width: 100%;
	height: 87px;
}

#header_content {
	height: 87px;
	float: left;
}

#header_logo {
	width: 334px;
	height: 87px;
	float: left;
}



/* @end */

/* @group navigation */

#navigation_wrapper {
	width: 100%;
	height: 49px;
	background: url(images/navigation_bg.png) repeat-x left top;
	float: left;
}



/* @end */

/* @group buttons */

.openticket_button a {
	width: 204px;
	height: 34px;
	background: url(images/neues_ticket_button_a.png) no-repeat left top;
}

.openticket_button a:hover {
	background: url(images/neues_ticket_button_over.png) no-repeat left top;
	width: 204px;
	height: 34px;
}



/* @end */