/**
 * Styles for www.godtfredsen.no
 *
 * @ file: godtfredsen.css
 *
 * @ author: Tommy Eliassen, Synlighet.no (tommy@synlighet.no)
 * @ date: 01.07.2008
 *
 * colors: orange: #f78300
 *
 **/

/**
 * General styles 
 **/
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-top: 90px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
h1 {
	margin-bottom: 1em;
	font-size: 1.5em;
}
h2 {

}
p {
	margin-bottom: 1em;
}
a img {
	border: 0;
}


/**
 * Layout styles
 **/
#header {
	position: relative;
	height: 30px;
	width: 883px;
	border-right: 1px solid #f78300;
}
#page {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background-image: url(godtfredsen-bilder/pageBackground.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#contentContainer {
	width: 883px;
	border-right: 1px solid #f78300;
}
#leftContent {
	margin: 60px 0 0 30px;
	width: 370px;
	float: left;
}
#rightContent {
	padding-right: 20px;
	width: 440px;
	float: right;
}
#footer {
	margin: 0 auto;
	width: 900px;
	clear: both;
	height: 90px;
	position: relative;
	background-image: url(godtfredsen-bilder/footerBackground.png);
	background-position: right top;
	background-repeat: no-repeat;
}


/**
 * Header detailed styles
 **/
#header #logo {
	position: absolute;
	top: -65px;
	left: -20px;
	z-index: 100;
}
#header #navigasjon {
	background-image: url(godtfredsen-bilder/navigationStart.png);
	background-repeat: no-repeat;
	background-position: -13px 0px;
	width: 828px;
	position: absolute;
	left: 55px;
	list-style: none;
	background-color: #f78300;
	z-index: 1000;
	height: 20px;
}
#header #navigasjon li {
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	border-right: 1px solid #fff;
}
#header #navigasjon li a {
	text-decoration: none;
	color: #fff;
	line-height: 20px;
	display: block;
}
#header #navigasjon li a:hover {
	font-weight: bold;
}



/**
 * Left content detailed styles
 **/





/**
 * Right content detailed styles
 **/




/**
 * Footer detailed styles
 **/
#footer #gillianlogo {
	position: absolute;
	top: -20px;
	left: 0;
}
#footer #footerNav {
	position: absolute;
	bottom: 20px;
	right: 0;
	list-style: none;
}
#footer #footerNav li {
	padding: 0 5px;
	float: left;
}



/**
 * Other styles
 **/
.clearBoth {
	clear: both;
	visibility: hidden;
}
