 /**
 * TEXT
 */

h1
{
        font-family: Arial, Verdana;
        font-size: 20px;
        font-weight: normal;
        color: #196620;
}
h2
{
        font-family: Arial, Verdana;
        font-size: 16px;
        font-weight: bold;
        color: #196620;
}
p
{
        font-family: Arial, Verdana;
        font-size: 12px;
        color: #000000;
        overflow: auto;
}
body
{
        font-family: Arial, Verdana;
        font-size: 12px;
        background-color: #EFFACE;
}
.text
{
        border: none;
        overflow: auto;
}

 /**
 * TABLE
 */

.table
{
        width: 772px;
        overflow: auto;
}
td
{
        border: 1px solid #196620;
        overflow: auto;
        font-family: Arial, Verdana;
        font-size: 12px;
        color: #000000;
}

.lys
{
        background-color: #DDE9BD;
}

 /**
 * LINKS
 */

a:link
{
        text-decoration: none;
        color: #196620;

}
a:visited
{
        text-decoration: none;
        color: #196620;
}
a:hover
{
        text-decoration: underline;
        color: #196620;
}
a:active
{
        color: #196620;
}

.tabletop
{
        font-family: Arial, Verdana;
        font-size: 12px;
        color: #196620;
	background: url(chromebg.gif) center center repeat-x;
        background-color: #FFFFFF;
}

.tablecell a{
width: 100%;
display: block;
text-decoration: none;
font-weight: bold;
}

.tablecell a:hover
{
text-decoration: none;
background-color: #EAFADC;
}

.contentstyle{
border: 1px solid #196620;
padding: 16px 16px;
width: 768px;
}


.chromestyle{
width: 767px;
font-weight: bold;
background-color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #196620;
width: 768px;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #196620; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
text-decoration: none;
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #196620; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #196620; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}

.dropmenudiv b{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #196620; /*THEME CHANGE HERE*/
background-color: #196620;
padding: 2px 0;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #EAFADC;
}


/* ######### Style for hint box ######### */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: white;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:2px solid #196620;
z-index:100;
visibility: hidden;
}

.inputbox{padding-left:2px;border-top:1px solid #196620;border-right:1px solid #196620;border-bottom:1px solid #196620;border-left:1px solid #196620;}

#mod_login_password,#mod_login_username{width:150px;padding-left:20px;}
#mod_login_password{background:url(http://illustratorhaab.dk/xtra/icon-authen.gif) no-repeat center left #FFFBDF;}
#mod_login_username{background:url(http://illustratorhaab.dk/xtra/icon-user.gif) no-repeat center left #FFFBDF;}

