body { background-color: #FFF; font-family:Arial; font-size:13px; margin: 0 0 0; }
a { color:#2E87DE; text-decoration: none; }

img { border: none; }

input, textarea, select {
	padding:3px;
	font-size: 13px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #111;
	/* EB9D27 */
}

.baerande_balk {
	position:relative;
	top: 370px;
	width: 100%;
	height: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background-color:#f0f0f0;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

.imageContainer { 
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background: #000;
	text-align:center;
	height:370px;
}

.container {
	z-index:99;
	position:absolute;
	top:410px;
	left:50%;
	width:710px;
	margin-left: -355px;
	z-index:99;
}

.sideContainer {
	width:200px;
	float:right;
}

#sidebar {
	-webkit-box-shadow: 0px 1px 5px #777;
	-moz-box-shadow: 0px 1px 5px #777;
	box-shadow: 0px 1px 5px #777;
	background: #F0F0F0;
}

#sidebar ul {
	list-style-type:none; 
	margin:0; 
	padding:0;
	width:200px;
}

#sidebar li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#sidebar a {
	display:block;
	color:#222;
	text-decoration:none;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}

#sidebar a:hover {
	color:#FFF;
	background:#00101b;
}

.content { 
	width: 500px;
	color: #222;
	margin-top: -10px;
}

.module {
	-webkit-box-shadow: 0px 1px 5px #777;
	-moz-box-shadow: 0px 1px 5px #777;
	box-shadow: 0px 1px 5px #777;
	text-align:left;
	padding: 10px;
	background: #F0F0F0;
	margin-top: 10px;
}

.headline {
	font-size:19px;
	font-weight:bold;
}

.calitem {
	width:385px;
	background:#8294A1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #637E90;
}

.calitem span {
	position:relative;
	top:2px;
	left:3px;
}

.caltime {
	width:50px;
	height:50px;
	border-bottom:1px solid #ddd;
}

#sponsors {
	background: #FFF;
	margin-top: 10px;
	text-align: center;
}

#sponsors ul {
	list-style-type:none; 
	margin:0; 
	padding:0;
	width:200px;
	text-align: center;
}

#sponsors li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#sponsors a {
	display:block;
	color:#222;
	text-decoration:none;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-align: center;
}

.footer {
	padding: 10px;
	margin-bottom: 20px;
	width: 710px;
	background: #DDD;
	color:#111;
	text-align:center;
}

.footer a {
	margin-left: 5px;
	margin-right: 5px;
}

.ofi {
	background: #F0F0F0;
	color: #999;
}

.ofi:hover {
	background: #F0F0F0;
	color: #999;
}