html,body
{
    text-align: center;
    margin:0;
    padding:0;
    background-color: #003A64;
    background-image:url(../images/bg.jpg);
}

*
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11.6px; 
}

#modulecontent
{   text-align: left;
    width: 850px;
    max-width: 850px;
    background-color: #FFFFFF;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 350px;
}

#alles
{
    margin:0;
    padding:0;
    background-image:url(../images/bg.jpg);
}

#links
{
    text-align: left;
    width:850px;
    margin: auto;
    background-image:url(../images/backgroundorange_top.jpg);
    height: 30px;
}

#header
{
    width:850px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer
{
    text-align: left;
    width:850px;
    margin: auto;
    background-image:url(../images/backgroundorange.jpg);
    height: 30px;
    margin-bottom: 30px;
}

.tekst {
  margin-left: 50px;
  padding-top: 10px;
  margin-right: 50px;
   }

.xar-standard-box-padding
{  margin-top: 20px;
   border-bottom: thin dotted #FEB818;
}

.xar-mod-head
{
   font-size:14px;
   font-style: oblique;
}

.xar-block-head, .xar-block-body, .xar-block-foot, .xar-mod-body, .headtable
{
    width: 100%;
    height: auto;
    background-color:#F8F8F8;
}
.xar-norm
{   padding:0;
 }

.xar-floatright
{   float: right;
    padding-top: 30px;
    padding-bottom: 10px;
 }

.xar-floatleft
{   float: left;
    padding-top: 30px;
    padding-bottom: 10px;
 }

a:link,a:visited,a:active
{
    text-decoration:none;
    color:#1f336b;
    padding-right:2px;
   
}
a:hover
{
    text-decoration:none;
    color:#999999;
}

a:active {
    color: red;
}
.title
{
    font-family:Geneva,Arial,Helvetica,sans-serif;
    font-size:24px;
    color:#666666;
    padding-bottom:13px;
    border-bottom:2px dotted #333333;
    width:350px;
}

a:link, a:visited, a:hover
{
    text-decoration:none;
    text-align:left;
    letter-spacing:0.5px;
}

/* #navlist a:hover
{
    color:#FFCC66;
}
*/

img
{
    border:0px;
}

/*#links{
   border: 1px solid #000;
      }
*/

#links ul, #links li {
	display: inline;
	margin: 0;
	padding-right: 10;
	font-weight: bold;
        font-size: 0.3em;
	}

#links ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

/* #links ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 5px 6px;
        padding-left: 5px;
        padding-top: 7px;
	border: 1px solid #000;
	list-style: none;
	display: inline;
        background-color: #ffffff;
        font-size: 0.3em;
	}
*/	
		
#links ul li.active a {
	list-style: none;
	display: inline;
        color: #4ba718;
	}

#links ul li a {
	font-size: 11px;
	}
/* for Internet Explorer */
/**/
* html #modulecontent {
height: 350px;
}

* html #IEbug {
width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "750px":
        "auto" );
}

}
/**/
