@CHARSET "ISO-8859-1";

A {
	text-decoration: none;
	color: #000000;
}
A:Hover {
	color: #FFFFFF;
}

BODY {
	background-image: url(/img/background.png);
	background-repeat: repeat-x;
	background-color: #cecbc9;
	margin: 0px;
	height: 100%;
	text-align: center;
}

IMG {
	border: 0px;
}

A, BODY, P, TD {
	font-family: Verdana;
	font-size: 10px;
} 

#ShadowTable {
	height: 100%;
	width: 907px;
}

#ShadowTable TD.LeftShadow {
	background-image: url(/img/shadow-left.png);
	background-repeat: repeat-y;
	width: 18px;
	height: 100%;
}

#ShadowTable TD.RightShadow {
	background-image: url(/img/shadow-right.png);
	background-repeat: repeat-y;
	width: 18px;
}

#MainArea {
	width: 871px;
	height: 100%;
	background-color: #8e8e93;
	margin-left: auto;
	margin-right: auto;
}

#TopMenu {
	width: 871px;
	height: 97px;
	background-image: url(/img/menu-background.png);
	position: relative;
	z-index: 100;
}

#Logo {
	position: absolute;
	left: 5px;
	top: 5px;
}

#TopMenu UL.TopMenu {
	position: absolute;
	bottom: 3px;
	#bottom: 2px;
	left: 200px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#TopMenu UL.TopMenu LI {
	float: left;
	display: inline;
	margin: 0px 5px;
	height: 24px;
	padding-top: 0x;
}
#TopMenu UL.TopMenu LI A {
	float: left;
	padding: 6px 15px 6px 15px;
	font-weight: bold;
}
#TopMenu UL.TopMenu LI.Selected {
	background: #ff6f0c url(/img/menu-left.png) no-repeat top left;
}
#TopMenu UL.TopMenu LI.Selected A {
	background: url(/img/menu-right.png) no-repeat top right;
	color: #ffffff;
}

#TopMenu DIV.Menu SPAN.Selected DIV.MenuLeft {
	background-image: url(/img/menu-left.png);
	left: 0px;
	top: 0px;
}
#TopMenu DIV.Menu SPAN.Selected DIV.MenuRight {
	background-image: url(/img/menu-right.png);
	right: 0px;
	top: 0px;
}
#Content {
	width: 871px;
	background-image: url(/img/content-background.png);
	background-position: bottom;
	background-repeat: repeat-x;
 	background-color: #ffffff;
 	margin: 0px;
 	padding: 0px;
 	position: relative;
}

#FrontNews, #FrontWeekend, #FrontArtists, #FrontPlayer {
	position: relative;
}

#FrontNews {
	background-image: url(/img/front-news-background.png);
	background-repeat: no-repeat;
	width: 243px;
	height: 248px;
	float: left;
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 5px;
}
#FrontNews UL {
	position: absolute;
	margin: 0px;
	left: 7px;
	top: 27px;
	padding: 0px;
	text-align: left;
	width: 227px;
}
#FrontNews UL LI {
	list-style: none;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-top: 1px;
	background-color: #eae8e1;
	color: #52696f;
	height: 16px;
}
#FrontNews UL LI.Title {
	font-weight: bold;
	height: 19px;
	background-color: #ffffff;
	font-size: 12px;
	padding-top: 2px;
	color: #48555b;
}
#FrontNews UL LI.Content {
	padding: 5px;
	height: 55px;
}
#FrontNews UL LI.Content IMG {
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #8f8f93;
}
#FrontNews UL LI.Content A {
	color: #ff710c;
	text-decoration: underline;
}
#FrontNews UL LI.Other {
	background-color: #ffffff;
	font-style: italic;
	font-weight: bold;
	color: #b3afa2;	
	padding-top: 2px;
	padding-bottom: 2px;
}
#FrontNews A.More {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#FrontWeekend {
	background-image: url(/img/front-weekend-background.png);
	background-repeat: no-repeat;
	width: 243px;
	height: 248px;
	float: left;
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 5px;
}

#FrontArtists {
	background-image: url(/img/front-artists-background.png);
	background-repeat: no-repeat;
	width: 171px;
	height: 248px;
	float: left;
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 5px;
}

#FrontArtists UL {
	position: absolute;
	top: 25px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#FrontArtists UL A {
	color: #5d5d5d;
	font-weight: bold;
}

#FrontPlayer {
	width: 201px;
	height: 248px;
	float: left;
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 5px;
}

#Footer {
	background-image: url(/img/footer-background.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	background-color: #cdcac8;
	width: 871px;
	height: 50px;
	text-align: center;
	padding-top: 5px;
	color: #989898;
}
#Footer A {
	color: #989898;
}

#Tail {
	width: 871px;
	height: 9px;
	background-image: url(/img/page-footer.png);
	background-repeat: repeat-x;
	background-color: #8e8e93;
}

#Content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

DIV.Banner {
	margin-bottom: -2px;
}







DIV.NewsMain {
	background-image: url(/img/news-main-background.png);
	background-repeat: no-repeat;
	background-color: #dbdbda;
	width: 510px;
	padding-top: 40px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

DIV.NewsMain DIV.Image {
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	font-style: italic;
}

DIV.NewsMain DIV.Image IMG {
	margin-bottom: 5px;
}

DIV.NewsMain DIV.Content {
	float: left;
	width: 270px;
	padding-bottom: 10px;
}

DIV.NewsMain DIV.ContentLarge {
	float: left;
	width: 480;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}

DIV.NewsMain H1 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #2a373d;
}


DIV.NewsMain H3 {
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 5px;
}

#NewsSide {
	float: right;
	width: 343px;
	margin-right: 5px;
}
DIV.NewsSide {
	width: 323px;
	#width: 343px;
	border: 1px solid #acabaa;
	margin-top: 5px;
	padding: 10px;
}
DIV.NewsSide IMG {
	margin-right: 10px;
}
DIV.NewsSide H4 {
	font-size: 9px;
	color: #888888;
	margin: 0px;
	font-weight: normal;
}
DIV.NewsSide H3 {
	font-size: 11px;
	margin: 0px;
	margin-bottom: 7px;
}
DIV.NewsSide A {
	color: #ff710c;
	text-decoration: underline;
}


DIV.NewsOlder {
	width: 858px;
	height: 100px;
	float: left;
	position: relative;
}
DIV.NewsOlder H2 {
	font-size: 10px;
	background-color: #ffffff;
	color: #b2aea2;
	padding: 2px;
	font-style: italic;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
}
DIV.NewsOlder UL {
	list-style: none;
	margin: 0px;
	margin-left: 5px;
	padding-left: 10px;
}
DIV.NewsOlder UL.Left {
	position: absolute;
	left: 0px;
	top: 30px;
}
DIV.NewsOlder UL.Right {
	position: absolute;
	left: 315px;
	top: 30px;
}
DIV.NewsOlder LI {
	margin-bottom: 2px;
}
DIV.NewsOlder LI A {
	color: #2a373d;
}
DIV.NewsOlder LI A B {
	margin-right: 7px;
}

#SideMenu {
	width: 162px;
	padding: 7px;
	padding-bottom: 125px;
	padding-top: 0px;
	float: left;
}
#SideMenu H1 {
	width: 162px;
	height: 18px;
	#height: 24px;
	background-image: url(/img/sidemenu-background.png);
	background-repeat: none;
	font-size: 11;
	color: #ffffff;
	text-align: center;
	padding-top: 6px;
	margin-top: 7px;
	margin-bottom: 15px;
}
#SideMenu UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#SideMenu UL LI {
	padding-left: 30px;
	margin-bottom: 7px;
}
#SideMenu UL LI A {
	color: #445d65;
	font-weight: bold;
}
#SideMenu UL LI.Selected {
	background-image: url(/img/sidemenu-selector.png);
	background-repeat: no-repeat;
	background-position: 15px 0px;
}
#SideMenu UL LI.Selected A {
	color: #ff710c;	
}
#SideMenu UL LI A:Hover {
	text-decoration: underline;
}


#UmPrime {
	margin-top: 6px;
	width: 686px;
	float: left;
}

#UmPrime H1 {
	background-color: #2a373d;
	width: 670px;
	#width: 686px;
	color: #ffffff;
	font-size: 12px;
	padding: 6px;
	padding-left: 10px;
	margin: 0px;
}
#UmPrime DIV.Content {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	color: #2a373d;
	margin-bottom: 10px;
}

#UmPrime DIV.Staff {
	width: 561px;
	#width: 585px;
	background-color: #ececec;
	padding: 12px;
	margin-left: 41px;
	margin-bottom: 2px;
}
#UmPrime DIV.Staff DIV.Image {
	border: 1px solid #2a373d;
	padding: 1px;
	float: left;
	margin-left: 20px;
	margin-right: 30px;
}
#UmPrime DIV.Staff A {
	color: #969696;
}

#WeekendHolder {
	float: left;
	padding-bottom: 20px;
}

#WeekendMain {
	width: 327px;
	#width: 357px;
	float: left;
	position: relative;
	background-color: #a3a3a3;
	padding: 15px;
	margin-left: 10px;
	margin-top: 7px;
}
#WeekendMain:after {
}
#WeekendMain DIV.Top {
	width: 357px;
	height: 12px;
	background-image: url(/img/weekend-main-top.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

#WeekendMain DIV.Bottom {
	width: 357px;
	height: 12px;
	background-image: url(/img/weekend-main-bottom.png);
	position: absolute;
	bottom: -12px;
	left: 0px;
}

#WeekendMain IMG {
	margin-bottom: 10px;
}
	
#WeekendMain H1 {
	font-size: 14px;
	color: #2a373d;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

#WeekendMain UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
}
#WeekendMain UL LI {
	background-color: #bcbcbc;
	padding: 2px;
	padding-left: 10px;
	margin-bottom: 1px;
	width: 320px;
}

#WeekendSide {
	float: right;
	width: 307px;
	margin-right: 7px;
}
DIV.WeekendSide {
	position: relative;
	padding: 15px;
	margin-top: 7px;
	background-color: #cbcbcb;
	width: 277px;
	#width: 307px;
	margin-bottom: 15px;
}
DIV.WeekendSide DIV.Top {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/img/weekend-side-top.png);
	width: 307px;
	height: 12px;
}
DIV.WeekendSide DIV.Bottom {
	position: absolute;
	bottom: -12px;
	left: 0px;
	background-image: url(/img/weekend-side-bottom.png);
	width: 307px;
	height: 12px;
}
DIV.WeekendSide H3 {
	font-size: 14px;
	color: #2a373d;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
DIV.WeekendSide UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
}
DIV.WeekendSide UL LI {
	background-color: #d9d9d9;
	padding: 2px;
	padding-left: 10px;
	margin-bottom: 1px;
	width: 260px;
}

#HafaSamband {
	float: right;
	width: 260px;
	margin-right: 270px;
	margin-top: 20px;
}
#HafaSamband INPUT.Text {
	border: 1px solid #cccccc;
	width: 100%;
	margin-bottom: 5px;
}
#HafaSamband TEXTAREA {
	border: 1px solid #cccccc;
	width: 100%;
	margin-bottom: 5px;
}
#HafaSamband INPUT.Text.Submit {
	float: right;
}
DIV.BannerLeft {
	float: left;
}


#FrontWeekend UL {
	margin: 25px 0px 0px 10px;
	padding: 0px;
	list-style: none;
	width: 223px;
	position: absolute;
	bottom: 35px;
}
#FrontWeekend LI {
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 1px 0px;
	background-color: #4d585c;
	color: #ffffff;
}
#FrontWeekend LI.Clear {
	text-align: center;
	padding: 0px;
	background-color: transparent;
}
#FrontWeekend LI.First {
	background-color: #ffffff;
	color: #3b484e;
	font-style: italic;
	font-weight: bold;
}
#FrontWeekend LI.Second {
	background-color: #5e676c;
	color: #cfd4d8;
	font-style: italic;
	font-weight: bold;
}
#FrontWeekend A.More {
	position: absolute;
	bottom: 10px;
	right: 10px;
}




#MenuListamenn {
	visibility: hidden;
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
	top: 100px;
}
#MenuListamenn LI {
	width: 140px;
	@width: 160px;
	height: 19px;
	@height: 26px;
	background-color: #fe934b;
	padding-left: 20px;
	margin-bottom: 1px;
	padding-top: 7px;
}
#MenuListamenn LI A {
}

DIV.floatfix {
	clear: both;
}

