﻿body, html
{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

h1 {
	font-family: Georgia;
	font-weight: lighter;
	font-size:30px;
}

h2 {
	font-family: Georgia;
	font-weight: lighter;
	font-size: 18px;
	margin-bottom:5px;
}


table{
	font-size: 12px;
	border: 0;
}

a 
{
	text-decoration:none;
	color:black;
}
a:hover {

	text-decoration:underline;
}

ul {
	margin-left:15px;
}

div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	/*margin:0;
	padding:0;*/
	}


.videolist li {
	list-style-image: url('gfx/play_button.jpg');
	list-style-position: outside;
	padding-left:5px;
	padding-top:4px;
	text-decoration:: none;
}

#headerImage
{
	background-position:center; 
	background-repeat:no-repeat; 
	background-image:url('gfx/headerimage.jpg'); 
	height:157px; 
	background-color:#3C4955;
}

#contentHolder
{
	background-image:url('gfx/bg.jpg'); 
	background-repeat:repeat-x; 
	max-height:1200px; 
	min-height:900px; 
	text-align:center; 
	padding-top:5px;
	height:100%;

}

#contentBody {
	width:960px; 
	background-color:white; 
	padding:5px;
	height:100%;
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
}

#menuHolder {
	height: 85px;
	width:100%;
	background-image:url('gfx/menubg.jpg'); 
	background-repeat:repeat-x;
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
}


#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0;
	font-weight:bold;
	font-size:12px;
	padding: 0;
}

#menu a {
	color: #707E8C;
	display: block;
	float: left;
	margin:0;
	padding-left:12px;
	padding-right:12px;
	padding-top:60px;
	text-decoration: none;
	padding-bottom: 10px;
}

#menu a:hover {
	background-image: url("gfx/menuitem_hooverbg.jpg");
	background-repeat: repeat-x;
	color: #fff;

}

.selectedMenuItem {
	background-image: url("gfx/menuitem_hooverbg.jpg");
	background-repeat: repeat-x;
	color: #fff;
}

.pictureBox {
	width:278px;
	height:170px; 
	border: 1px #E9E9E9 solid;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}

.pictureBox2 {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right:10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	color: gray;
	font-weight: bold;
	display: block;
	height: 205px;
	float: left;
}

.titletext{
	width: 150px;
}

.row2{
	float: left;
	width: 600px;
	height: 150px;
}

.documents 
{
    float: left;
    width: 350px;
    margin: 30px 0px 0px 0px;
}

/* Referanser */

.refProjects 
{
    float: left;
    width: 550px;
}

.refCustomers 
{
    float: right;
    width: 350px;
}

.refDocuments 
{
    float: right;
    width: 350px;
    margin: 30px 0px 0px 0px;
}

.refCustomers li
{
    margin: 0px 0px 0px 30px;
}

.refDocuments li
{
    margin: 0px 0px 0px 30px;
}

.refProjElement 
{
    float: left;
    width: 510px;
    margin-bottom: 40px;
}

.refProjPic 
{
    float: right;
}

.refProjInfo 
{
    float: left;
    width: 260px;
    padding: 20px 0px 5px 0px
}

.refProjTitle 
{
    font-weight: bold;
    font-size: 12px;
}


