/* ----------------------------------------------------------------
                    Fundanemt Theme - Default
     Based on template by: Oscar Eg Gensmann (oscar@gensmann.com)
     Author: Brian J&oslash;rgensen (qte@fundanemt.com)
---------------------------------------------------------------- */

/* Resetting html elements to prefered default status 
to remove some crossbrowser issues */
/* MINIDOZER */
body
{text-align: center;
    background: url("/themes/purple/body-background.png");
		background-position: top left;
		background-repeat: repeat-x;
    background-color: #c0c0c0;
}
a img{border:none}
form{margin:0px}
p{line-height:16px}
h1, h2, h3, h4, h5, h6{margin:0px;padding:0px}

/* Setting the font */
body, td{font:11px verdana, helvetica, sans, sans-serif}

h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:10px;}

/* Defining the canvas */
body{text-align:center;margin:5px 0px;}

#container{
    width:800px;
    margin:0px auto;
    text-align:left;
    position:relative;
    top:0px;
    left:0px;
    border: 1px solid #000000;
    background-color: #f7f7ee;
}


/* Styling the header */
#header {
    height:130px;
    background-image: url(banner-2.jpg);
    line-height:130px;
		border: 0px solid;
}

#logo{
    position:relative;
    top:-10px;
    color: #ffffff;
    text-align: center;
}

/* Styling the content*/
#content{
    margin-right: 160px;
		margin-left: 160px;
    text-align:left;
    background-color:#ffffff;
    float:none;
		border-left: 0px solid;
		border-right: 0px solid;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
}

/* Styling the menu*/
#menu{
    margin-left: 15px;
		padding-top: 20px;
		float: left;
		width:130px;
		background-color: #f7f7ee;
}

#menu ul{margin:0px;padding:0px;}
#menu ul li{list-style:none;margin:2px;padding:0px;}
#menu ul li a{
    display:block;
    padding:2px 0px;
    text-decoration:none;
    color: black;
}

#menu ul li a:hover{text-decoration:underline;}

#menu ul li a.active {
    font-weight:bold;
}

#menu ul li a.subactive {
    text-decoration: underline;
    font-weight: bold;
}

#menu ul li ul{margin-left:10px;}

/* Styling the factboxes */
#fakta {
    padding-top:20px;
    padding-left:10px;
}

#factboxes .factbox{
    font-family:tahoma, verdana, sans-serif;
    font-size:11px;
		position:absolute;
		top: 150px;
		left: 650px;
		width:130px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#f7f7ee;
    border: 1px solid #000000;
    float:right;
}

#factboxes h6{
    font-size:14px;
    color:#ffffff;
		background-color:#668099;
}

/* Styling the footer*/
#footer{
    clear:both;
    text-align:center;
    border-top:1px solid #cccccc;
    background-color: #668099;
		color:#ffffff;
    padding-bottom: 5px;
}

pre {
    overflow: auto;
    width: 380px;
    padding-bottom: 20px;
}

