﻿body {
background-color: #F0F0F0;
margin: 0px;
padding: 0px;
font-family: Verdana;
font-size: medium;
}

/* Sætter baggrundsfarven hvid og sætter maring og padding til 0 for en sikkerheds skyld */
/* Nu laver vi så vores css data til id'et wrapper */

#wrapper {
margin: 0 auto; /* sætter wrapper i midten */
width: 1024px; /* sætter breden 1024 pixel */
background-color: #FFFFFF;
}

#topbar {
 float: left;
 width: 1024px;
 height: 224px;  
    }

#left {
float: left;
width: 240px;
border: 0px solid #000000;
}

#top_left { /* Undermenu */
float: left;
width: 220px;
height: 150px;
border-right: 1px solid #000000;
padding: 5px;
}
a:link {text-decoration: none; color: Black;}
a:visited {text-decoration: none; color: Black;}
a:active {text-decoration: none; color: Black;}
a:hover {text-decoration: underline; color: red;}


#bund_left {  /* til Videoramme */
float: left;
width: 220px;
height: 220px;
border: 0px dashed #000000;
padding: 5px;
}

#center {  /* Indhold */
float: left;
margin-left: 0%;
width: 538px;
padding: 3px;
border: 0px solid #000000;
}

#right {  
float: left;
margin-left: 0%;
width: 240px;
border: 0px solid #000000;
}

#top_right {  /* Logo til afdelinger */
width: 220px;
height: 120px;
text-align: center;
padding: 5px;
}

#bund_right {  /* Menu */
width: 230px;
height: 400px;
} 

#footer {
float: left;
width: 100%;
margin-top: 25px;
text-align: center;
border-top: 0px solid #000000;
}