/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:url(../images/html_bg.gif) repeat;
}
body {
	width: 100%;
	height: 100%;
	background:url(../images/html_bg.gif) repeat ;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 12px;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	list-style:none;
}
a img{
	border:0;
	background: none;
}

img {
	background: none;
}

.clear{
	clear:both;
}

/* Layout CSS */

#animation {
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 0px;
	width:951px;
	height:760px;
	background: none;
	overflow: hidden;
}

#Header {
	position:fixed;
	top:21px;
	left:23px;
	background:url(../images/logo.png) no-repeat top left;
	height:66px;
	width:400px;
	z-index:10;
	padding:8px 14px;
}
	#Header h1 a,
	#Header h1 a:hover,
	#Header h1 a:active {
		color:#000;
		font-size:35px;
		font-weight:normal;
		text-transform:uppercase;
		text-decoration: none;
	}
	
#leftColumn {
	position:fixed;
	top:95px;
	left:30px;
	z-index:30;
}	
	
#Menu1 {
	
	font-family:Arial,Helvetica,sans-serif;
}

	#Menu1 li.link {
		margin: 4px 0;
		background:url(../images/yellow_opaque.png);
		width:370px;
	}
	
		#Menu1 li.link a {
			display:block;
			color:#000;
			font-size:35px;
			text-decoration:none;
			padding:1px 0 1px 6px;
			text-transform:uppercase;
		}
		#Menu1 li.link a:hover {
			padding:1px 0 1px 6px;
			background:#000;
			color:#fff;
		}
	
	#Menu1 li.current,
	#Menu1 li.section {
		background:#000;
		margin: 4px 0 4px 70px;
		width:370px;
	}
		
		#Menu1 li.current a,
		#Menu1 li.section a {
			display:block;
			padding:1px 0 1px 10px;
			color:#fff;
			font-size:35px;
			text-decoration:none;
			text-transform:uppercase;
		}
	
		#Menu1 li.current a:hover,
		#Menu1 li.section a:hover {
			display:block;
			padding:1px 0 1px 10px;
			color:#fff;
			font-size:35px;
			text-decoration:none;
			text-transform:uppercase;
		}


#Menu2 {
	position:absolute;
	padding:0;
	margin: 0 0 0 70px;
	background:url(../images/menu2_bg1.gif) no-repeat bottom left;
	z-index:40;
}

#Menu2.offset1 {
	top:45px;
}

#Menu2.offset2 {
	top:90px;
}

#Menu2.offset3 {
	top:138px;
}

#Menu2.offset4 {
	top:182px;
}

#Menu2.offset5 {
	top:230px;
}

#Menu2.offset6 {
	top:90px;
}

	#Menu2 li.sub {
		font-size:10px;
		font-family:'Times New Roman', Times,serif;
		position:relative;
		top:-5px;
		padding:0 6px;
		margin:0;
		text-transform:uppercase;
		color:#000;
	}
	
	#Menu2 li.sub .by{
		font-size:10px;
		font-family:'Times New Roman', Times,serif;
		text-transform:none;
		color:#000;
	}
	
	#Menu2 ul {
		margin: 5px 8px 12px 8px;
		padding:0;
	}

	#Menu2 li.link {
		background:none;
		margin:0;
		padding:5px 6px;
		width: 250px;
	}
		#Menu2 li.link a {
			font-family:Georgia,'Times New Roman', Times,serif;
			color:#000;
			text-decoration:none;
			text-transform:none;
			font-size:14px;
			padding:0;
		}
		#Menu2 li.link a:hover {
			font-family:Georgia,'Times New Roman', Times,serif;
			font-size:14px;
			text-decoration:underline;
			padding:0;
			margin:0px;
			color:#000;
			background: none;
		}
	
	#Menu2 li.current,
	#Menu2 li.section {
		position:relative;
		top:-18px;
		left:-18px;
		background:none;
		padding:5px 6px;
		background:url(../images/menu2_current.png) no-repeat top left;
		margin:0;
		width:none;
	}
	
		#Menu2 li.current a,
		#Menu2 li.section a {
			font-family:Georgia,'Times New Roman', Times,serif;
			font-size:14px;
			text-decoration:none;
			text-transform:none;
			color:#000;
			padding:18px 0 0 18px;
			height:0;
			margin:0px;
			background:none;
		}
	
		#Menu2 li.current a:hover,
		#Menu2 li.section a:hover {
			font-family:Georgia,'Times New Roman', Times,serif;
			font-size:14px;
			text-decoration:none;
			text-transform:none;
			color:#000;
			padding:18px 0 0 18px;
			height:0;
			margin:0px;
			background: none;
		}

#ContentBackground {
	padding:0;
	margin:0;
	position:fixed;
	top:51px;
	left:363px;
	width:395px;
	height:94%;
	z-index:5;
	background:url('../images/white_opaque.png');
}

#ContentContainer {
	position:absolute;
	top:51px;
	left:363px;
	width:355px;
	z-index:50;
	padding:20px;
}

#Content {
	font-family:Arial,Helvetica,sans-serif;
}

#ContentMoreLeft {
	position:absolute;
	top:118px;
	left:320px;
	width:390px;
	overflow: hide;
	z-index:50;
}

#Content .dates {
	font-size: 13px;
	background:#fff;
	margin-bottom:3px;
}

#Content h1 {
	font-size:32px;
	line-height:26px;
	padding-bottom:1px;
	font-weight:normal;
	color:#fff;
	margin-bottom:10px;
	background:url(../images/content_h1.gif) repeat-y bottom left;
}

#Content h2 {
	background: #fff;
}

#Content p {
	background:#fff;
	padding:0 3px;
}

#RadioTeaser {
	position:fixed;
	top:420px;
	left:200px;
	z-index:60;
}

#RightTeasers {
	position:fixed;
	top:20px;
	left:750px;
	z-index:60;
}	

#designliga {
	position:fixed;
	top:15px;
	left:880px;
	z-index:70;
	background:url('../../assets/Uploads/teaser/designliga_bg.gif') no-repeat;
	width:120px;
	height:120px;
}	

#designliga a img {
	background:url('../../assets/Uploads/teaser/designliga.gif') no-repeat;
	width:120px;
	height:120px;
}

#designliga a:hover img {
	background:url('../../assets/Uploads/teaser/designliga_anim.gif') no-repeat;
	width:120px;
	height:120px;
}

.rightTeaserContainer {
	display:block;
	padding-bottom:35px;
}

.EntrySpacer {
	width:356px;
	height:32px;
	background: url('../images/entryspacer.png') no-repeat;
}

#closeWindows {
	float:right;
	visibility:hidden;
}

.pixel {
	background-color: black;
	width:20px;
	height:20px;
	float: left;
	position:absolute;
	background-attachment: fixed;
}

.newline {
	clear: both;
}

#SubMenu {
	width:350px;
}
	#SubMenu ul {
		padding-top:30px;
		width:150px;
	}

	#SubMenu li {
		background:#000;
		margin:5px 0;
		padding:1px 3px;
	}
		#SubMenu li a {
			color:#fff;
			text-decoration:none;
			text-transform:none;
			font-size:14px;
		}
		#SubMenu li a:hover {
			background:url(../images/yellow_opaque.png);
			color: #000;
		}