/* Div om ALT indholdet */
div#wrapper
{
margin-top:20px;
text-align:left;
width:760px;
}

div#wrapperLeft
{
width:760px;
float:left;
}

/* Div'en rundt om selve sitet */
div#siteContainer
{
background-color:#FFFFFF;
/*border:1px solid red;*/
}

/* Div rundt om logo'et */
div#logoContainer
{
padding:0px;
}


/* Div rundt om topimage */
div#topImageComtainer
{
padding-bottom:10px;
}

/* Div rundt om top menu'en */
div#topMenuContainer
{
margin-top:10px;

background-color:#FFFFFF;
border-bottom: 1px solid #A56B36;
}

/* Div rundt om left- og rightside */
div#contentContainer
{
padding:10px 0px 10px 0px;
background-color:#FFFFFF;
}

/* Left side af sitet */
div#siteLeft
{
float:left;
width:299px;
}

/* Right side af sitet */
div#siteRight
{
float:right;
width:450px;
}

/* En tom container */
div#container{margin-bottom:10px;}

/* En div til at cleare ALT */
#cleardiv{clear: both;}

/* Footer div */
div#footer
{
clear: both;
color:white;
margin-top:5px;
text-align:center;
}

/* Standard boxe */
/* Single */
div#boxcontent{

}


/* 2 boxe side by side */
div#boxLeft
{
width:220px;
float:left;
}
div#boxRight
{
width:220px;
float:right;
}

/* 3 boxe side by side */
div#boxLeft3
{
width:142px;
float:left;
margin-right:11px;
}
div#boxMiddle
{
width:142px;
float:left;
}
div#boxRight3
{
width:142px;
float:right;
}







