/* a-partner website basic stylesheet */
/* Verison 2.6 cleaup by Morten Yde   */


/* At first - No funky spaces.. please! */
/* Everything must be "flat" */
*{
	margin: 0px;
	padding: 0px;
}


/* Basic layout */
body{
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/bg.jpg) top center repeat-x #000;
}
/* This hack centeres site in FF/Safari */
/* It need a fixed width to work, and this is written inline */
#container{ 
	margin: 0px auto 0px auto;
	text-align: left; /* This makes the default text-align left */
	background: url(../images/content_tile.jpg) top center repeat-y;
}


/* Head/banner element */
#head{
	width: 100%;
	height: 160px;
	clear: both;
	background: url(../images/head.jpg) top center no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#head .head_left{
	float: left;	
}
#head .head_right{
	float: right;
}


/* Head Searchfield */
#search_field form{
	float: left;
}
#search_field p{
	float: left;
	margin: 3px 4px 0px 4px;
	padding: 0px;
}
#search_field a:hover{
	color: white;
	text-decoration: none;
}
#search_field img{
	border: 0px;
}
#search_field .flags{
	margin: 5px 4px 0px 4px;
}


/* Spacer element for gfx */
.spacer{
	width: 100%;
	height: 150px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/space.jpg) top center no-repeat;
}


/* Main table for expandable content */
#main_table{
	border-collapse: collapse;
	clear: both;
	width: 100%;
	height: 170px;
	background: url(../images/bg_pic.jpg) top center no-repeat;
}


/* Menu layout - as list-elements */
.side_box{
	margin: 0px;
	padding: 0px;
}


/* MENU NAVIGATION LISTS */
/* Level 1 menu links */
.menu{
	margin: 0px;
	padding: 0px;
	height: 40px;
	background: url(../images/menu.jpg) top center no-repeat;
}
.menu ul{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	list-style: none;
	float: right;
}
.menu ul li{
	float: left;
	margin: 0px;
	padding: 0px;
}
.menu ul li a{
	float:left;
	display: block;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	height: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background: none;
}
.menu ul li a:hover{
	background: none;
	color: white;
}
.menu ul li .selected{
	background: none;
	color: white;
}

/* Level 2 menu links */
/* These might need to be rewritten if menues are seperate */
.submenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.submenu ul li{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
.submenu ul li a{
	text-indent: 10px;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	height: 10px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background: none;
}
.submenu ul li a:hover{
	background: url(../images/pil.jpg) top center no-repeat;
	color: white;
	font-weight: bold;
}
.submenu ul li .selected{
	background: url(../images/pil.jpg) top center no-repeat;
	color: white;
	font-weight: bold;
}
/* Level 3 menu links */
.submenu ul li ul li a{
	text-indent: 20px;
}
/* Level 4 menu links */
.submenu ul li ul li ul li a{
	text-indent: 30px;
}


/* LINK BOX */
/* Linkbox is used for everything in the side cols - new, links, ect. */
.link_box{
	clear: both;
	margin: 35px 0px 15px 10px;
}
.link_box ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.link_box ul li{
	padding: 10px 10px;
	margin: 0px;
}
.light{
	background: white;
}
/* Linkbox fonts */
.link_box a{
	text-decoration: none;
}
.link_box a:hover{
	color: #000;
	text-decoration: none;
}
.link_box h1{
	display: block;
	padding: 5px 0px 0px 10px;
	color: #000;
}
.link_box h2{
	font-size: 14px;
	line-height: 1.2em;
}
.link_box h3{
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
}


/* Content */
#content{
	vertical-align: top;
}
/* To keep space to side cols */
.content_paddings{
	padding: 30px 20px;
}


/* Show media lists */
.file_table tr td p{
	margin: 0px;
	padding: 0px;
}
.list_img{
	width: 130px;
	float: left;
	margin: 0px 10px 10px 0px;
}
.list_img img{
	width: 130px;
	height: 110px;
}
.list_img a img{
	border: 1px solid;
}
.list_img a:hover img{
	border: 1px solid black;
}


/* CONTACT FORM */
#contact_form{
	width: 100%;	
}
#contact_form input, #contact_form textarea{
	margin: 3px 0px;
}


/* SITEMAP LIST */
#sitemap_list{
	margin: 0px;
	padding: 0px;
}
#sitemap_list ul{
	margin: 0px;
	list-style: none;
}
#sitemap_list .level1{
	padding: 0px; 
}
#sitemap_list .level2{
	padding: 0px 0px 0px 15px;
}
#sitemap_list .level3{
	padding: 0px 0px 0px 25px;
}
#sitemap_list .level4{
	padding: 0px 0px 0px 35px;
}


/* FOKUS PUNKTER */
/* This css might be supported by some inline */
.focus_points{
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
}
.focus_point_box{
	padding: 0px;
	width: 250px;
	height: 90px;
	float: left;
	text-align: left;
}
.focus_text{
	width: 165px;
	float: left;
}
.focus_image{
	width: 80px;
	float: left;
	border: none;
}
a.focus_teaser_link{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ed8c02;
	text-decoration: none;
	font-size: 14px;
	margin: 0px 5px;
	display: block;
}
a.focus_teaser{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	text-decoration: none;
	margin: 0px 5px;
	display: block;
}



/* News archive */
.archive_news{
	width: 100%;
	clear: both;
	margin: 0px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #ebebeb;
}
.archive_news p{
	margin: 10px 0px 0px 0px;
}


/* FOOTER */
#foot{
	width: 100%;
	height: 30px;
	text-align: center;
	clear: both;
	background: url(../images/foot.jpg) top center no-repeat;
	padding: 5px 0px;
}


/* COPYRIGHT */
#copyright{
	width: 100%;
	text-align: center;
	clear: both;
	padding: 0px 0px 20px 0px;
}
