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

body, html
{
 font-family: Arial, Verdana, Helvetica;
 font-size: 12px;
 color: #000000;
 background-image: url(../Images/Design/bg.png);
 background-repeat: repeat-x;
 background-color: #85c300;
 height: 100%;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

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

a:visited
{
 text-decoration: none;
 font-family: Arial, Verdana, Helvetica;
 font-size: 12px;
 font-weight: bold;
 color: #4075e1;
}

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

div#outer_wrapper
{
 background-image: url(../Images/Design/outer_wrapper_bg.png);
 background-repeat: repeat-y; 
 margin: auto;
 width: 788px;
 height: 100%;
 height: auto !important; /*To make sure the CSS works in IE6*/
 min-height: 400px;
}

div#wrapper
{
 background-color: #ffffff;
 margin: auto;
 margin-top: 0px;
 width: 780px;
 height: 100%;
 height: auto !important; /*lite css hack fšr IE6*/
 min-height: 900px;
}

div#header
{ 
 background-color: #ffffff;
 float: left;
 width: 780px;
 height: 100%;
 height: auto !important; /*lite css hack fšr IE6*/
 min-height: 360px;
}

div#logobox
{
 background-color: #ffffff; 
 float:left;
 width: 780px;
 height: 100%;
 height: auto !important; /*lite css hack fšr IE6*/
 min-height: 105px;
}

div#top_image
{
 float: left;
 background-color: #ffffff;
 width: 750px;
 height: 220px;
 margin-top: 10px;
 margin-left: 10px;
 border: solid 5px #dedede;
}

div#menu_background
{
 float: left;
 background-image: url(../Images/Design/menu_bg.png);
 background-color: #121212;
 width: 180px;
 height: 100%;
 height: auto !important; /*lite css hack fšr IE6*/
 min-height: 400px;
 margin-top: 0px;
 margin-left: 0px;
 border-top: solid 1px #e7e7e7;
 border-right: solid 1px #e7e7e7;
}

div#news_section
{
 background-color: #ffffff;
 float: left;
 width: 400px;
 height: 100%;
 height: auto !important; /*lite css hack fšr IE6*/
 min-height: 400px;
 border-top: solid 0px #ffffff;
 border-left: solid 10px #ffffff;
 border-right: solid 10px #ffffff;
 border-bottom: solid 10px #ffffff;
}

.news_container
{
 background-color: #ffffff;
 float: left;
 width: 400px;
 height: 100%;
 height: auto !important; /*lite css hack fšr IE6*/
 min-height: 100px;
 margin-bottom: 20px;
}

.news_container_bottom
{ 
 background-image: url(../Images/Design/news_border.png);
 background-color: #ffffff;
 float: left;
 width: 400px;
 height: 3px;
 margin-top: 5px;
 margin-bottom: 0px;
}

div#ad_container
{
 background-color: #ffffff;
 float: left;
 width: 170px;
 height: 100%;
 height: auto !important; /*lite css hack fšr IE6*/
 min-height: 400px;
 border-top: solid 0px #ffffff;
 border-left: solid 0px #ffffff;
 border-right: solid 5px #ffffff;
 border-bottom: solid 10px #ffffff;
}

div#footer_container
{
 background-color: #ffffff;
 margin: auto;
 width: 760px;
 height: 60px;
 border-top: dotted 5px #ffffff;
 border-left: solid 10px #ffffff;
 border-right: solid 10px #ffffff;
}

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

/* More activites */

div#more_act
{
 background-color: #ffffff;
 float: left;
 width: 400px;
 height: 70px;
 border-top: solid 30px #ffffff;		
}






