body {
       	margin:0;
       	padding:0;
       	border:0;			/* This removes the border around the viewport in old versions of IE */
       	width:100%;
        background:#e6e6dc;    	/* Left column background colour */
       	//background:#fff;
       	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-family:Arial,Helvetica,sans-serif;
	font-size:80%;
}

#headercontainer {
background-image:url('../bilder/stripe_under.png');
background-color:#007944;
//border: 1px solid black;
border-bottom:1px solid #007944;
//border: 1px solid;
height: 90px;
}

#header {
}

#headercontainer h1 {font-size:13px; color:white}
#headercontainer h2 {font-size:11px; color:white}


#logo {
margin-left: 10px;
margin-top: 5px;
width:90px;
float:left;
}

#searchform {
//margin-right: 10px;
//margin-top: 5px;
//margin-bottom:5px;
height:40px;
vertical-align: center;
float:right;
}

#logo img {
border: none;
}

.floatleft {
float:left;
//border: 1px solid;
}

.floatright {
float:right;
//border: 1px solid;
}

#navigationbar {
height: 30;
float:right;
}



a {
	color:grey;
	text-decoration:none;
}

a:hover {
	color:#007944;
}

a.headline
{
	color:grey;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
}

a.headline:hover
{
	color:#007944;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}


/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
.colmask {
	//border-top:1px solid #007944;
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
        width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail {
	background:#e6e6dc;    	/* Right column background colour */
}

    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#ffffff;    	/* Centre column background colour */
	border-right:1px solid #007944;
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
	background:#e6e6dc;    	/* Right column background colour */
	border-right:1px solid #007944;
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }

/* Menytabell effekter */
.holygrail .col2 table {
	width:100%;
	margin-top:20px;	
}

.holygrail .col2 tr {
}

.holygrail .col2  .initial { background-color: #e6e6dc; color:#007944 }
.holygrail .col2  .normal { background-color: #e6e6dc }
.holygrail .col2  .highlight { background-color:grey; color:#007944 }

.holygrail .col2 a {
	color:#007944;
	text-decoration:none;
}

.holygrail .col2 a:hover {
	/* color:white; */
}



.holygrail .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:170px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #007944;
	border-bottom:1px solid #007944;
	background-image:url('../bilder/stripe_under.png');
}

#footer p {
	padding:5px;
        margin:0;
	text-align:center;
}

.newsentry {
margin-top: 10px;
margin-bottom: 25px;
}

.newsentry img {
float:right;
border-style:none;
}

    /* --> */
    </style> 
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}

