/********************

***  Style reset  ***

********************/



* { margin: 0px; padding: 0px }

img { border: 0px none; }



/**********************

***  Global Styles  ***

**********************/



body {

	background: #3D5142 url("images/bg.jpg") repeat-x center top;

	color: #eee;

	font: 13px "Trebuchet MS", arial, verdana, sans-serif;

	text-align: center;

}



h1 {

	background-color: transparent;

	border-bottom: 1px solid #fff;

	color: #fff;

	font: 24px "Trebuchet MS", sans-serif;

	margin-left: 10px;

	padding-left: 5px;

}



h2 {

	background-color: transparent;

	border-bottom: 1px solid #465;

	color: #fff;

	font: 18px "Trebuchet MS", sans-serif;

	margin-bottom: 5px;

	margin-left: 10px;

	padding-left: 5px;

}



p {

	padding: 6px 5px;

}



a {

	color: #bbb;

	font-weight: bold;

	text-decoration: underline;

}



a:hover {

	color: #fff;

	text-decoration: none;

}



.clear {

	clear: both;

}



/*************

***  Main  ***

*************/



#container {

	margin: 10px auto 20px;

	text-align: left;

	width: 650px;

}



/***************

***  Header  ***

***************/



#logo {

	background: transparent url("images/logo.gif") no-repeat;

	float: left;

	height: 40px;

	width: 160px;

}



#menu {

	float: right;

	font-size: 13px;

	height: 25px;

	margin: 0px 40px -4px 0px;

	text-transform: uppercase;

}



#menu a {

	color: #fff;

	float: left;

	height: 25px;

	padding: 0px 7px;

	text-decoration: none;

}



#menu a:hover, #menu a.active {

	background: url("images/glow.jpg") no-repeat center bottom;

}



.break {

	background: #fff;

	height: 1px;

	margin: 0px auto;

	width: 600px;

}



.break div {

	background: #fff;

	float: right;

	height: 3px;

	margin: -1px -25px;

	width: 25px;

}



.break div:first-child {

	float: left;

}



/****************

***  Welcome  ***

****************/



#welcome {

	background: #384D3E;

	height: 325px;

	margin: 20px 0px 0px;

}



/****************

***  Content  ***

****************/



#content {

	margin: 20px 0px;

}



/*******************

***  Prosjekter  ***

*******************/



a.prosjekt {

	display: block;

	float: left;

	margin: 20px 0 0 20px;

}



a.prosjekt img {

	border: 1px solid #465;

	padding: 3px;

	width: 130px;

}



a.prosjekt:hover img {

	border-color: #698;

}




