html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#97bf0d; /*color background - only works in IE */
font-size:10px; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set }

body { height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background-color: #97bf0d;
scrollbar-3d-light-color : #cc9;
scrollbar-arrow-color : #265402;
scrollbar-base-color : #cc9;
scrollbar-dark-shadow-color : #265402;
scrollbar-face-color : #cc9;
scrollbar-highlight-color : #cc9;
scrollbar-shadow-color : #265402;
 }

body, td, p {
	        font-family: Verdana, Arial, Helvetica, sans-serif; 
            font-size: 10px;
            color: #000000;
            margin: 0px;
            }

h1 {font-size: 18px;
	margin-bottom: 7px;
	}


ul {margin: 0px;
	margin-left: 17px;
	}
	
li {margin-bottom: 4px;
	}


a:link, a:visited, a:active  { 
			color: #000000;
			font-weight: 700; 
			}
			
a:hover { 	color: #000000;
          	text-decoration: underline;
          	font-weight: 700;
         	}
#top {
	display:block; 
	position:absolute; 
	z-index:4; 
	top:0px;
	height: 215px;
	width:802px; 
	margin-left:-401px; 
	left:50%; 
	border: 1px solid #000000;
	background-image: url(../illu/top_hanghoej.jpg);
	}	

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:225px; 
	width:798px; 
	height: 400px;
	margin-left:-401px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background:#FFFFFF;
	line-height: 15px;
	overflow: hidden;
	}

* html #content {
	top:0px; 
	width:802px;
	height: 400px;
	border-top:228px solid #fff;
	background:#FFFFFF;
 

	}


#indhold {
	display:block; 
	float: right;
	z-index:4; 
	overflow: auto;
	padding-top: 15px;

	}	

/* når menuen er udenfor content div bruges denne*/
#menu {
	display:block; 
	position:absolute; 
	z-index:4; 
	top:115px;
	height: 215px;
	width:802px; 
	margin-left:-396px; 
	left:50%; 
	}

/* når menuen er indeni content div bruges denne
#menu {
	display:block; 
	float: left;
	z-index:4; 
	padding-left: 5px;
	width: 145px;
	}
*/


#rssfeed {
	display:block; 
	position:absolute; 
	z-index:4; 
	top:400px;
	height: 200px;
	width:802px; 
	margin-left:-390px; 
	left:50%; 
	}

  #footer  {
	display:block; 
	position:absolute; 
	z-index:4; 
	bottom:0px;
	right: 0px;
    height: 25px;
    padding-right: 5px;
    text-align:right;
    font-size:8px;
      }

/*
  .prop {
    float:right;
    width:1px; }
  .min400px {
    height:400px;  
    }
    
    
 .floatleft {
 float: left;
 margin-right: 20px;
 }
*/

