/*
'****************************************************************
'****************************************************************
'**                                                            **
'**                  Copyright Mit Bureau ApS                  **
'**                 Created by Mads Timmermann                 **
'**                                                            **
'****************************************************************
'**                                                            **
'**                      www.mit-bureau.dk                     **
'**                                                            **
'****************************************************************
'****************************************************************
*/


* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
}

body, html {
	background-color: #000725;
	color: #000725;
	height: 100%;
	background-image: url(../gfx/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
scrollbar-face-color: #8596ac;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #bac5d4;
scrollbar-darkshadow-color: #000725;
scrollbar-shadow-color: #bac5d4;
scrollbar-arrow-color: #000725;
scrollbar-track-color: #bac5d4;
}

hr {
	color: #bac5d4;
	background-color:#bac5d4;
	width:300px;
	}

a {
	color: #c54b1d;
	text-decoration: underline;
}

a:hover {
	color: #c54b1d;
	text-decoration: none;
}

h1 {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.input
{
	font-size: 11px;
	border:solid 1px #bac5d4;
	width:300px;
}
.submit
{
	font-size: 11px;
	background-color:#bac5d4;
}

p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}

#wrapper {
	width: 860px;
	background-color: #ffffff;
	background-image: url(../gfx/design.gif);
	background-repeat: no-repeat;
	margin-left: 50%;
	left: -430px;
	position: absolute;
	height: 663px;
}

#menu {
	position: absolute;
	top: 160px;
	left: 11px;
}

#menu li {
	float: left;
	list-style: none;
	width: 87px;
	text-align: center;
	margin-right: 7px;
	font-size: 11px;
}

#menu a {
	color: #000725;
	text-decoration: none;
}

#menuAktiv {
	font-weight: bold;
}

#undermenu {
	width: 333px;
	height: 40px;
	position: absolute;
	top: 209px;
	left: 27px;
}

#undermenu li {
	float: left;
	list-style: none;
	font-size: 11px;
}

#undermenu li.skiller {
	margin-left: 10px;
	margin-right: 10px;
	color: #c54b1d;
}

#content {
	width: 333px;
	height: 245px;
	position: absolute;
	top: 249px;
	left: 27px;
	overflow: auto;
}

#billede {
	height: 286px;
	width: 289px;
	position: absolute;
	top: 209px;
	left: 387px;
}

#egenChef {
	width: 140px;
	position: absolute;
	top: 249px;
	left: 700px;
}

#egenChef h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
}

#egenChef a {
	color: #000725;
	text-decoration: none;
}

#jobOnline {
	width: 140px;
	position: absolute;
	top: 380px;
	left: 700px;
}

#jobOnline h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
}

#jobOnline a {
	color: #000725;
	text-decoration: none;
}


#bottomInfo {
	width: 140px;
	position: absolute;
	top: 532px;
	left: 700px;
	color: #FFFFFF;
}

#bottomInfo h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
}

#bottomInfo p {
	line-height: 16px;
}

#bottomBillede {
	width: 387px;
	height: 134px;
	position: absolute;
	top: 512px;
}
