/*---------------GENERELT---------------*/

* {
	padding					: 0;
	margin					: 0;
}

html {
	margin					: 20px 0 0 0;
	background-color		: #f3f3f3;
	font-family				: Verdana, Arial, Helvetica;
	font-size				: 11px;
	color					: #565656;
}

img {
	border					: 0;
}

p {
	margin-bottom			: 18px;
}

p.undertittel {
	margin-bottom			: 2px;
}

body {
	margin					: 0 auto;
	width					: 854px;
}

h2 {
	font-size				: 18px;
	font-weight				: normal;
	margin					: 0 0 4px 0;
}

h3 {
	font-size				: 11px;
	font-weight				: bold;
	margin					: 0 0 2px 0;
}

h4 {
	font-size				: 13px;
	font-weight				: bold;
	margin					: 0 0 3px 0;
}

a {
	text-decoration			: none;
	color					: #14a4a7;
}

a:hover {
	text-decoration			: underline;
}

li {
	margin-left				: 15px;
}

ul {
	margin-bottom			: 18px;
}

div#line {
	border-bottom			: 1px solid #e8e8e8;
	margin-bottom			: 18px;
}

div#imgright {
	float					: right;
	margin					: 3px 0 12px 12px;
}

div#imgleft {
	float					: left;
	margin					: 0 12px 6px 0;
}

div#txtright {
	float					: right;
	margin-bottom			: 18px;	
}

div#txtleft {
	float					: left;
	margin-bottom			: 18px;	
}

div.artikkel {
	float					: left;
	width					: 100%;
	border-bottom			: 1px solid #e8e8e8;
	margin-bottom			: 18px;	
}

ul.columns {
	float					: left;
	width					: 24em;
	margin					: 0;
	padding					: 0;	
	list-style				: none;
}

li.columns {
	float					: left;
	width					: 12em;
	margin					: 0;
	padding					: 0;	
}

/*---------------SPECIAL/UNIKE---------------*/

img.arrimg {
	margin					: 3px 3px 2px 0;
}

div#arrline {
	border-bottom			: 1px solid #e8e8e8;
	margin-bottom			: 18px;
	margin-top				: 30px;
}

div#eventline {
	border-bottom			: 1px solid #e8e8e8;
	margin-bottom			: 18px;
	margin-top				: 50px;
}

div#eventline2 {
	border-bottom			: 1px solid #e8e8e8;
	margin-bottom			: 18px;
	margin-top				: 18px;
}

table {
	border-collapse			: collapse;
	margin-bottom			: 18px;
	width					: 422px;
}	

tr {
	border-bottom			: 1px solid #e8e8e8;
}

/*---------------HEAD---------------*/

div#head {
	background-image		: url("img/head-rosa.png");
	background-repeat		: no-repeat;
	float					: left;	
	width					: 854px;
	height 					: 129px;
}

/*---------------MAIN---------------*/

div#main {
	background-image		: url("img/bg_main.png");
	background-repeat		: repeat-y;
	float					: left;
	position				: relative;
}

div#content {
	background-image		: url("img/bg_content.png");
	background-repeat		: no-repeat;
	width					: 422px;
	min-height				: 260px;	
	float					: left;
	margin					: 0 6px;
	padding					: 15px 20px 0 20px;
}

/*---------------LEFT---------------*/

div#left_content {
	background-image		: url("img/bg_menu.png");
	background-repeat		: no-repeat;
	width					: 155px;
	float					: left;
	margin					: 0 5px 0 8px;
	padding					: 18px 0 11px 22px;
}

div.leftcolumn {
	float					: left;
	padding-right			: 18px;
}

img#menu_image {
	position				: absolute;
	bottom					: 20px;
	left					: 36px;
}

div.mainmenu-item { 
	margin-bottom			: 7px;
}

a.mainmenu {
	color					: black;
	text-decoration			: none;
	font-weight				: bold;
	font-size				: 11px;
	font-family				: Verdana, Arial, Helvetica;
}

a.mainmenu:hover {
	text-decoration			: underline;
}

div.mainmenu-subitem {
	margin					: 6px 0 7px 12px;
}

a.submenu {
	color					: #565656;
	text-decoration			: none;	
	font-weight				: bold;
	font-size				: 9px;
	font-family				: Verdana, Arial, Helvetica;
}

a.submenu:hover {
	text-decoration			: underline;
}

/*---------------RIGHT---------------*/

div#right_content {
	background-image		: url("img/bg_events.png");
	background-repeat		: no-repeat;
	width					: 142px;
	min-height				: 260px;	
	float					: left;
	margin					: 0 8px 0 5px;
	padding					: 15px 15px 15px 20px;
}

div#lesmer a {
	color					: white;
	float					: right;
	background-image		: url("img/lesmer.png");
	width					: 53px;
	height 					: 16px;
	display					: block;
	background-repeat		: no-repeat;	
	text-align				: center;
}

/*---------------FOOTER---------------*/

div#footer {
	background-image		: url("img/footer.png");
	width					: 854px;
	height 					: 54px;	
	background-repeat		: no-repeat;
	float					: left;
}

div#footer marquee {
	width					: 830px;
	padding-top				: 24px;
	color					: #a2a2a2;
}

div#footer a {
	color					: #a2a2a2;
}

div#footer a:hover {
	text-decoration			: underline;
}

div#copy {
	color					: #c5c5c5;
	font-size				: 9px;	
	margin-left				: 11px;
	float					: left;
}

div#copy a {
	color					: #c5c5c5;
	text-decoration			: none;
}

div#copy a:hover {
	text-decoration			: underline;
}

div#design {
	color					: #c5c5c5;
	font-size				: 9px;	
	margin-right			: 11px;
	float					: right;
}

div#design a {
	color					: #c5c5c5;
	text-decoration			: none;
}

div#design a:hover {
	text-decoration			: underline;
}
