/* Layout id */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;

}

#wrapper {
	margin-top:35px;
	width:950px;
	margin-left:45px;background-image:url(images/bg.png);
background-repeat: no-repeat;
}

#header{
	overflow:hidden;
	height:121px;
	margin-bottom:30px;
}

#border_top{
	background-image: url(images/path_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:3px;
}

#pathgroup{
display:block;
padding-top:7px;
padding-bottom:7px;
	padding-left:15px;

}

/*Fjerner linjeskift som settes automatisk av en form*/
#pathgroup form.form{
	display:inline;
	padding: 0px;
	margin: 0px;
}

/*#pathgroup form{
	display:inline;
	
}*/

/*høyde på input søk*/
#pathgroup input.txt{
	height:inherit;
font-size:11px;
	background-position:4px 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#pathgroup input.btn {	
	border:none;

}


#pathgroup div{
	float:left;
	color:#333333;
	FONT-SIZE: 11px;
	display:inline;

}


/*#border_content{
background-image:url(images/bg.png);
background-repeat:repeat-y;
width:100%;
height:100%;
}


#border_content_login{
background-image:url(images/bg.png);
background-repeat:repeat-y;
width:100%;
height:100%;}
*/	
#content{
padding-top:5px;
		padding-bottom:18px;

	
}

/* Alt innenfor content arver float left*/
#content div{
	overflow:hidden;
}

/* For IE6*/

* html #content-left{
	width: 194px;
	border: 1px solid #c8c1ab;
		margin-left:8px;	float:left;	
	overflow:hidden;min-height:520px;

}
#content-left{
	width: 194px;float:left;
	margin-left:15px;	
	border: 1px solid #cccccc;
	min-height:520px;

}

#content-right{
	width: 194px;float:left;	
	margin-left:15px;	
	border: 1px solid #cccccc;	
	min-height:520px;

}

/*#content-main div{
	display:block;
	width:100%;
}*/

#content-main{
	width: 485px;
	float:left;	
	margin-left:18px;
	text-align:left;	
	border: 1px solid #cccccc;	
	min-height:520px;


}


/*Stopper float left*/
#stop{
clear:both;}

#border_bottom{	
	height:18px;
	width:100%;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	}

#footer{	width:100%;
padding-top:18px;
background-color:#FFFFFF;


}