* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	background: #020202;
	color: #fff;
}

img, a {
	outline: none;
	border: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.uppercase a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

#bgs {
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 880px;
	min-width: 1280px;
}

.mehl {
	position: absolute;
}

#topMehl {
	top: 0;
	width: 100%;
	height: 249px;
	background: url(img/mehl_top.png) left top no-repeat;
}

#leftMehl {
	top: 0;
	left: 0;
	width: 398px;
	height: 100%;
	background: url(img/mehl_links.png) left center no-repeat;
}

#rightMehl {
	top: 0;
	right: 0;
	width: 158px;
	height: 100%;
	background: url(img/mehl_rechts.png) left center no-repeat;
}

#wrap {
	position: absolute;
	width: 100%;
	z-index: 2;
	min-width: 1280px;
}

#mehlPerson {
	top: 0;
	left: 50%;
	margin-left: -267px;
	width: 535px;
	height: 456px;
	background: url(img/mehl_person.png) left center no-repeat;	
}

#header {
	height: 15px;
	padding: 15px 40px;
}

#header .left a {
	margin-right: 10px;
}

#logo {
	position: relative;
}

.line {
	background: url(img/line.png) repeat-x;
	width: 50%;
	height: 85px;
}

#logoImg {
	position: absolute;
	left: 50%;
	top: 0;
	width: 174px;
	height: 85px;
	margin-left: -87px;
}

#navi {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 415px;
}

.navBtn {
	position: absolute;
}

#navi_mehl {
	top: 115px;
	left: 65px;
}

#navi_tisch {
	top: 90px;
	left: 200px;
}

#navi_raum {
	top: 0;
	left: 270px;
}

#navi_plan {
	top: 0;
	left: 0;	
	
}

#navi_karte {
	top: 0;
	left: 140px;
}

#content {
	width: 430px;
	margin: 180px auto 0;
}

#content.wide {
	width: 990px;
}

#content h1 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 45px;
	text-align: center;
}

#content #rightCol, #content #leftCol {
	width: 50%;
}

#content p {
	margin-bottom: 30px;
	text-align: justify;
	font-weight: 200;
}

#content #leftCol:first-child .bigImg {
	margin-top: 5px;
}

#content .bigImg {
	margin-bottom: 30px;
	width: 430px;
}

#content .kartenWrap {
	margin-top: 50px;
}

#content .kartenWrap div.left {
	width: 220px;
	margin-left: 15px;
}

#content .kartenWrap h2 {
	font-weight: normal;
	font-size: 16.5px;
}

#content h2.date {
	font-size: 12.5px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 20px;
}

#content h3.title {
	font-size: 12.5px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#months, #days {
	list-style: none;
}

#days {
	margin-bottom: 15px;
}

#months li, #days li {
	display: inline;
}

#days li {
	float: left;
	margin-right: 1px;
}

#months li a, #days li a {
	color: #b3b3b3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 200;
}

#months li a.active, #days li a.active {
	color: #fff !important;
}

#months li a.date, #days li a.date {
	color: #ff0000;
}

#content .contRaumImg {
	display: block;
	margin: 0 auto 20px;

}

.event {
	display: none;
}

select, input {
	width: 100px;
	text-align: center;
	border: 0;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	height: 20px;
	margin-bottom: 10px;
	outline: none;
}

textarea {
	width: 230px;
	height: 190px;
	padding: 5px;
	margin-bottom: 10px;
	outline: none;	
	border: 0;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

input {
	width: 240px;
}

select {
	margin-right: 10px;
}

a#submit {
	width: 240px;
	text-align: center;
	border: 0;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	display: inline-block;
	height: 20px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	text-shadow: grey 0px 1px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
    font-family: 'Titillium Web', sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    font-family: 'Titillium Web', sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    font-family: 'Titillium Web', sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
    font-family: 'Titillium Web', sans-serif;
}

.wide .who {
	display: inline-block;
	width: 65px;
}

.wide .txt {
	display: inline-block;
	width: 920px;
}

.wide h2 {
	font-size: 13px;
	font-weight: 400;
}

.wide .row {
	margin-bottom: 20px;
}

.wide .row span {
	float: left;
}

.wide p {
	margin: 0
}

#navi_plan img {
	width: 116px;
}

#navi_raum img {
	width: 128px !important;
}

#navi_karte img {
	width: 99px;
}

#navi_mehl img {
	width: 113px;
}

#navi_tisch img {
	width: 110px;
}

.rotate {
	position: absolute; 
	top: 150px;
	left: 110px;
	-webkit-transform: rotate(-9deg); -o-transform: rotate(-9deg); -moz-transform:rotate(-9deg);
	text-align: center;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 38px;
	font-family: font-family: 'Titillium Web', sans-serif;
	font-weight: 200;	
}