@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #f8f7e5 url(../img/universal/background.jpg) left top no-repeat;
	width: 100%;
	height: 100%;
}


#logo {
	width: 106px;
	height: 138px;
	margin: 75px auto 0px auto;
}



#footer {
	width: 245px;
	height: 41px;
	margin: 250px auto 0px auto;
	padding-bottom: 20px;
}


/* ------- | Forside | ------- */

#menu {
	width: 850px;
	height: 80px;
	margin: 150px auto 0px auto;
	
}

#menu a {
	float: left;
}

#about {
	width: 220px;
	height: 63px;
	background-image:url(../img/frontpage/hovedmenu_about.png);
	display: block;
	margin-right: 84px;
}

#services {
	width: 210px;
	height: 63px;
	background-image:url(../img/frontpage/hovedmenu_services.png);
	display: block;
	margin-right: 84px;
}

#work {
	width: 236px;
	height: 63px;
	background-image:url(../img/frontpage/hovedmenu_work.png);
	display: block;
}

#about:hover {
	background-image: url(../img/frontpage/hovedmenu_about_hover.png);
}

#services:hover {
	background-image: url(../img/frontpage/hovedmenu_services_hover.png);
}

#work:hover {
	background-image: url(../img/frontpage/hovedmenu_work_hover.png);
}

	

.even {
	margin-right: 87px;
}

/* ------- | About us | ------- */


#wrapper {
	background:url('../img/topboks_gradient.png') no-repeat;
	width: 800px;
	padding:25px;
	min-height: 400px;
	height: auto;
	margin: 80px auto 0px auto;
}

#sub_menu {
	width: 280px;
	min-height: 400px;
	height: auto;
	float: left;
}

#sub_menu img {
	margin-bottom: 30px;
}

#sub_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #666;
	text-decoration: none;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

#sub_menu a:hover {
	color: #891e1e;
}

#sub_menu a:active {
	color: #891e1e;	
}

#content {
	width:800px;
}
#content .inner {
	padding:10px;
	font-size:11px;
	color:#fff;
	width:800px;
}
#content .inner p {
	width:750px;
	font-size:12px;
	color:#fff;
	font-family:Arial;
	text-shadow: black 0.1em 0.1em 0.05em;
	font-weight:bold;
}
#holder {
	width: 551px;
	min-height: 400px;
	height: auto;
	float: left;
	margin-left: 19px;
}

#top {
	width: 551px;
	height: 30px;
	background-image: url(../img/universal/contentArea_top.png);
	float: left;
}

#middle {
	width: 551px;
	min-height: 300px;
	height: auto;
	background-image: url(../img/universal/contentArea_pattern.png);
	float: left;
	padding-bottom: 45px;
}

#bottom {
	width: 551px;
	height: 30px;
	background-image: url(../img/universal/contentArea_bottom.png);
	float: left;
}

#content h1 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c9c9ca;
	margin: 30px 0px 15px 18px;
}

#content p {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c9c9ca;
	margin-left: 18px;
	width: 510px;
	text-align: justify;
	line-height: 30px;
}


/* ------- | Services | ------- */

#sub_menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	/*text-decoration: underline;*/
	color: #474a47;
	font-weight: bold;
	float: left;
	margin-bottom: 15px;
}

/* ------- | Work | ------- */

.logo {
	width: 142px;
	height: 145px;
	background-image: url(../img/subpages/our%20work/logo_bg.png);
	float: left;
	margin: 0px 40px 30px 0px;
}

.logo img:hover {
	margin: 2px;
}
