body {
	font-family: 'Lucida Grande', Arial, Sans-Serif;
	background:#fff url(/images/bg_body.jpg) repeat-y top left;
	font-size:12px;	
	color:#2E3092;
	margin:0;
	padding:0;
}
#container {
	margin:0;
	padding:0;
	width:740px;
}
.logo {
	margin:0;
	padding:0;
}
.header {
	position:absolute;
	top:0px;
	left:228px;
}
#menu {
	z-index:1;
	position:absolute;
	left:28px;
	top:146px;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
#menu ul {
	margin:0;
	padding: 0;
	list-style: none;
	width: 155px; /* Width of Menu Items */
}
#menu ul li {
	position: relative;
	height:33px;
	margin:0;
	display:block;
	padding:1px 0;
}
#menu li ul {
	z-index:2;
	margin:0;
	padding:0;
	position: absolute;
	left: 140px; /* Set 1px less than menu width */
	top: -2px;
	display: none;
}

/* Styles for Menu Items */
#menu a {
	margin:0;
	padding:0;
	height:33px;
	line-height:33px;
	vertical-align:middle;
	display: block;
	text-decoration: none;
	color:#2E3092;
	width:155px;
	border-bottom:1px solid #eee;		
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu a:hover { 
	color:#F26549;
	background:url(/images/bg_menuitemhover.gif) no-repeat top right;		
} 
#menu li ul a:hover { 
	color:#F26549;
	background:#EAEFF5 url(/images/bg_menuitemhover.gif) no-repeat top right;		
} 
#menu a.selected {
	background:url(/images/bg_menuitemhover.gif) no-repeat top right;		
}		
#menu li ul li a { 
	background-color:#EAEFF5;
}
#menu li ul li a.selected { 
	background:#EAEFF5 url(/images/bg_menuitemhover.gif) no-repeat top right;
}		
#menu li:hover ul, #menu li.over ul { 
	display: block; 
}
#content {
	position:absolute;
	top:115px;
	left:0;
	padding-left:228px;
	padding-bottom:40px;
	font-family: 'Lucida Grande', Arial, Sans-Serif;
	font-size:12px;
	min-height:600px;
	z-index:0;
	background:url(/images/bg_content.jpg) no-repeat bottom left;
	
}
#tekst {
	clear:both;
	width:498px;
	margin:5px 20px 0 0px;
}
a {
	color:#EA5C41;
}
a:hover {
	color:#FAC2B8;
}
h1 {
	margin:15px 0 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
h2 {
	font-size:13px;
}
td {
	font-size:11px;
}
img {
	border-color:#F48570;
}
th {
	text-align:left;
	font-weight:bold;
	background-color:#DBDBEE;
	padding:7px 5px;
}
.alt {
	background-color:#EFF2FC;
}
.normal td {
	padding-bottom:30px;
}
.alt td {
	padding-bottom:30px;
}
.breadcrumbs{
	margin:10px 0;
	font-size:10px;
	font-weight:bold;
	color:#BFC0DE;
}
#object_header {
	width:498px;
	background-color:#FCF9EF;
	border:1px solid #FFF3CB;
	margin:10px 0;
}
#object_header p {
	margin:0;
	padding:8px;
}
#object_nav {
	margin:10px 0 40px 0;
	text-align:right;
}
#object_nav ul {
	margin:0;
	padding:0;
	list-style-type:none;	
}
#object_nav li {
	vertical-align:middle;
	list-style:none;
	margin:0 10px 0 0;
	float:left;
}
#object_nav li span {
	padding:2px 5px;
	display:block;
	margin:0;	
}
#object_nav li a {
	display:block;
	text-decoration:none;
	border:1px solid #FFF3CB;
	padding:1px 5px;
	background-color:#FCF9EF;
	margin:0;
}
#object_nav li a.selected {
	display:block;
	text-decoration:none;
	border:1px solid #DBDBEE;
	padding:1px 5px;
	background-color:#EFF2FC;
	margin:0;
}
label {
	padding:2px 0 0 0;
	font-weight:bold;
	display:block;
	float:left;
	width:100px;
}
form {
	width:490px;
	background-color:#FCF9EF;
	border:1px solid #FFF3CB;
}
form table {
	margin:8px;
}
.text {
	width:160px;
}
#footer {
	margin:50px 6px 15px 0px;
	padding:2px;
	width: 490px;
	border-top:1px solid #eee;		

}
#sub {
text-indent:10px;
}
#sub a{
	font-size:11px;
	height:22px;
}
.selector{
	margin:0;
	padding:0;
}