﻿body
{
	font-family: verdana, serif;
	font-size: 11px;
	color: #5d5d5d;
	background-color: #70b11f;

	background-image: url('./img/bg.gif');
	background-repeat: repeat-x;
}
.centered{margin: 0 auto 0 auto;}
h1{font-size: 3em; font-weight: bold; padding: 1px 0 1px 0; margin: 1px 0 1px 0;}
h2{font-size: 2.5em; font-weight: bold; padding: 1px 0 1px 0; margin: 1px 0 1px 0;}
h3{font-size: 2em; font-weight: bold; padding: 1px 0 1px 0; margin: 1px 0 1px 0;}
h4{font-size: 1.5em; font-weight: bold; padding: 1px 0 1px 0; margin: 1px 0 1px 0;}
h5{font-size: 1em; font-weight: bold; padding: 1px 0 1px 0; margin: 1px 0 1px 0;}

a, a:visited{text-decoration: none; color: #5d5d5d;}
a:hover{text-decoration: underline;}

img.link{text-decoration: none; border: 0px;}


#main
{

	display: block;

	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	border: 1px solid #70b11f;
	background-color: #fff;

}

.news_container{
	width: 1000px;
	padding-top: 5px;


}

.txt{	

	float: right;
	padding-top: 45px;
	margin-right: 30px;
	width: 410px;

	background-image:url('./img/news_header.png');
	background-repeat: no-repeat;

	height: 100px;
	text-align: left;
	}

.picture{

	padding-right: 20px;
	float:left; 	

	
}
#header
{
	height: 237px;
	background-image: url('./img/header.png');
}

/** MENYEN **/
#menu a, a:visited{text-decoration: none; font-weight: bold; font-size: 1em;}
#menu a:hover{text-decoration: underline;}

#film{

	border-top: 20px solid #e4e4e3;

	display: block;


}

#menu
{
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e1e1e1;
	background-color: #e9e9e9;
	height: 42px;
}
#menu ul
{	
	padding: 10px 0 2px 6px;
	margin: 2px 0 2px 5px;

}
#menu ul li
{	
	width: 123px;
	display: block;
	float: left;

	list-style-type: circle;
	font-size: 13px;

	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a1a1a1;

}

/** MAIN CONTAINER **/
#main_container{}
#download{display:block; float: left; padding:40px;}

#footer
{

	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e1e1e1;
	background-color: #e9e9e9;
	padding: 6px;

}



.break{clear:both;}