body {
    margin-top:0px;
    border-top:solid 8px #004908;
    margin-bottom:20px;
    background-color: #B3D335;
}

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/
	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	min-height:630px;
	background: url("../img/amager_baggrund1.png") top left no-repeat;
}

.menublock {
	display:block;
	float:left;
	margin-top:49px;
	height:25px;
	text-align:center;
	/*background-color:silver;*/
	margin-left:31px;
}    


.frontpagelink {
	display: inline;
	float: left;
	margin:0px;
        padding:0px;
	width:345px;
	height:446px;
	margin-top:17px;
}

.foto, .indhold {
	display: inline;
	float: left;
	margin:0px;
        padding:0px;
	width:431px;
	height:446px;
	margin-left: 0px;
	margin-top:17px;
}

.topflash {
    display:block;
    position: absolute;
    float:left;
    margin-top:134px;
    margin-left: 45px;
    width:470x;
    height:410px;
    z-index: 999;
}

/*In some cases, IE8 still can’t render CSS correctly. This is the magic trick to target only IE 8 .*/
.topflash{margin-top:/*\**/114px\9;}




.indhold_tekst {
    display:inline;
    float:left;
    padding-left:14px;
    margin-top:15px;
    width: 410px;
    height:360px;
    overflow:auto;
    overflow-x:none;
    overflow-y:auto;
}

.foto {
    background-color:none;
    margin-top:13px;
    margin-bottom:4px;
}

.grid_level2 {
    display:inline;
    float:left;
    margin-left: 29px;
    width:153px;
    /*background-color:red;*/
    margin-top:30px;
   
}

.pil {
    	display: inline;
	float: left;
	margin:0px;
        padding:0px;
	width:15px;
	height:15px;
	margin-left: 15px;
	margin-right: -5px;
	margin-top:10px;
    }



.menu1 {
   margin-left:347px; width:99px;
}

.menu2{
    width:79px;
}

.menu3 {
    width:92px; 
}

.menu4 {
    width:70px;
}

.menu5 {
   margin-top:24px;
   margin-left:346px;
   width:185px; 
}

.menu6 {
    margin-top:24px;
    margin-left:30px;
    width:110px;
}

.menu7 {
    margin-top:24px;
    margin-left:26px;
    width:110px;
}



span.container{position:relative} 
span.container img{vertical-align:top}

/*other*/
span.container img.overlap{position:absolute;left:0;top:0px;z-index:10;}

/*In some cases, IE8 still can’t render CSS correctly. This is the magic trick to target only IE 8 .*/
span.container img.overlap{position:absolute;left:0;top:/*\**/-433px\9;z-index:10;}



/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
