/*

Farger
==========
R?d - #d50710
Bl? - #5790c1
Orange - #e86910

*/



body {
	margin: 10px;
	padding: 0;
	background: #c2c4c7;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 761px;
	margin: 0 auto;
}

#header {
	height: 70px;
	padding: 15px;
	border: 1px solid white;
	background: #e86910;
	position:relative; 
}

#content {
	clear: both;
	margin: 2px 0;
	float: left;
	width: 100%;
}

#sidebar {
	float: left;
	width: 146px;
	border: 1px solid white;
	background: #F09549; /* DIFF */
	padding:14px;
}

#main {
	float: right;
	width: 541px;
	border: 1px solid white;
	background: white;
	padding: 20px
}

#footer {
	clear: both;
	border: 1px solid white;
	background: #e86910; /* DIFF */
	padding: 5px 10px;
	text-align:right;
	color:white;
	font-size:12px;	
}



#sidebar-flik {
	width: 100%;
	clear: both;
	height: 21px;
	background: url(/design/plain/images/sidebar-flik-orange.gif) right top no-repeat; /* DIFF */
	position:relative;
	left: 15px;
	top: 15px;
}


#main-flik-top {
	width: 100%;
	clear: both;
	height: 20px;
	background: url(/design/plain/images/main-flik-topp.gif) right top no-repeat;
	position:relative;
	left: 21px;
	top: -21px;
	margin-bottom: -20px;
}

#main-flik-bottom {
	width: 100%;
	clear: both;
	height: 20px;
	background: url(/design/plain/images/main-flik-bunn.gif) left top no-repeat;
	position:relative;
	left: -21px;
	top: 21px;

}

#styleswitcher {
width: 40px;
height: 10px;
position:absolute;
right: 15px;
top: 15px;
}

#styleswitcher img {
margin:0; padding:0; border: none;
}


/* her begynner innholdet */

#sidebar h2 {
	font-weight: normal;
	font-size: 14px;
	color: white;
	line-height: 1;
	margin-bottom: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	margin-top: .3em;
	margin-bottom: 1em;
}

#sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul a {
	text-decoration: none;
	color: black;
	background: url(/design/plain/images/hvit_firkant.gif) 0 50% no-repeat;
	padding-left: 12px;
}

#sidebar ul a:hover{
	color:white;
}



#main h1,h2,h3,h4,h5,h6{
	color: #ba521d;
	margin-bottom:0px;
	padding-bottom:0px;
}

#main h1{
	font-size:1.4em;
}
#main h2{
	font-size:1.2em;
}
main h3{
	font-size:1.1em;
}

#main ul{
	margin-top:0px;
	padding-top:0px;
}

#main li{
	list-style-type: none;
	background: url(/design/plain/images/orange_firkant.gif) 0 3px no-repeat; /* DIFF */
	padding-left: 12px;
}


#footer a{
	text-decoration: none;
	color: white;
}


textarea{
	width:450px;
}

input,select{
	margin-top:5px;
	
}



.graa{
        color:#555;
}


