/* ÜFA NoRisk Hakkrems */

body { 
	font:13px Verdana; 
}

hr {
	border-top: solid 2px #990000;
	margin: 10px auto;
}

#everything { 
	width:924px;  
	background-color:#E8E8E8;
	margin: 0px auto;
	border: 2px solid #990000;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
}

#head {   
	background:url(../images/norisk_header2.jpg) left no-repeat;
	height:140px;
	width: 320px;
	margin: 0px auto;
}

.more {
	background:url(../images/more_button.jpg);
	width: 150px;
	height: 23px;
	text-align:center;
	font: 14px Shruti;
}

.more a {
	color: white;
	text-decoration: none;
	margin-top: 5px;
}

#navigation {
	background:url(../images/menubar.jpg) left no-repeat;
	width: 920px;
	height:24px;
	font-size:15px;
	letter-spacing:1.2px;
	padding-top: 6px;
	text-align:center;
	margin: 0px auto;
}

#navigation a {
	color:#FFFFFF;
	text-decoration:none;
}

#navigation li, ul {
	margin-right: 20px;
	display: inline;
}

#navigation u {
	color: #FFFFFF;
	font-size:15px;
}

#middle {
	margin-top: 15px;
	clear: both;
}

#text { 
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 640px;
	display: inline;
}

#text p {
	margin-top: 6px; 
	margin-bottom: 4px;
}

#text h1, h2, h3 { 
	color:#990000; 
	margin-top: 4px;
	margin-bottom: 16px; 
}

#right_column {
	float:right;
	width: 230px;
	margin-right: 15px;
	text-align:center;
}

#favourites {
	background-color:#FFFFFF;
	float:right;
	width: 230px;
	border: 3px solid #990000;
	margin-right: 15px;
	color: #990000;
}

#favourites ul {
	margin: 0px;
	font-weight:bold;
}

#favourites li {
	margin: 0px 0px 10px 20px;
	font-weight:bold;
}

#favourites a {
	color: #990000;
	text-decoration:none;
}

#favourites h1 {
	margin-top: 0px;
	background-color: #990000;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-size: 16px;
	text-align:center;
}

#footer { 
	clear: both;
	background-color:#990000;
	text-align:center;
	color:white;
	letter-spacing:2px;
	height: 30px;
}

#footer li, ul {
	margin-right: 20px;
	display: inline;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}