@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:20px;

	background-color:#dddddd;
}

#main {
	position:absolute;
	width:900px;
	height:510px;

	left:50%;
	margin-left:-450px;

	top:10%;

	background-color:#fbc740;
}

#leiste {
	width:900px;
	height:45px;

	background-color:#f0be3b;

	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f5970a;
}

#languageChooser {
	margin:80px 0px 0px 80px;
}

.link{
	display:block;
	margin: 5px;
	float:left;
}

#seperator{
	width:120px;
}

#logo {
	margin:125px 0px 0px 315px;
}

img{
	border:none;
}

#groupbox{
	width:210px;
	float:left;
	text-align:center;
}

#filmFestival{
	display:block;
	margin: 5px;
}

