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


/* At first - No funky spaces.. please! */
/* Everything must be "flat" */
*{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}


/* Basic layout */
body{
    margin: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: black;
}
/* 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 */
    background: black;
}


/* Head/banner element */
#head{
    width: 100%;
    height: 80px;
    clear: both;
    background: black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#head .head_left{
    float: left;	
}
#head .head_right{
    float: right;
}


/* Head Searchfield */
#search_field form{
    float: left;
    padding: 3px;
}
#search_field p{
    float: left;
    margin: 3px 4px 0px 4px;
    padding: 0px;
}
#search_field a{
    color: #959595;
}
#search_field a:hover{
    color: #ffffff;
    text-decoration: none;
}
#search_field img{
    border: 0px;
}
#search_field .flags{
    margin: 5px 4px 0px 4px;
}


/* Spacer element for gfx */
.spacer{
    width: 100%;
    height: 5px;
    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 0px 0px 0px;
    padding: 0px;
    height: 30px;
    border-bottom: 1px solid white;
}
.menu ul{
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.menu ul li{
    margin: 0px;
    padding: 0px;
    float: left;
}
.menu ul li a{
    display: block;
    float: left;
    margin: 0px;
    padding: 8px 8px 10px 8px;
    height: 10px;
    font-size: 10px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1em;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    border-right: 1px solid white;
}
.menu ul li a:hover{
    color: white;
    font-weight: normal;
}
.menu ul li .selected{
    color: white;
    font-weight: normal;
}

/* Level 2 menu links */
/* These might need to be rewritten if menues are seperate */
.submenu ul{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 20px;
    list-style: none;
    clear: both;
    float: right;
}
.submenu ul li{
    margin: 0px;
    padding: 0px;
    line-height: 1em;
    float: left;
}
.submenu ul li a{
    float: left;
    text-indent: 0px;
    display: block;
    margin: 0px;
    padding: 4px 10px 4px 10px;
    height: 11px;
    font-size: 11px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1em;
    color: #4f4f4f;
    text-align: left;
    text-decoration: none;
    background: #ffffff;
}
.submenu ul li a:hover{
    background: #efefef;
    color: #079bcb;
    font-weight: normal;
}
.submenu ul li .selected{
    background: #efefef;
    color: black;
    font-weight: bold;
}
/* Level 3 menu links */
.submenu ul li ul li a{
    text-indent: 30px;
    background: #efefef;
}
/* Level 4 menu links */
.submenu ul li ul li ul li a{
    text-indent: 40px;
    background: #efefef;
}





/* LINK BOX */
/* Linkbox is used for everything in the side cols - new, links, ect. */
.link_box{
    clear: both;
    margin: 0px 10px 0px 0px;
}
.link_box ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.link_box ul li{
    padding: 5px 10px;
    margin: 0px;
}
.light{
    background: #e6e6e6;
}
/* Linkbox fonts */
.link_box a{
    text-decoration: none;
}
.link_box a:hover{
    color: black;
    text-decoration: none;
}
.link_box h1{
    display: block;
    padding: 8px 0px 0px 10px;
    color: #000;
}
.link_box h2{
    font-size: 14px;
    line-height: 1.2em;
    color: #000;
}
.link_box h3{
    color: black;
    font-size: 12px;
    line-height: 1.2em;
}


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


/* 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;
}


/* 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;
}


/* 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{
    clear: both;
    padding: 5px 0px;
    border: 1px solid white;
    border-width: 1px 0px;
}


/* COPYRIGHT */
#copyright{
    clear: both;
    padding: 0px 0px 20px 0px;
}

.highlightit img{
border: 1px solid #fff;
}

.highlightit:hover img{
border: 1px solid #ff0000;
}

.highlightit:hover{
color: #ff0000; /* Dummy definition to overcome IE bug */
}
