/*
#### GENERAL STUFF ##### */

body {
	background-color: #fff;
	text-align: left;
	margin: 3% 10% 0 5%;
}

body, h1, h2, h3, p, li, div, input, th, td {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	line-height: 150%;
	color: #000;
}

img {
	border: 0;
}

.help {
	cursor: help;
}

.clearboth {
	clear: both;
	height: 0 !important;
	width: 0 !important;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

#menue, 
#logo_buehne, 
.title_image, 
.thickunderline {
	display: none;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

.yellow_right, .package {
	border-bottom: 1px solid #666;
}

