body {
	background: #002d68 url('../img/home/home_page-bg.jpg') repeat;
}

#container {
	height: 600px;
	background: transparent url('../img/home/home_main.jpg') no-repeat;
}

#content-main {
	height: 147px;
	overflow: hidden;
	min-height: 0;
}

#top {
	padding-top: 326px;
	height: 56px;
}

#head-menu {
	padding-left: 158px;
}

#head-menu li a {
	border:none;
}

#head-menu li a img {
	height: 56px;	
}

#head-menu #head-menu-music a {
	width: 117px;
	background: transparent url('../img/menu/home_head-menu-music.jpg') no-repeat;
}
#head-menu #head-menu-music a:hover {
	background-image: url('../img/menu/home_head-menu-music-act.jpg');
}

#head-menu #head-menu-acts a {
	width: 171px;
	background: transparent url('../img/menu/home_head-menu-acts.jpg') no-repeat;
}
#head-menu #head-menu-acts a:hover {
	background-image: url('../img/menu/home_head-menu-acts-act.jpg');
}

#head-menu #head-menu-info a { 
	width: 120px;
	background: transparent url('../img/menu/home_head-menu-info.jpg') no-repeat;
}
#head-menu #head-menu-info a:hover {
	background-image: url('../img/menu/home_head-menu-info-act.jpg');
}

#head-menu #head-menu-blog a {
	width: 94px;
	background: transparent url('../img/menu/home_head-menu-blog.jpg') no-repeat;
}
#head-menu #head-menu-blog a:hover {
	background-image: url('../img/menu/home_head-menu-blog-act.jpg');
}

/* blogeinträge */
.posts {
	padding-left: 80px;
	padding-top: 20px;
}

.entry .date {
	text-decoration: none;
	font-size: 10px;
	color: #91A1BC;
}

.entry .content {

}



.post-title a {
	text-decoration: none;
	color: #003F7D;
	font-family: 'Lucida Grande', Verdana;
	font-weight: bold;
}

.post-title a:hover {
	text-decoration: underline;
	background-color: transparent;
}

h1.post-title {
	text-transform: none;
	background-image: none;
	padding: 0;
	margin:0;
	font-size: 11pt;
	font-weight: normal;
}

h2.page-heading {
	margin-left: 25px;
}

.subtitle {
	text-transform: uppercase;
	color: #7880A6;
	letter-spacing: 1px;
	font-size: 11px;
}