@charset "utf-8";
/* CSS Document */
body
{
	background-image:url(gradient_bg_alinea.jpg);
	background-repeat:repeat-x;
	color: #000;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12 px;
	/*font-size: 0.7em;
	line-height: 1.5em;*/
}
h1
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h2
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size:18px;
	font-weight:bold;
}
p{
	margin:0px;
	padding:0px;
}
.titel
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size:13px;
	font-weight:bold;
}
#wrapper{
	width:960px;
	margin:0 auto;
}
#top_holder{
	float:left;
	width:910px;
	margin-left:15px;
	padding-right:25px;
	border-bottom: 1px solid #b1b1b2;
}
#lru_logo
{
	margin: 20px 0px 20px 10px;
	float:left;
	background-repeat:no-repeat;
}

#content
{
	background-color:#f9f7fc;
	/*
	background-image:url(content_bg_gradient.png);
	background-repeat:repeat-x;*/
	width:960px; 
	margin-top:00px;
	padding-bottom:30px; 
	border: 1px solid #666;
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;

	-moz-box-shadow:0 5px 5px rgba(000, 000, 000, 0.85);
	-webkit-box-shadow: 0 5px 5px rgba(000, 000, 000, 0.85);
	box-shadow: 0 4px 10px rgba(000, 000, 000, 0.85);
}
#intro_holder
{
	width:960px;
	margin-bottom:50px;
}
#introtekst_forsiden
{
	float:left;
	width:500px;
	margin: 20px 40px 30px 50px;
}
#ybook_uddrag
{
	float:left;
	margin: 240px 20px 0px 20px;
	text-align:center;
}
#intro_billede
{
	float:left;
	margin: 80px 0px 0px 0px;
	text-align:center;
}
#sidens_content
{
	float:left;
	width:935px;
	padding-bottom:30px;
	position:relative;
}
#overskrift
{
	float:left;
	width:930px;
	/*border: 1px dashed #666;*/
	text-align:center;
	margin-top:20px;
	
}
.forside_boks_left
{
	float:left; 
	width:400px;
	margin-left:60px;
	margin-right:40px;
}
.forside_boks_right
{
	float:left; 
	width:400px;
}

.forside_boks_romeriget
{
	float:left;
	padding:30px;
	width:340px;
	margin-bottom: 30px;
	border:1px solid #000000;
	-moz-box-shadow:0 5px 5px rgba(000, 000, 000, 0.85);
-webkit-box-shadow: 0 5px 5px rgba(000, 000, 000, 0.85);
box-shadow: 0 4px 10px rgba(000, 000, 000, 0.85);

border-bottom-right-radius: 20px 20px;
border-top-right-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px;
}
#bund_info
{
	font-size:11px;
	color: #858585;
	border-top: 1px dotted #b1b1b2;
	height:30px;
	width: 890px;
	padding-top:15px;
	padding-left:30px;
	text-align:center;
	margin-left:20px;
}
.read_more
{
	background:url(LinkArrow.gif) no-repeat 0 3px;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	color:#217aae;
}
#bund
{
	height:35px;
	width: 962px;
	background-color: #000;
	
	border-bottom-left-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
	
	-moz-box-shadow:0 5px 5px rgba(000, 000, 000, 0.85);
-webkit-box-shadow: 0 5px 5px rgba(000, 000, 000, 0.85);
box-shadow: 0 4px 10px rgba(000, 000, 000, 0.85);
}
.clear
{
	clear:both;
}