/* 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_tile.jpg) top center repeat-x #9b3149;
}
/* 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 */
}


/* Head/banner element */
#head{
	width: 100%;
	height: 150px;
	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: 410px;
	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: 20px;
	background: url(../images/menu.jpg) top center no-repeat;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul li a{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	height: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#menu ul li a:hover{
	background: #9b3149;
	color: white;
}
#menu ul li .selected{
	background: #9b3149;
	color: white;
}

/* Level 2 menu links */
/* These might need to be rewritten if menues are seperate */
#submenu ul{
	margin: 20px 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 5px;
	height: 10px;
	font-size: 10px;
	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: none;
	color: black;
	font-weight: bold;
}
#submenu ul li .selected{
	background: none;
	color: black;
	font-weight: bold;
}
/* Level 3 menu links */
#submenu ul li ul li a{
	text-indent: 20px;
}
/* Level 3 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: 20px 0px 10px 0px;
	border-top: 1px solid #fff;
	
}
.link_box ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.link_box ul li{
	padding: 5px 10px;
	margin: 0px;
}
.light{
	background: none;
}
/* Linkbox fonts */
.link_box a{
	text-decoration: none;
}
.link_box a:hover{
	text-decoration: none;
}
.link_box h1{
	display: block;
	padding: 5px 0px 0px 10px;
}
.link_box h2{
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
}
.link_box h3{
	font-size: 12px;
	line-height: 1.2em;
}


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


/* 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 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 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%;
	text-align: center;
	clear: both;
	border-top: 1px solid #fff;
}


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

