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

/* Basic layout */
body{
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/bg_tile.gif) top center repeat-y #e4eaff;
}
#container{
	margin: 0px auto 0px auto;
	text-align: left; /* This makes the default align left */
}


/* Top logo */
.top_logo{
	width: 100%;
	height: 70px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/top_logo.gif) top center no-repeat white;
}

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


/* Spacer element for gfx */
.spacer{
	width: 100%;
	height: 20px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}


/* Main table for expandable content */
#main_table{
	border-collapse: collapse;
	clear: both;
	width: 100%;
}


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


/* MENU NAVIGATION LISTS */
/* Mainpages */
#menu{
	margin: 0px;
	padding: 0px;
	height: 20px;
	background: url(../images/menu_bg.gif) top center no-repeat #201fa7;
}
#menu ul{
	margin: 0px;
	padding: 0px 15px;
	list-style: none;
}
#menu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul li a{
	float: left;
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	height: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: white;
	text-align: left;
	text-decoration: none;
	background: none;
}
#menu ul li a:hover{
	text-decoration: underline;
	color: white;
}
#menu ul li .selected{
	color: white;
	font-weight: bold;
}
/* Subpages (sub-list) in the main navigation */
#submenu ul{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style: none;
}
#submenu ul li{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#submenu ul li a{
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	height: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #102e77;
	text-align: left;
	text-decoration: none;
	background: none;
}
#submenu ul li a:hover{
	background: none;
	color: black;
	font-weight: bold;
}
#submenu ul li .selected{
	background: none;
	color: black;
	font-weight: bold;
}


/* LINK BOX */
/* Linkbox is used for everything */
.link_box{
	margin: 0px 0px 10px 0px;
	clear: both;
}
.link_box .news_top{
	height: 30px;
	background: url(../images/linkbox_newstop.gif) top center no-repeat;
}
.link_box .news_top h1{
	font-size: 14px;
	padding: 8px 0px 8px 25px;
}
.link_box ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.link_box ul li{
	padding: 5px 10px;
	margin: 0px;
}
.link_box h1{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #102e77;
	margin: 0px 0px 5px 0px;
}
.link_box a:hover{
	text-decoration: underline;
}
.link_box h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	margin: 0px 0px 5px 0px;
}
.link_box p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3f3f3f;
	margin: 0px;
}
.light{
	background: #e4eaff;
}
.blue{
	background: #201fa7;
}



/* CONTENT FIELDS */
#content{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.content_paddings{
	padding: 0px 10px 0px 0px;
}


/* Show media lists */
.file_table tr td p{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.list_img{
	width: 130px;
	height: 150px;
	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%;
	margin: 0px;
	padding: 0px;
}
#contact_form p{
	margin: 0px;
	padding: 0px;
}
#contact_form input{
	margin: 3px 0px 3px 0px;
	font-size: 10px;
}
#contact_form textarea{
	margin: 3px 0px 3px 0px;
}


/* SITEMAP LIST */
#sitemap_list{
	margin: 0px;
	padding: 0px;
}
#sitemap_list ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}
#sitemap_list ul li ul{
	margin: 0px;
	padding: 0px 0px 10px 20px; 
}


/* FOKUS PUNKTER */
/* This css might be supported by some inline */
.focus_points{
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.focus_point_box{
	padding: 0px;
	margin: 10px 10px 0px 0px;
	width: 220px;
	float: left;
	text-align: left;
	border-bottom: 1px dotted #01009a;
}
.focus_point_box .link{
	display: block;
	background: #01009a;
	font-size: 12px;
	color: white;
	padding: 4px 5px;
	text-decoration: none;
	line-height: 1em;
}
.focus_point_box p{
	margin: 4px;
}
.focus_point_box .focus_img{
	width: 220px;
	height: 90px;
}


/* FOOTER */
#foot{
	width: 100%;
	text-align: left;
	clear: both;
}


/* COPYRIGHT */
#copyright{
	width: 100%;
	text-align: right;
	clear: both;
	margin: 0px 0px 10px 0px;
}

