/* 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: #FFF;
	overflow:scroll;
}
/* 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: 170px;
	clear: both;
	margin: 10px 0px 0px 0px;
	background: url(../images/banner_default.jpg) top center no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#head .head_left{
	float: left;	
}
#head .head_right{
	float: right;
}
#head_corners{
	width: 100%;
	height: 170px;
	background: url(../images/banner_overlay.png) top center no-repeat;
}


/* 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: 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 */
/* Level 1 menu links */
.menu{
	margin: 0px;
	padding: 0px;
}
.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: 5px 10px 5px 10px;
	height: 12px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: black;
	text-align: left;
	text-decoration: none;
	background: none;
}
.menu ul li a:hover{
	background: none;
	color: #0083c7;
}
.menu ul li .selected{
	background: none;
	color: #0083c7;
	font-weight: bold;
}

/* Level 2 menu links */
/* These might need to be rewritten if menues are seperate */
.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: 12px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #000;
	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: 10px;
}
/* Level 4 menu links */
.submenu ul li ul li ul li a{
	text-indent: 20px;
}


/* LINK BOX */
/* Linkbox is used for everything in the side cols - new, links, ect. */
.link_box{
	clear: both;
	width: 200px;
	float: right;
	margin: 0px 0px 10px 0px;
}
.link_box .top{
	clear: both;
	height: 10px;
	background: url(../images/linkbox_top.gif) top center no-repeat;
}
.link_box .split{
	clear: both;
	height: 20px;
	background: url(../images/linkbox_split.gif) top center no-repeat;
}
.link_box .bottom{
	clear: both;
	height: 10px;
	background: url(../images/linkbox_bottom.gif) top center no-repeat;
}


.link_box ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.link_box ul li{
	padding: 5px 15px;
	margin: 0px;
}


.green_light{
	background: #0083c7;
}
.green_dark{
	background: #0083c7;
}

/* Linkbox fonts */
.link_box a{
	text-decoration: none;
}
.link_box a:hover{
	color: black;
	text-decoration: none;
}
.link_box h1{
	display: block;
	padding: 0px 0px 0px 15px;
	font-size: 14px;
	color: white;
}
.link_box h2{
	font-size: 14px;
	line-height: 1.2em;
}
.link_box h3{
	color: black;
	font-size: 12px;
	line-height: 1.2em;
}

.box_image{
	width: 300px;
	height: 300px;
	background: red;
	margin: 0px 0px 0px 10px;
}
.box_image_corners{
	width: 300px;
	height: 300px;
	background: url(../images/image_overlay.png) top center no-repeat;
}




/* FORSIDE FOKUS */
.focus_point_box{
	margin: 0px 5px 0px 5px;
	float: left;
	width: 330px;
	background: #01a0f3	;
}
.focus_point_box .top{
	height: 10px;
	background: url(../images/boks_330_top.gif) top center no-repeat;
}
.focus_point_box .size{
	height: 100px;
	margin: 0px 15px;
}
.focus_point_box .bund{
	height: 10px;
	background: url(../images/boks_330_bund.gif) top center no-repeat;
}
.focus_point_box .headline{
	text-decoration: none;
}
.focus_point_box .teaser{
	text-decoration: none;
}



/* Content */
#content{
	vertical-align: top;
}
/* To keep space to side cols */
.content_paddings{
	padding: 0px 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: 100px;
}
.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;
}




/* 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,#admin_line{
	width: 100%;
	text-align: left;
	clear: both;
	padding: 5px 0px 7px 0px;
}
#foot{
	border-top: 3px solid #0083c7;
}


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