/*
'****************************************************************
'****************************************************************
'**                                                            **
'**                  Copyright Mit Bureau ApS                  **
'**                                                            **
'****************************************************************
'**                                                            **
'**                      www.mit-bureau.dk                     **
'**                                                            **
'****************************************************************
'****************************************************************
*/


* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

body, html {
	background-color: #FFFFFF;
	color: #000000;
	height: 100%;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
}

h4 {
    text-transform: uppercase;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
}

#wrapper {
	width: 963px;
	left: 50%;
	margin-left: -481px;
	position: absolute;
	top: 20px;
	background-repeat: repeat-y;
}

#wrapperTop {
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}

li {
    border-top: solid 1px #999999;
    margin-bottom: 3px;
    text-transform: uppercase;
    width: 218px;
    height: 22px;
    background-color: Black;
    color: White;
    line-height: 22px;
}

#top {
    width: 740px;
    height: 187px;
}

#menu {
    float:left;
    position:relative;
    left:0px;
    width:248px;
    height:100%;
    top: -1px;
}

#menu li a  {
    padding-left:23px;
    color: #ffffff;
    text-decoration: none;
}

#right_menu {
    position:relative;
    float:right;
    top:-187px;   
    width:170px;
    margin-top:10px;
    margin-left:15px;
    margin-right:15px;
    color:White;
    line-height:15px;
}

.rightmenu_links {
    margin-left:38px;
    line-height:17px;
}

#right_menu a {
    color:White;
    text-decoration:none;
}

.spacer {
    width:170px;
    height:15px;
    background-color:White;
}

#flash {   
    height:163px;
    background-color: #ffffff;
    width:205px;
    background-repeat:no-repeat;
    background-position:bottom;
    position: absolute;
    bottom: 0;
    right: 0;
}

#content {
    float:left;
    position:relative;
    width:478px;
    background-position:bottom left;
    background-repeat:no-repeat;
    margin-top:25px;
}

#contentStor {
	height: 375px;
}

#bottom {
    float:left;
    width:963px;
    height:115px;
}

#profil { 
    height:115px;
    width:248px;
    float:left;
    background-repeat:no-repeat;
}

#middle {
    float:left;
    height:115px;
    width:492px;
    background-repeat:no-repeat;
}

#contact {
    width:205px;
    height:115px;
    float:right;
    background-repeat:no-repeat;
    
}