@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -352px;
	width: 704px;
	height: 100%;
}

/* HEADER */
#header {
	background-image: url(images/header.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 704px;
	height: 389px;
	z-index: 2;
}
#shadow_left {
	background-image: url(images/shadow_left.png);
	position: absolute;
	width: 35px;
	height: 189px;
	top: 134px;
	left: 142px;
	z-index: 4;
}
#shadow_top {
	background-image: url(images/shadow_top.png);
	position: absolute;
	width: 7px;
	height: 10px;
	top: 133px;
	left: 515px;
	z-index: 4;
}

#content_container {
	position: absolute;
	width: 379px;
	top: 143px;
	left: 143px;
	z-index: 4;
}
#shadow_right {
	background-image: url(images/shadow_middle.png);
	position: absolute;
	width: 7px;
	height: 100%;
	top: 0px;
	right: 0px;
}
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 332px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#shadow_bottom {
	background-image: url(images/bck_bottom.jpg);
	position: relative;
	width: 391px;
	height: 12px;
	left: -6px;
	z-index: 5;
}

#bottom_bar {
	position: relative;
	height: 17px;
	width: 379px;
	left: 0px;
	background-color: #2e4593;
	z-index: 8;
}

#bottom_bar td{
	background-color: #FFF;
	text-align: center;
	height: 17px;
}

#menucontainer {
	position: absolute;
	width: 190px;
	height: 20px;
	right: 0px;
	top: 150px;
	z-index: 3;
	text-transform: uppercase;
}
#menucontainer td {
	height: 22px;
	z-index: 3;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
}
#menucontainer td a{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}
#menucontainer td a:visited{
	color: #FFF;
}
#menucontainer td a:hover{
	color: #F00;
}
#menucontainer td:hover {
	z-index: 3;
	color: #F00;
	font-size: 14px;
	background-color: #FFF;
}
#menucontainer td:hover a{
	z-index: 3;
	color: #F00;
	background-color: #FFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.albumtitel {
	font-weight: bold;
	font-size: 12px;
	color: #2e4593;
	text-transform: capitalize;
}
.albumtitel a{
	color: #2e4593;
	text-decoration: none;
}
.albumtitel a:visited{
	color: #2e4593;
}
.albumtitel a:hover{
	color: #F00;
}

#imageslider {
	position: absolute;
	width: 160px;
	height: 160px;
	background-color: #FFF;
	right: 0px;
	top: 335px;
	z-index: 10;
}
