body {
height: 100%;
margin:0 auto;
padding:0; 
font:75%/1.4 verdana,Helvetica,sans-serif;
}

form { /* NÃ¸dvendig for at IE laver contrastlinjen korrekt */
margin: 0;
}


/***** TOP DELEN *****/

#container {
margin: 0 0px;
/*padding:0 20px;*/
position:relative;
}

#header {
margin: 0px 0px 0px 0px ;
height: 130px; /* 92 = 62 + 15 + 15 */                     
background:url(billeder/header.jpg) repeat-x #000099; 
color:#ffffff;
}

#header h1 {
padding: 20px 15px 0px 20px; 
/* margin: 15px 15px 0px 20px ;*/
font-size: xx-large;
color: #1B3B7B;
text-decoration: none;
}

/* Den blå linje under headeren */
#contrast {
display:block; 
margin: 0px 0px 20px 0px; 
height:23px;  
background-color: #336DB0; 
/*#69A5CD;*/
/*#3C62AD;*/
/*#3D60A8;*/
/* border-top:2px solid #ffffff;
border-bottom:2px solid #ffffff; */
text-align:right;
} 




#footer {
clear: both;
height:23px;
background-color:#336DB0;
font-size: x-small;
text-align:center;
position: relative;
}

#footer1 {
clear: both;
height:120px;
background-color:#D8D8D8;
font-size: x-small;
text-align: left;
position: left;
border-style: solid;
border-width: 1px;        /* sets border width on all sides */
border-color: #848484;
    }


/***** INDHOLD *****/

#indhold {
min-height:380px; /* Det samme som hÃ¸jden af menu */
background-color:#ffffff;
margin: 20px 20px 20px 180px; 
color:#000000;
}

#indhold h3 {
color: #336DB0;
}

#indhold table {
background-color:#ffffff;
color:#000000;
padding:0px 0px 0px 0px ; 
}


#indhold img{
padding:10px 10px 10px 10px ;
border-style:none;
}

#table-about th {
background-color:#000000;
}

#table-about a {
text-decoration: none;
color:#000000;
}

#table-about a:hover {
text-decoration:underline;
}

#issue-header img{
height:300px;
}

#issue-articles {
clear: left;
}


td.gallery {
display:block; 
background-color:#69A5CD;
color:#000000;
height:100%;
text-align:center;
}

/***** MENU *****/

#menu {
float: left;
margin:0px 0px 0px 0px ; 
background-color:#68A2C9;
display:block;
width:155px;
height:360px;
}

a.menupunkt {
  text-decoration: none;
  background-color: #68A2C9;
  color: #ffffff;
  border-top : 1px solid #FFFFFF;
  border-left : 1px solid #FFFFFF;
  border-bottom : 1px solid #1B3B7B;
  display: block;
  line-height: 22px;
  padding: 0 2px;
}

a.menupunkt2 {
  text-decoration: none;
  background-color: #69A5CD;
  color: #CCCCCC;
  border-top : 1px solid #FFFFFF;
  border-left : 1px solid #FFFFFF;
  border-bottom : 1px solid #6D6D6D;
  display: block;
  line-height: 22px;
  padding: 0 2px;
}

a.menupunkt:hover, a.menupunkt2:hover {
  text-decoration: none;
  background-color: #68A2C9;
  border-top : 1px solid #8F9CC6;
  border-left : 1px solid #8F9CC6;
  border-bottom : 1px solid #6D6D6D;
  display: block;
  color: #ffffff;
}


