/* CSS Baggeruds Camping & Fiske - Main Classes */

.text_margin
{
 margin-top: 0px;
}

.news_headline
{
 font-size: 16px;
 font-weight: bold;
 margin-top: 0px;
 text-decoration: none;
}

.headline
{
 font-size: 16px;
 font-weight: bold;
 margin-top: 0px;
 text-decoration: underline;
}

.date
{
 font-size: 12px;
 font-weight: normal;
}

a.read_more_link:link
{
 text-decoration: none;
 font-family: Arial, Verdana, Helvetica;
 font-size: 11px;
 font-weight: bold;
 color: #4075e1;
}

a.read_more_link:hover
{
 text-decoration: underline;
 font-family: Arial, Verdana, Helvetica;
 font-size: 11px;
 font-weight: bold;
 color: #4075e1;
}

.img
{
 border: 1px solid #cccccc;
 margin-left: 5px;
 margin-right: 0px;
 margin-bottom: 5px;
}

.prices
{ 
 background-color: #ffffff;
 float: left;
 width: 110px;
 list-style-type: none;
 margin-top: 0px;
 margin-left: 0px;
 padding-left: 0px;
}

.prices_season
{ 
 background-color: #ffffff;
 float: left;
 width: 180px;
 list-style-type: none;
 margin-top: 0px;
 margin-left: 0px;
 padding-left: 0px;
}

.prices_list_large_odd
{
 background-color: #ffffff;
 font-size: 13px;
 margin-top: 0px;
 height: 60px;
 padding: 5px 5px 5px 5px;
}

.prices_list_large_even
{
 background-color: #f2f2f2;
 font-size: 13px;
 margin-top: 0px;
 height: 75px;
 padding: 5px 5px 5px 5px;
}

.prices_list_small_odd
{
 background-color: #ffffff;
 font-size: 13px;
 margin-top: 0px;
 height: 15px;
 padding: 5px 5px 5px 5px;
}

.prices_list_small_even
{
 background-color: #f2f2f2;
 font-size: 13px;
 margin-top: 0px;
 height: 15px;
 padding: 5px 5px 5px 5px;
}


.bottom
{
 background-color: #ffffff;
 height: 1px;
 width: 780px;
 clear: both;
}

/* ----- Aktiviteter ----- */

.textMargin
{
	margin-top: 50px;
}

a.reveal
{
	padding: 3px;
	background: #ffffff;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

a.reveal:hover
{
	padding: 3px;
	background: #121212;
	color: white;
	font-family: Arial, Verdana, Helvetica;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}















