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


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


/* Head/banner element */
#head{
	width: 100%;
	clear: both;
	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: 30px;
	clear: both;
	background: url(../images/top.jpg) top center no-repeat;
}


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


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


/* MENU NAVIGATION LISTS */
/* Mainpages */
#menu{
	margin: 0px;
	padding: 0px;
	height: 130px;
	background: url(../images/head.jpg) top center no-repeat;
}
#menu ul{
	margin: 5px 0px 0px 105px;
	padding: 0px;
	list-style: none;
}
#menu ul li{
	float:left;
	margin: 0px;
	padding: 0px;
}
#menu ul li a{
	float:left;
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	height: 10px;
	font-size: 12px;
	font-family: Times New Roman;
	font-weight: normal;
	line-height: 1em;
	color: #660000;
	text-align: left;
	text-decoration: none;
	background: none;

}
#menu ul li a:hover{
	background: none;
	color: #98bbbc;
}
#menu ul li .selected{
	background: none;
	color: #98bbbc;
}
/* Subpages (sub-list) in the main navigation */
#submenu ul{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
}
#submenu ul li{
	16-10-2008 11:03:06
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	list-style: none;
}
#submenu ul li a{
	text-indent: 10px;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	height: 10px;
	font-size: 12px;
	font-family: Times New Roman;
	font-weight: normal;
	line-height: 1em;
	color: #660000;
	text-align: left;
	text-decoration: none;
	background: none;
}
#submenu ul li a:hover{
	background: none;
	color: black;
	font-weight: normal;
}
#submenu ul li .selected{
	background: none;
	color: black;
	font-weight: normal;
}


/* LINK BOX */
/* Linkbox is used for everything */

.link_box{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.link_box ul{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.link_box ul li{
	padding: 5px 10px;
	margin: 0px;
}
.link_box a:link, .link_box a:active, .link_box a:visited{
	font-family: Times New Roman;
	text-decoration: none;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
	margin: 0px;
}
.link_box a:hover{
	text-decoration: underline;
}
.link_box h2{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
	margin: 0px;
}
.link_box p{
	font-family: Times New Roman;
	font-size: 12px;
	color: #660000;
	margin: 0px;
}
.light{
	background: none;
}
.link_box img{
	margin-bottom: 10px;
}


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


/* 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 */
.focus_points{
	width: 100%;
	clear: both;
	/*border-top: 1px solid silver;*/
	padding: 0px;
	margin: 0px;
}


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


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

