/*  billeder i indholdsdelen */
/*
    div.content img {
        margin: 5px;
		margin-left:-5px;
            	
		float:left;
		width: 250px;
		        }

.billeder {
        margin: 5px;
	      }



    div.content p {
      
        padding: 5px;
        background-color: transparent;	
        }
		
		
*/
        div.content  img {
            float: left;
            margin: 5px;
			border:1px solid #CCC;
			            }
			
			
			
	


/*  SLUT billeder i indholdsdelen */




/* class clearfix
nødvendig for at billedfloats vil fungere */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;} /* for IE/Mac */

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;} /* star-html hack for IE/win */
.clearfix {display: block;}
/* End hide from IE5/Mac */



.billede {
	background-color: transparent;
	/*width:250px;*/
	width: 350px;
	/*height: 188px;
	min-height: 188px;*/ 
	height: 1%;
	float:left;
/*margin: 0 15px 10px 15px;*/

}

.billede img {
width: 350px;
}

.forsidefoto {
	float:right;
	
}