/*--------------------------------------------------------------
 Annonceoversigt - Koeb og Salg af brugt udstyr
--------------------------------------------------------------*/



#annonceoversigt .annonceoversigt-wrapper {
	width: 100%;
}

#annonceoversigt .annonceoversigt-dato{
	width: 30%;
	float: left;
}

#annonceoversigt .annonceoversigt-type{
	width: 10%;
	float: left;
}

#annonceoversigt .annonceoversigt-titel{
	width: 60%;
	float: left;
}



#annonce-wrapper {
	font-size: 18px;
	line-height: 22px;
}

#annonce-wrapper .annonce-titel {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: bold;
}

#annonce-wrapper .annonce-tekst {
	margin-bottom: 35px;
}

#annonce-wrapper .annonce-dato {
	margin-bottom: 20px;
}

#annonce-wrapper .annonce-navn {
	margin-bottom: 20px;
}


/*################### MESSAGE ###################*/


@media all and (max-width: 580px) {


} /* END OF @media all and (max-width: 480px) */