BODY{
scrollbar-face-color:#ffffff;
scrollbar-shadow-color:#999999;
scrollbar-3dlight-color:#dddddd;
scrollbar-arrow-color:#666666;
scrollbar-base-color:#000000;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#dddddd;
margin:0;
}


a:visited {
      color: #7777FF;
}


/* her starter koden som placerer menuerne */

html {
overflow: -moz-scrollbars-vertical; /* disse to linier gør, at der altid er en vertikal scrollbar, for ellers hoppede menuen i bunden */
overflow-y: scroll; //-y stands for the vertical scrollbar
}

* html #left, * html #footer, * html #leftbg,* html #footerbg,* html #footerhvid {
	position: absolute; /* position fixed for IE6 */
        bottom:0px;
}
* html #left, * html #footer, * html #leftbg,* html #footerbg,* html #footerhvid {
        bottom:0px;
}

#footerhvid {
	position:fixed;
        padding:20px 0 0 91px;
	width:100%;
        height:60px;
	top:100%;
        margin-top: -60px;
        background:#ffffff;
}


#footer {
	position:fixed;
        padding:20px 0 0 92px;
	width:100%;
        height:60px;
	top:100%;
        margin-top:-60px;
	background:url('privat/backgr/menu2.jpg');
        background-position: bottom;
	background-repeat: no-repeat;

}

#leftbg {
	position:fixed;
	width:182px;
        height:100%;
	background:url('privat/backgr/menu1a.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	top:0px;
        left:0px;
}

#left {
	position:fixed;
	width:182px;
        height:100%;
	top: 50%;
	margin-top: -208px;
        left:0px;
}

#right {
	width:auto;
	background:#ffffff;
	padding:0 0 0 182px;
}



/* her slutter koden som placerer menuerne */


table#news td {
        text-align: left;
}

.text {
      font-family : COMIC SANS MS, Verdana, Arial, Helvetica, sans-serif;
      line-height: 150%;
      padding:0 0 60px 0;
}

.cvtext {
      font-family : Arial, Verdana, COMIC SANS MS, Helvetica, sans-serif;
}

.skofotext {
      font-family : COMIC SANS MS, Verdana, Arial, Helvetica, sans-serif; 
      font-size: 10pt;
}

.digttext {
      font-family : Garamond, Arial, Verdana, COMIC SANS MS, Helvetica, sans-serif;
      font-size : 14pt;
      line-height: 150%;
      padding:0 0 60px 0;
}

img.ramme { border: 10px solid #ffffff ; 


.anav:link{
color:#000000;
background:transparent;
}

.anav:active{
color:#000000;
background:transparent;
}

.anav:visited{
color:#000000;
background:transparent;
}

.anav:hover{
color:#000000;
background:transparent;
} 
