@font-face {
	font-family: 'DiavloBlack';
	src: url('../fonts/diavlo_black_ii_37-webfont.eot');
	src: local('☺'), url('../fonts/diavlo_black_ii_37-webfont.woff') format('woff'), url('../fonts/diavlo_black_ii_37-webfont.ttf') format('truetype'), url('../fonts/diavlo_black_ii_37-webfont.svg#webfontXzpp9kn8') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Jellyka';
	src: url('../fonts/jellyka_estrya_handwriting-webfont.eot');
	src: local('☺'), url('../fonts/jellyka_estrya_handwriting-webfont.woff') format('woff'), url('../fonts/jellyka_estrya_handwriting-webfont.ttf') format('truetype'), url('../fonts/jellyka_estrya_handwriting-webfont.svg#webfontidLO4sEk') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #000;
}

a {
	text-decoration: none;
}

#header {
	height: 275px;
	width: 100%;
	background: url(../images/header_bg.png) repeat-x;
	border-bottom: 1px solid #333;
}

#header-logo {
	background: bottom center url(../images/roederhallo.png) no-repeat;
	height: 275px;
}

#header-content {
	position: relative;
	height: 250px;
	padding-top: 25px;
	background: 0px 25px url(../images/title.png) no-repeat;
}

#header-title {
	display: none;
	font-family: DiavloBlack;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 48px;
}

#header-subtitle {
	display: none;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 24px;
}

#header-claim {
	display: none;
	font-family: Jellyka;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 48px;
}

#header-content ul {
	position: absolute;  
    margin: 0 auto; 
    padding: 0; 
    height: 115px;  
    list-style: none; 
    bottom: 0px; 
    right: 0px;
    text-align: right;
}  

#header-content ul li {
	float: left;  
}  

#header-content ul li a {  
	display: block;  
    width: 150px;  
    font-size: 14px;  
    line-height: 45px;  
    padding-top: 70px;
    text-align: center;      
    text-decoration: none;  
    background: 0px 0px url(../images/klappe.png) no-repeat;
    color: #fff;
    font-size: 60px;
    font-family: Jellyka;
}  

#header-content ul li.current_page_item a {  
	background-position: 0px -117px;
}  

#header-content ul li a:hover {  
	background-position: 0px -117px;
}  

#header-content ul li.selected a {  
}  

#main {
	min-height: 400px;
	width: 100%;
	padding: 25px 0 25px 0;
	background: #e3e3e3 url(../images/content_bg.jpg);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	color: #333;
}

#main h1, h2, h3 {
	color: #666;
	text-shadow: 0px 2px 1px #fff;
	font-family: DiavloBlack;
}

#content-wrapper {
	padding-right: 15px;	
}

#sidebar ul {
	margin-left: 15px;
}

#footer {
	min-height: 250px;
	width: 100%;
	background: url(../images/footer_bg.png) repeat-x;
	border-top: 1px solid #000;
	padding-top: 25px;
}

#footer-content {
	text-align: center;
	color: #fff;
}

#footer-content a {
	color: #ccc;
}