
/* GLOBAL STYLES
............................................................................................................*/

html,body
	{
		height: auto;
	}

img
	{
		border:none;
	}
	
a
	{
		text-decoration:underline;
		color:#20257f;
	}

a:hover
	{
		text-decoration:underline;
		color:#df4488;
	}

input
	{
		border: 1px solid #ccc;
	}
	
	
/* KLASSER
............................................................................................................*/

.strek {
border-bottom: solid 1px #757575;
}

.wrapper
{
width:766px;
height:685px;

}

.header
{

text-align:center;
width:705px;
height:81px;


}

.content
{
width:705px;
height:712px;
float:right;
padding:36px 30px 0px 27px;

}

.logo
{
margin-top:0px;
background:url(images/logo.jpg) no-repeat center;
width:194px;
height:185px;
float:left;
}

.menu
{
width:194px;
height:400px;
float:left;
text-align:center;
}



.text
{
	width:704px;height:535px;
	overflow:auto;
	padding: 0px;
	float:left;
}

.bilde
	{
		width: 685px;
		float:left;
	}


.test
{
width:668px;height:20px;
background:#000;

}

ul.menu_sub li
	{
		list-style:none;
		float:left;
	}
	
ul.menu_sub 
	{
		width:675px;
		height: 18px;
		float:left;
	}
	

ul.menu_sub_sub li
	{
		list-style:none;
		float:left;
	}

ul.menu_sub_sub 
	{
		width:675px;
		height:18px;
		float:left;
	}
	

/* STANDARD */
.must{color:red;display:inline;}

*{margin:0;padding:0;border-collapse: collapse;font-family: Arial;font-size: 11px;color:#626262;}	


/*
............................................................................................................*/

li.forside
	{
		background: url(images/presse.jpg);
		width: 703px;
		height: 15px;
	}


h1 {
font-size: 16px;
}

strong {
color: #000000;
}



