@charset "utf-8";
/* CSS Document */
/* Main divs and tags */

body{
	background-color: #000;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color: #FFF;
	margin: 0 0 0 0;
	overflow: auto;
	max-height: 675px;
}

*{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0 none;
}

a{
	color: #FFF;
}

ul, ol, li{
	padding: 10px 10px auto 10px;
}

#mainWrapper{
	width: 990px;
	height: 675px;
	background-color: #000;
	margin: 0 auto auto auto;
	background-image: url(../bilder/BG.jpg);
	max-height: 675px;
}

#header{
	width: 990px;
	height: 125px;
	/*background-color: #333;*/
	background-image: url(../bilder/headerBG.jpg);
	color: #fff;
	margin: 0 0 0 0;
	max-height: 125px;
}

#navigation{
	width: 940px;
	height: 25px;
	background-color: #000;
	margin: 0 0 0 0;
	position: relative;
	top: 0;
	left: 25px;
	right: 25px;
	bottom: 0;
	font-size: 18px;
	color: #333;
	padding: 2px 0 -2px 0;
	max-height: 25px;
}

#navBox{
	width: 120px;
	height: 25px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../bilder/BTNBG.jpg);
	max-height: 25px;
}

#navigation a{
	color: maroon;
	text-decoration: none;
}

#latestNews{
	width: 650px;
	height: 395px;
	background-color: #333;
	background-image: url(../bilder/lNBG.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 25px;
	bottom: auto;
	right: 25px;
	padding: 5px 10px 0 10px;
	max-height: 395px;
}

#latestFlash{
	width: 225px;
	height: 182px;
	position: relative;
	top: -400px;
	left: 720px;
	bottom: auto;
	right: 25px;
	background-color: #333;
	background-image: url(../bilder/lFCBG.jpg);
	background-repeat: no-repeat;
	padding: 5px 10px 0 10px;
	max-height: 182px;
}

#latestContent{
	width: 225px;
	height: 183px;
	position: relative;
	top: -375px;
	left: 720px;
	bottom: auto;
	right: 25px;
	background-color: #333;
	background-image: url(../bilder/lFCBG2.jpg);
	background-repeat: no-repeat;
	padding: 5px 10px 0 10px;
	max-height: 183px;
}

#bottomLine{
	width: 920px;
	height: 70px;
	position: relative;
	top: -350px;
	left: 25px;
	bottom: auto;
	right: 25px;
	background-color: #333;
	padding: 5px 10px 0 10px;
	background-image: url(../bilder/bLBG.jpg);
	max-height: 70px;
}

#footer{
	width: 990px;
	height: 50px;
	position: relative;
	top: -345px;
	left: auto;
	bottom: auto;
	right: auto;
	text-align: center;
	font-size: 12px;
	max-height: 50px;
}

/* Main classes */

.normalText{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color: #FFF;
}

/* latestNews tags and classes */

#lNWrapperTop{
	width: 648px;
	height: 150px;
	margin: 0 0 0 0;
	border: solid 0px #555;
}

#lNWrapper{
	width: 648px;
	height: 100px;
	margin: 20px 0 0 0;
	border: solid 0px #555;
}

#lNHeadlineTop{
	width: 495px;
	height: 20px;
	font-size: 18px;
}

#lNHeadlineTop a{
	text-decoration: none;
}

#lNHeadlineTop a:hover{
	text-decoration: underline;
}

#lNHeadline{
	width: 495px;
	height: 20px;
	font-size: 18px;
}

#lNHeadline a{
	text-decoration: none;
}

#lNHeadline a:hover{
	text-decoration: underline;
}

#lNdateTop{
	width: 130px;
	height: 20px;
	position: relative;
	top: -20px;
	left: 518px;
	bottom: auto;
	right: 0;
	text-align: right;
	font-style: italic;
}

#lNDate{
	width: 130px;
	height: 20px;
	position: relative;
	top: -20px;
	left: 518px;
	bottom: auto;
	right: 0;
	text-align: right;
	font-style: italic;
}

#lNBildeTop{
	width: 130px;
	height: 130px;
	position: relative;
	top: -20px;
	left: 518px;
	bottom: auto;
	right: 0;
}

#lNBilde{
	width: 80px;
	height: 80px;
	position: relative;
	top: -20px;
	left: 568px;
	bottom: auto;
	right: 0;
}

#lNIngressTop{
	width: 495px;
	height: 90px;
	position: relative;
	top: -140px;
	left: 0;
	bottom: auto;
	left: auto;
}

#lNIngress{
	width: 495px;
	height: 40px;
	position: relative;
	top: -90px;
	left: 0;
	bottom: auto;
	right: auto;
}

#lNAuthorTop{
	width: 300px;
	height: 20px;
	position: relative;
	top: -130px;
	left: 0;
	bottom: auto;
	right: auto;
}

#lNAuthor{
	width: 300px;
	height: 20px;
	position: relative;
	top: -80px;
	left: 0;
	bottom: auto;
	right: auto;
}

#lNCategoryTop{
	width: 195px;
	height: 20px;
	position: relative;
	top: -150px;
	left: 250px;
	bottom: auto;
	right: 0;
	text-align: right;
}

#lNCategory{
	width: 195px;
	height: 20px;
	position: relative;
	top: -100px;
	left: 300px;
	bottom: auto;
	right: 0;
	text-align: right;
}

#lNWrapper2Top{
	width: 518px;
	height: 2px;
	border-bottom: solid 0px #555;
	position: relative;
	top: -175px;
	left: 0;
	right: auto;
	bottom: auto;
}

#lNWrapper2{
	width: 568px;
	height: 2px;
	border-bottom: solid 0px #555;
	position: relative;
	top: -125px;
	left: 0;
	right: auto;
	bottom: auto;
}

#lNWrapper3Top{
	width: 518px;
	height: 2px;
	border-bottom: solid 0px #555;
	position: relative;
	top: -285px;
	left: 0;
	right: auto;
	bottom: auto;
}

#lNWrapper3{
	width: 568px;
	height: 2px;
	border-bottom: solid 0px #555;
	position: relative;
	top: -185px;
	left: 0;
	right: auto;
	bottom: auto;
}

/* News tags and classes */

#sNTitle{
	width: 515px;
	height: 42px;
	font-size: 24px;
	text-align: left;
	border-bottom: solid 1px #555;
}
#sNInfoBox{
	width: 135px;
	height: 42px;
	position: relative;
	top: -43px;
	left: 515px;
	right: 0px;
	bottom: auto;
	font-size: 12px;
	text-align: right;
	border-bottom: solid 1px #555;
}
#sNInfo{
	width: 130px;
	height: 12px;
	margin: 0, 0, 0, 0;
}
#sNText{
	width: 650px;
	height: 335px;
	position: relative;
	top: -32px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px, 10px, 10px, 10px;
	overflow: auto;
	scrollbar-base-color: #333;
	scrollbar-arrow-color: #999;
}
.sNIngress{
	position: relative;
	top: 0;
	left: 10px;
	right: 30px;
	bottom: auto;
	width: 610px;
	height: auto;
}
.sNBilde{
	float: left;
}

.sNBilde img{
	border: solid 1px #FFF;
	margin-top: 0;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Archive tags and classes */

#aWrapper{
	width: 648px;
	height: 40px;
	font-size: 12px;
	margin: 0 0 5px 0;
	border: solid 1px #555;
}

#aWrapper2{
	width: 608px;
	height: 2px;
	position: relative;
	top: -125px;
	left: 0;
	right: 0;
	bottom: auto;
	border-bottom: solid 1px #555;
	z-index: 0;
}

#aImage{
	width: 40px;
	height: 40px;
	position: relative;
	top: -100px;
	left: 607px;
	right: 0;
	bottom: auto;
	border-left: solid 1px #555;
}

#aTitle{
	font-weight: bold;
	width: 275px;
	height: 20px;
	z-index: 5;
}

#aAuthor{
	width: 150px;
	height: 20px;
	text-align: left;
}

#aDate{
	width: 80px;
	height: 20px;
	text-align: left;
	position: relative;
	top: -20px;
	left: 150px;
	right: auto;
	bottom: auto;
}

#aCategory{
	width: 325px;
	height: 20px;
	position: relative;
	top: -60px;
	left: 280px;
	right: auto;
	bottom: auto;
}

#aText{
	width: 325px;
	height: 20px;
	position: relative;
	top: -60px;
	left: 280px;
	right: auto;
	bottom: auto;
}

#aNav{
	width: 600px;
	height: 20px;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

/* latestFlash and latestContent tags and classes */

#lFCWrapperTop{
	width: 225px;
	height: 61.5px;
}

#lFCWrapper{
	width: 225px;
	height: 50px;
	margin-top: 10px;
}

#lFCHeadlineTop{
	width: 225px;
	height: 17.5px;
	font-weight: bold;
}

#lFCHeadline{
	width: 225px;
	height: 15px;
	font-weight: bold;
}

#lFCBildeTop{
	width: 42px;
	height: 42px;
	position: relative;
	top: 0;
	left: 183px;
	bottom: auto;
	right: 0;
}

#lFCTypeTop{
	width: 75px;
	height: 18px;
	position: relative;
	top: -42px;
	left: 0;
	bottom: auto;
	right: auto;
	font-style: italic;
	font-size: 12px;
}

#lFCType{
	width: 75px;
	height: 15px;
	font-style: italic;
	font-size: 12px;
}

#lFCDateTop{
	width: 100px;
	height: 18px;
	position: relative;
	top: -61px;
	left: 75px;
	bottom: auto;
	right: auto;
	text-align: right;
	font-style: italic;
	font-size: 12px;
}

#lFCDate{
	width: 150px;
	height: 15px;
	position: relative;
	top: -15px;
	left: 75px;
	bottom: auto;
	right: 0px;
	font-style: italic;
	text-align: right;
	font-size: 12px;
}

#lFCAuthorTop{
	width: 175px;
	height: 18px;
	position: relative;
	top: -56px;
	left: 0;
	bottom: auto;
	right: auto;
	font-size: 12px;
}

#lFCAuthor{
	height: 15px;
	width: 225px;
	position: relative;
	top: -15px;
	left: 0;
	bottom: auto;
	right: 0;
	font-size: 12px;
}

/* addNews form styles */

.aNLabel{
	width: 150px;
	height: 20px;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}

.aNInputText{
	width: 500px;
	height: 20px;
	font-size: 16px;
	float: right;
}

.aNTextAreaIngress{
	width: 500px;
	height: 50px;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	float: right;
}

.aNTextArea{
	width: 500px;
	height: 100px;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	float: right;
}

.aNButton{
	width: 650px;
	height: 20px;
	font-size: 16px;
}

.aNDropbox{
	width: 500px;
	height: 20px;
	font-size: 16px;
	float: right;
}

/* ShowFlash */

#sFPlayButton{
	min-height: 45px;
	height: 45px;
	min-width: 150px;
	background-color: #333333;
	border: solid 1px white;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 0 0;
}