	/**		reset	**/
html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
br, input, button, textarea, h1, h2, h3, h4, h5, strong {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	color: #1f2126;
	line-height: 1;
	text-align: left;
}

a img {
	border: 0;
}

ul, ol {
	list-style: none;
}

acronym:hover, abbr:hover {
	cursor: help;
}

	
	/**		generelle innstillinger		**/
	
body {
	background-color: #FFF;
	background-repeat: repeat-x;
	font-size: 100%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
}

#wrap {
}

h1,h2,h3{
	padding: 20px 0px;
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
}
.r h3 {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 10px;
}

.margin-top {
	margin-top: 20px;
}

.center {
	text-align: center;
}

	/**		kontakt		**/
	
input.kontakt, textarea.kontakt {
	border: 1px solid #aaa;
	padding: 3px;
	margin: 2px 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 0.8em;
	background-color: white;
}

input.button {
	background-color: #f3f3f3;
	padding: 5px;
}

textarea.kontakt {
	font-size: 0.8em;
}

label {
	font-size: 0.8em;
}

table.kontakt tr td {
	vertical-align: baseline;
}
#form {
	background-color: #ddd;
	height: 332px;
	width: 360px;
	background-image: url('img/form.jpg');
	background-repeat: repeat;
	border: 1px solid #ccc;
	padding: 10px;
}
.error {
	font-size: 0.8em;
}
.error ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 20px;
}
.error ul li {
	color: #ff6600;
}
.error ul li span {
	color: black;
}

	/** 	header	**/
#header {
	width: 800px;
	padding: 20px 0px;
	height: 80px;
	margin: 0px auto;

}
h1.logo {
	height: 70px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left;
	font-size: 3em;
}
h1.logo span {
	display: none;
}

	/**		nav		**/
	
#nav {
	margin: 0px auto;
	width: 800px;
	padding: 30px 0px;
}

#nav li {
	display: inline;
	margin-right: 10px;
	border-bottom: none;
	}
	
#nav li.current {
}
	
#nav li:hover {
}
#nav li a {
	text-decoration: none;
	background-image: url('img/buttonA.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 25px;
}
#nav li a.current,#nav li a:hover {
		background-image: url('img/button.gif');
}
	/**		showreel	**/
	
#showreel {
	margin: 0px auto;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	background-image: url('img/reelwall.png');
	background-repeat: repeat-x;
	background-position: center;
	height:  150px;
	background-color: #ffffff;
}
#showreel #wrap {
	margin: 0px auto;
	width: 800px;
}
#left {
	float:  left;
	width: 500px;
	height:  100%;
}

#right{
	float: left;
	width: 100px;

}
#left h2 {
	padding-bottom: 10px;
}
#left p {
	line-height: 1.5em;
}
#left h2 {
	padding-top: 15px;
}

.weblosningbox {
	position: absolute;
	top: 100px;
}
.weblosningbox2 {

}
	/**		content		**/
	
#content {
	margin: 0px auto;
	width: 800px;
	min-height: 200px;
	margin-bottom: 20px;
}

#content p {
	font-size: 0.8em;
	line-height: 1.4em;
}

#content h2{
	padding-top: 0px;
}

#col1 {
	float: left;
	margin-bottom: 20px;
	width:  300px;
}

.border {
	border-right: 1px solid #ccc;
	margin-right: 19px;
	padding-right: 20px;
}

#col2 {
	float: left;
	margin-bottom: 20px;
	width:  460px;
}

	/**		col1	**/
	
.prosjekt {
	clear: both;
}
.l {
	float: left;
	width:  80px;
	margin-bottom: 20px;
}

.l img {
	height: 80px;
	margin-bottom: 20px;
	border:  1px solid #ddd;
}

.r {
	float:  left;
	width: 220px;
	margin-bottom: 20px;

}
span.tagline {
	position: relative;
	top: 1em;
}
	/**		footer		**/
	
#footer {
	clear: both;
	width: 800px;
	margin: 0px auto;
	border-top: 1px solid #eee;
	padding: 10px;
	font-size: 0.6em;
	line-height: 1.4em;
	text-align: center;
}