/* GENERAL STYLES */
body {
	margin:0px;
	background-color:#d1d3d4;
	font-family:tahoma,verdana;
}

img {
	border:none;
}

#wrapper {
	position:relative;
	width:970px;
	margin:0px auto 0px auto;
}

ul {
	margin:0px 0px 0px 15px;
}

ul, li {
	color:#fff;
}

li {
	line-height:18px;
}

li a {
	color:#fff;
	font-size:12px;
}






#header {
	width:970px;
	height:250px;
	background-color:#000;
	display:block;
	background-image: url(/css/img/logo.jpg);
	background-repeat:no-repeat;
	margin-bottom:26px;
}

#menu {
	height:26px;
	display:block;
	width:970px;
	z-index:25;
	position:absolute;
	top:255px;	
}

#menu ul {
	margin:0px;
	padding:0px 0px 0px 47px;
	text-transform:uppercase;
	font-size:13px;
	list-style:none;
}

#menu ul li {
	float:left;
	margin:0px;	
	padding:0px 30px 0px 0px;
}

#menu a {
	color:#000;
	text-decoration:none;
}

#menu a:hover, p a, li a:hover {
	color:#ed6220;
}

#content {
	width:825px;
	min-height:400px;
	display:block;
	padding:30px 100px 0px 45px;
	background-color:#000;
	color:#fff;
	background-image: url(/css/img/bg.jpg);
	background-repeat:no-repeat;
	background-position: top right; 
}

.myGraphicHeadlineStyle {
background-repeat: no-repeat;
overflow: hidden;
text-indent: -100em;
/* top right bottom left 
margin: -20px 0px 0px -10px;*/
}

p,{
	color:#fff;
	text-decoration:none;
}

.clear {
	clear:both;
}

#kalender {
margin:0px;
padding:0px;
list-style:none;

}

#kalender li {
border-bottom:1px solid #ccc;
padding:10px 0px 10px 0px;
}



/* EDITOR PROPERTIES */
