/* Stylesheet til Emico Leadership */


/* Sideops‘tning */

  html {
   overflow-y:scroll; 
   }
   
body {
        color: #000;
        background-color: #fff;
        text-align: center;
        font-family: verdana, helvetica, arial, sans-serif;
        font-size:100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        }

.side {
        width:760px;
        position:relative;
        top:30px;
        margin-left:auto;
        margin-right:auto;
        text-align:left;
        height: 100%;
}

.topbar {
        float:left;
        color: #000000;
        position:relative;
        height:40px;
        width:760px;
        }

.linje {
        float:left;
        background-color: #fff;
        background: url("billeder/linje.gif") repeat-x;
        position:relative;
        height:3px;
        font-size:0.2px;
        width:100%;
/*      width:760px; */
        margin-top:2px;
        margin-bottom:2px;
        background-position:center center;
        }

.midt {
        float:left;
        position:relative;
        top: 10px;
        color: #000;
        width: 760px;
        left: 0px;
        background: url("billeder/baggrund3.gif") repeat-y;
        }
        
.menu {
        float:left;
        color: #000;
        position:relative;
        left: 0px;
        width:190px;
        margin-top:0px;
        padding-top:0px;
        overflow:hidden;
        }

.menuher {
color:#FE8602;
}

.tekst {
        top: 3px;
        position:relative;
        float:left;
        padding-left: 10px;
        width: 560px;
        height:100%;
        overflow:hidden;
        }

.billede {
        width:150px;
        position:relative;
        float:right;
        padding-left:10px;
        }

.footer {
        top:30px;
        background-color: #fff;
        color: #000;
        float:left;
        position:relative;
        width: 760px;
        }

/* Afsnit  */

p {
        margin: 0px 5px 5px 5px;
        }

td {
        font-family: verdana, helvetica, arial, sans-serif;
        color: #111;
        margin-left:10px;
        margin-right:5px;
        }

ul {
        text-align: left;
        font-family: verdana, helvetica, arial, sans-serif;
list-style-type: none;  
        color: #111;
line-height: 2em;
margin:0px;
padding:10px;
        }

ol {
list-style-type: circle;
line-height: 1.5em;
}

ol a:link {
color:black;
}

dl {
color:#0E4DBE;
margin-top:0px;
margin-left:240px;
padding-left:30px;
font-size:16px;
}

dd {
margin-left:40px;
font-size:16px;
}


/* Tekst */

h1 {
        color: #000;
        font: 100% verdana, helvetica, arial, sans-serif;
        font-size:18px;
        font-weight:normal;
        margin: 5px 5px 5px 5px;
        }

h2 {
        color: #111;
        font: 110% verdana, helvetica, arial, sans-serif;
        text-indent: 5px;
        margin-bottom: -0em;    

}

h3 {
        color: #000;
        background: #fff;
        font-size: 120%;
        margin-left:5px;
        margin-right:5px;
        font-family: verdana, helvetica, arial, sans-serif;
        margin-bottom: -0.1em;
        margin-top: 1em;        
        }

h4 {
        color: #000;
        background: #fff;
        font-size: 120%;
        margin-left:5px;
        margin-right:5px;
        font-family: verdana, helvetica, arial, sans-serif;
        margin-bottom: -0.5em;
        margin-top: 1em;        
        }

span.understreg {
        text-decoration:underline;
        }

/* span.kursiv {
        font-style:italic;
        } */

span.fed {
        font-weight:bold;
        }

span.caps {
        font: bold 100% arial, sans-serif;
        font-variant: small-caps;
        }

span.dato {
        color: #336699; text-decoration: none;
        font-family: helvetica, arial, verdana, sans-serif;
        white-space: nowrap;
        }

/* Tekstlinks */

a {
        color : #000; text-decoration: none;
        }
.menuher a {
	color:#FE8602;
}

a:hover {
        color: #FE8602; 
        }

a:active {
        color: #333;
        }



/* Billeder */

img {
        border: none;
        margin-right:5px;
        }


#billedeleft {
        float:left;
        padding: 3px;
        }

#billederight {
        float:right;
        }

/* indtastningsfelter */

input         {
        background-image: none;
        font-family: Verdana, sans-serif;
        font-size: 12px;
        color: #000000;
        border-color:#FE8602;
        border-style:solid;
        border-width: 1px;
        background-color: #fff; 
        border-bottom-width: 1px;
        border-right-width: 1px;

}

textarea      {
        background-image: none;
        font-family: Verdana, sans-serif;
        font-size: 12px;
        border-color:#FE8602;
        border-style:solid;
        border-width:1px;
        color: #000000;
        background-color: #fff;
        border-bottom-width: 1px;
        border-right-width: 1px;
 }
.backwards {
        unicode-bidi:bidi-override;
        direction:rtl;
        }
iframe {
	border:none;
	} 