*
{
 font-size: 10px;
}
body
{
 margin-left:2.5em;
 margin-right:2.5em;
 text-align: center;
 margin-botom:0px;
 padding: 0px 0px 0px 0px;
 background:#003300;
 color: #ff6633;
 font-family:verdana;
}
a:link, a:visited, a:active
{
 font-size:100%;
 font-weight: bold;
 color:#ffff66;
 text-decoration: none;
}
p
{
 font-size:100%;
 color:#ffff66;
 margin-top:0px;
 margin-bottom:0.4em;
}

p.fod
{
 clear:both; /* Friholder fra andre blokke */
 margin-top:1em;
 text-align:center;
 border-top:1px solid #003300;
 padding-top:5px;
 color: #ff6633;
}
.indhold
{
 margin-left: auto;
 margin-right: auto;
 width: 900px;
 height: 90%;
 text-align:left;
 background:#556b2f;
}
.venstre
{
 width:350px;
 float:left;
 height: 85%;
 margin-left:5px;
 
}
.hoejre
{ 
 width:350px;
 margin-left:5px;
 height: 85%;
 float:left;
}
.hoejre img
{
 float:right;
 width:150px;
 height:150px;
 margin:0 0 0.5em 0.5em;
}
h1, h2
{
 text-align:center;
 margin-top:0px;
 margin-bottom:.75em;
}
h1
{
 font-size: 160%;
}
h2
{
 padding-bottom:10px;
 border-bottom:2px solid #003300;
 font-size: 130%;
}


/*CSS class that gets added to the currently selected 
  anchor link (assuming it's a text link)*/
.selectedanchor
{ 
 background: #ff6633;
}

/* ######### Default class for drop down menus ######### */
.anylinkmenu
{
 position: absolute;
 left: 0px;
 top: 0px;
 visibility: hidden;
 border: 1px solid #003300;
 border-bottom-width: 0px;
 line-height: 12px;
 z-index: 100; /* zIndex should be greater than that of shadow's below */
 background:#556b2f;
 width: 120px; /* default width for menu */
}

.anylinkmenu ul
{
 margin: 0;
 padding: 0;
 list-style-type: none;
}

.anylinkmenu ul li a
{
 width: 100%;
 display: block;
 text-indent: 3px;
 border-bottom: 1px solid #003300;
 padding: 2px 0;
  color:#ffff66;
 text-decoration: none;
 font-weight: bold;
 text-indent: 5px;
}

.anylinkmenu a:hover
{ 
 background: #ff6633;
 color: #ffff66;
}

/* class for shadow div 
   CSS for shadow. Keep this as is */
.anylinkshadow
{ 
 position: absolute;
 left: 0;
 top: 0;
 z-index: 99; /*zIndex for shadow*/
 background: #003300;
 visibility: hidden;
}