body {
	background-color: #111;
	padding: 0px;
	margin: 0px;
	color: #FFDE94;
	font-family: "Futura Condensed", Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color: #FFDE94;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFDE94;
	text-decoration: underline;
}

h3 {
	text-align: center;
	margin-bottom: 50px;
}

img {
	border: none;
}

#front {
	border: 3px solid #ffde94;
	background-color: #540000;
	background-image: url(../img/content_bg.png);
}

#content {
	width: 600px;
	height: 370px;
	position: relative;
	top: 130px;
	left: 100px;
}

#menu {
	position: relative;
	top: 150px;
	left: 200px;
	width: 400px;
	text-align: center;
}

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

#lokal_ani_container {
	margin-left: 25px;
	width: 550px;
	height: 350px;
	background-image: url(../restaurant/restaurant_02.jpg);
}

#lokal_ani {
	border: none;
}

.team {
	float: left;
	margin: 10px;
}

.teambild {
	border: 1px solid #ffde94;
	width: 126px;
	height: 151px;
	cursor: pointer;
}

#team_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -225px;
	width: 600px;
	height: 450px;
	background-color: #540000;
	border: 2px solid #ffde94;
	visibility: hidden;
	padding: 20px;
	overflow: hidden;
	z-index: 150;
}

img.team_detail {
	margin-bottom: 30px;
	border: 1px solid #ffde94;
	width: 150px;
	height: 200px;
}

#kulinarium_text {
	float: left;
	width: 260px;
	text-align: right;
	padding: 30px 20px 20px 20px;
}

#kulinarium_bild {
	float: left;
	width: 300px;
}

#news {
	width: 400px;
	margin-left: 100px;
}

#news ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#startlogo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -61px;
	margin-top: -93px;
	width: 132px;
	height: 186px;
}
