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

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


/* Head/banner element */
#head{
	width: 100%;
	height: 180px;
	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;
}


/* 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%;
	height: 380px;
	background: url(../images/bg_pic.jpg) top center no-repeat;
}


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


/* MENU NAVIGATION LISTS */
/* Mainpages */
#menu{
	margin: 10px 0px 0px 37px;
	padding: 0px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li{
	margin: 0px;
	padding: 0px;
}
#menu ul li a{
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	height: 10px;
	font-size: 10px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #000;
	text-align: left;
	text-decoration: none;
	background: #fff;
	border: 1px solid #9e9e9e;
}
#menu ul li a:hover{
	background: #550000;
	color: #fff;
}
#menu ul li .selected{
	background: #550000;
	color: #fff;
}
/* Subpages (sub-list) in the main navigation */
#menu ul li ul{
	margin: 0px;
	padding: 0px;
}
#menu ul li ul li{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#menu ul li ul li a{
	text-indent: 10px;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	height: 10px;
	font-size: 10px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #000;
	text-align: left;
	text-decoration: none;
	background: none;
	background: #fff;
	border: 1px solid #9e9e9e;
}
#menu ul li ul li a:hover{
	background: #333;
	color: #fff;
	font-weight: bold;
}
#menu ul li ul li .selected{
	background: #333;
	color: #fff;
	font-weight: bold;
}


/* LINK BOX */
/* Linkbox is used for everything */
.link_box{
	padding: 0px;
	margin: 20px 30px 10px 0px;
	clear: both;
}
.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: #fff;
	margin: 0px 0px 5px 0px;
}
.link_box a:hover{
	text-decoration: none;
}
.link_box h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	margin: 0px 0px 5px 0px;
}
.link_box p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 0px;
}
.light{
	background: none;
}
.link_box img{
	margin-bottom: 10px;
}


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


/* Show media lists */
.file_table tr td p{
	margin: 0px 0px 0px 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%;
	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: 0px;
	width: 50%;
	float: left;
	text-align: left;
	border-collapse: collapse;
}
.focus_point_box tr td{
	vertical-align: top;
	background: none;
	padding: 0px 5px;
}
.focus_img{
	width: 80px;
	height: 80px;
	border: none;
}
.focus_point_box tr td a, .focus_point_box tr td a:active, .focus_point_box tr td a:visited{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ca5600;
	text-decoration: none;
	font-size: 14px;
}
.focus_point_box a:hover{
	text-decoration: underline;
}
.focus_point_box p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


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


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