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

/* Resetting html elements to prefered default status 
to remove some crossbrowser issues */
body{margin:0px;background-color:#fff;}
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:18px;
color:#54822A;
}
h2{font-size:18px;
color:#54822A;
}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{
font-size:12px;
color: #54822A;
}

a {color: #54822A;;}

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

#container{
background : url(http://www.ehypnose.dk/themes/multimenu/backlogo2.jpg) no-repeat bottom left;
border: 6px solid #54822A;
background-color: #fff;
margin: 0px auto;
    width: 860px;
    padding-top: 20px;
 padding-left: 20px;
 padding-right: 20px;
text-align: left;
}

/* Setting body background */
body {background-color: #E5E5C1;}

/* Styling the header */
#header {
height: 175px;
    margin-bottom: 10px;
}

#logo{
}

/* Styling the content*/
#content{
    margin-right: 170px;
    font-size: 12px;
  
color: #000;
}

/* Styling the menu*/
/* Level 1 */



#menu ul.ul_l2 {

  width: 160px;
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
    list-style: none;
    margin-left: 10px;
    padding: 2px 0px;
    
}

#menu ul.ul_l2 li {
list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

#menu ul.ul_l2 li a {
list-style: none;
    padding: 2px 10px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    margin: 0px;
}

/* Hover, active menu items */
#menu ul.ul_l2 li a:hover, #menu ul.ul_l2 li a:active, #menu ul.ul_l2 li a.III_li, #menu ul.ul_l2 li a.IOO_li {
    background-color: none;
    padding: 2px 10px;
    margin: 0px;
}

/* Sub active */
#menu ul.ul_l1 li a.OII_l1, #menu ul.ul_l2 li a.OII_l2 {
list-style: none;
    text-decoration: underline;
    margin: 0px;
}

/* Level 2 */
#menu ul.ul_l1 {
border-left: 0px solid #d1d1d1;
    background-color: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 180px;
}

#menu ul.ul_l1 li {
list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 0px solid #000000;
}

#menu ul.ul_l1 li a {
list-style: none;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding-left: 10px;
    line-height: 17px;
}

#menu ul.ul_l1 li a:hover {
    color: #000;
}

#menu ul li a.III_l2, #menu ul li a.IOO_l2 {
    color: #000;
}

/* Level 3 */
#menu ul.ul_l3 {
    background-color: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

#menu ul.ul_l3 li {
    margin: 0px;
    padding: 0px;
}

#menu ul li a.III_l3, #menu ul li a.IOO_l3 {
    color: #000;
}

#main {
    margin-left: 200px;
}



/* Styling the factboxes */
#factboxes {
height: 500px;
margin-left: 10px;
color: #000;
    float: right;
    width: 170px;
}

#factboxes .factbox {
    margin-bottom: 10px;
}

#factboxes h6 {
    font-size:13px;
    color: #54822A;
    padding: 2px 5px;
}

#factboxes .factbox p {
    margin: 0;
    padding: 2px 5px;
}


/* Styling the footer*/
#footer{
    clear: both;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
    border-top: 2px solid #54822A;
    padding-bottom: 2px;
color: #000;
}
