html { height: 100%; width: 100%; }

table, tr, td {
	border-collapse: collapse;
}

a {
	color: #000066;
}

b {
	color: #000066;
}

u {
	color: #000066;
}

img {
	border: none;
	text-decoration: none;	
}

ul {
	line-height: 36px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#big_header {
	font-size: 24px;
	line-height: 28px;
	color: #000066;
	letter-spacing: -1px;
	text-align:left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#small_header {
	font-size: 14px;
	color: #000066;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

#little_header a {

	text-decoration: none;
	
}



body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 28px;
	text-align: center;
	background-image: url(../images/grey.png);
	background-repeat: repeat;
	background-color: #333333;
}

#main_top {
	width: 620px;
	height: 300px;
	position: absolute;
	left: 300px;
	top: 20px;
	background-image: url(../images/main_top.png);
}

#main_back {
	width: 620px;
	height: 520px;
	position: absolute;
	top: 300px;
	left: 300px;
	background-image: url(../images/main_back.png);
	background-repeat: repeat-y;
}

#main_bottom {
	width: 620px;
	height: 20px;
	position: absolute;
	top: 820px;
	left: 300px;
	background-image: url(../images/main_bottom.png);
}

.date {
	color:#999999;
	font-style: italic;
}

.small {
	font-size: 10px;
}

.quote {
	font-style: italic;
}

.green_message {
	color: #00CC00;
	font-size: 10px
}

.red_message {
	color: #FF0000;
	font-size: 10px;
}

.right {
	text-align: right;
}

#edit {
	width: auto;
	text-align: right;
	text-decoration: underline;
}

.selected {
	color: #000066;
}

/* --------------------- NAVIGATION -------------------- */

#navigation {
	width: 600px;
	height: 20px;
	position: absolute;
	left: 310px;
	top: 190px;
	text-align: center;
	vertical-align: top;
	word-spacing: 5px;
	font-size: 10px;
	color: #0066CC;
	letter-spacing: 2px;
}

#navigation a {
	color: #0066CC;
	text-decoration: none;
}

#choose_lang {
	width: 20px;
	height: 50px;
	position: absolute;
	right: 50%;
	margin-right: 500px;
	top: 150px;
	vertical-align: top;
	text-align: left;
	word-spacing: 20px;
	font-size: 10px;
	
}

#opacity {
	opacity:0.6;
	filter:alpha(opacity=40);
}

/* --------------------- CONTENT -------------------- */

#column_left {
	background-color: #FFFFFF;
	width: 300px;
	height: 900px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	top: 370px;
	vertical-align: top;
	text-align: justify;
	line-height: 20px;
	font-size: 12px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#column_middle {
	background-color: #FFFFFF;
	width: 300px;
	height: 900px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 370px;
	vertical-align: top;
	text-align: justify;
	font-size: 12px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#feed {
	height: 30px;
	text-align: left;
}

#feed a {
	text-decoration: underline;
}


#content {
	width: 580px;
	height: 550px;
	position: absolute;
	left: 330px;
	top: 250px;
	vertical-align: top;
	text-align: justify;
	line-height: 20px;
	font-size: 12px;
	overflow: auto;
}

#page_text {
	width: 550px;
	position: relative;
	left: 0px;
	top: 0px;
}
/* --------------------- NEWS -------------------- */

#news_top {
	width: 290px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 20px;
	background-image: url(../images/adds_top.png);
}

#live {
	width: 230px;
	position:relative;
	left: 30px;
	top: 0px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
}

#live a {
	color: #FF0000;
	text-decoration: blink;
}

#news {
	width: 290px;
	height: 780px;
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 40px;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	background-image: url(../images/adds_back.png);
	background-repeat: repeat-y;
}

#news_text {
	width: 280px;
	height: 580px;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	overflow: auto;
	position:absolute;
	left: 0px;
}

#column_text {
	width: 230px;
	position:relative;
	left: 25px;
	
}

#news_bottom {
	width: 290px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 820px;
	background-image: url(../images/adds_bottom.png);
}

#blockprod {
	width: 620px;
	height: 20px;
	position: absolute;
	top: 830px;
	left: 300px;
	text-align: center;
	font-size: 9px;
}
#login {
	width: 590px;
	height: 20px;
	position: absolute;
	top: 800px;
	left: 300px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

#login a {
	text-decoration: none;
	color: #0066CC;
}

/* --------------------- BOXAR -------------------- */

#column_box {
	background-color: #FFFFFF;
	width: 300px;
	padding-bottom: 15px;
}

#column_box a {
	text-decoration: none;
	bottom-padding: 10px;	
}

#column_box img {
	width: 290px;
	max-height: 290px;
	position:relative;
	left: 5px;
	top: 5px;
	border: none;
}

#column_box_text {
	width: 280px;
	position: relative;
	left: 10px;
	top: 10px;
	text-align: left;
}

#column_box_names {
	color:#999999;
	font-size: 10px;
	font-style: italic;
	width: 280px;
	height: 10px;
	text-align: right;
	position: relative;
	top: -35px;
	left: 10px;
	font-weight: lighter;
	
}

#column_box_date {
	color:#999999;
	font-size: 10px;
	font-style: italic;
	width: 290px;
	height: 14px;
	position: relative;
	top: -25px;
	left: 10px;
	font-weight: lighter;
}


/* --------------------- ADDS / REKLAM -------------------- */

#adds_y_top {
	width: 290px;
	height: 20px;
	position: absolute;
	left: 920px;
	top: 20px;
	background-image: url(../images/adds_top.png);
}

#adds_y {
	width: 290px;
	height: 800px;
	font-size: 12px;
	position: absolute;
	left: 920px;
	top: 40px;
	vertical-align: top;
	text-align: justify;
	line-height: 20px;
	font-size: 12px;
	background-image: url(../images/adds_back.png);
	background-repeat: repeat-y;
}

#adds_y_bottom {
	width: 290px;
	height: 20px;
	position: absolute;
	left: 920px;
	top: 820px;
	background-image: url(../images/adds_bottom.png);
}

#adds_x_top {
	width: 910px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 700px;
	background-image: url(../images/adds_x_top.png);
}

#adds_x {
	width: 910px;
	height: 100px;
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 720px;
	vertical-align: top;
	background-image: url(../images/adds_x.png);
}

#adds_x_bottom {
	width: 910px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 820px;
	background-image: url(../images/adds_x_bottom.png);
}



#skidforbundet {
	position: absolute;
	right: 50%;
	margin-right: -90px;
	top: 40px;
	
}

#vattenfall {
	position: absolute;
	right: 50%;
	margin-right: -95px;
	top: 130px;
	
}

#iof {
	position: absolute;
	right: 50%;
	margin-right: -85px;
	top: 190px;
	
}

#svcupen {
	position: absolute;
	right: 50%;
	margin-right: 10px;
	top: 290px;
	
}

#nordenmark {
	position: absolute;
	right: 50%;
	margin-right: 10px;
	top: 410px;
	
}

#are {
	position: absolute;
	right: 50%;
	margin-right: -95px;
	top: 290px;
	
}

#ann {
	position: absolute;
	right: 50%;
	margin-right: -95px;
	top: 350px;
	
}

#enervit {
	position: absolute;
	right: 50%;
	margin-right: 20px;
	top: 470px;
	
}

#teamsportia {
	position: absolute;
	right: 50%;
	margin-right: -100px;
	top: 490px;	
}

#craft {
	position: absolute;
	right: 50%;
	margin-right: -105px;
	top: 555px;
	
}

#polaris {
	position: absolute;
	right: 50%;
	margin-right: 10px;
	top: 540px;
}

#emit {
	position: absolute;
	right: 50%;
	margin-right: 25px;
	top: 590px;
}

#frickmk {
	position: absolute;
	right: 50%;
	margin-right: 10px;
	top: 690px;
}

#tope {
	position: absolute;
	right: 50%;
	margin-right: -105px;
	top: 690px;
	
}

#perenergi {
	position: absolute;
	right: 50%;
	margin-right: 15px;
	top: 650px;
	
}

#tpkartan {
	position: absolute;
	right: 50%;
	margin-right: -105px;
	top: 620px;
	
}

#skiotour {
	position: absolute;
	right: 50%;
	margin-right: -65px;
	top: 630px;
	
}


