/* CSS DOKUMENT */
/* Utviklet i 2007 av Thomas André Wiken */

/* -------------------- Hovedelementer -------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/css/Jensen/Include/brand/images/bakgrunn.gif) no-repeat #cecece;
	background-position: center top;
	font-size: xx-small;
	color: #333;
	margin: 0;
	text-align: center;
	}
h1 {
	color: #000;
	font-size: 20px;
	margin: 0;
	padding: 15px 0 0 0;
	}
h2 {
	font-size: 11px;
	margin: 0;
	color: #000;
	}
p {
	margin: 0 0 15px 0;
	}
p.top {
	margin: 0 0 15px 0;
	font-weight: bold;
	}
a {
	text-decoration: underline;
	color: #00527f;
	}
a:hover {
	text-decoration: underline;
	color: #666666;
	}

/* -------------------- Oppbyggning -------------------- */
	
#frame {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: auto;
	text-align: left;
	background-position: left top;
	}
#framelogin {
	position: relative;
	margin: 0 auto;
	width: 400px;
	height: auto;
	text-align: left;
	background: url(/css/Jensen/Include/images/brand/top.gif) no-repeat #FFF;
	background-position: left top;
	border: 1px solid #c2c593;
	}
#top {
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	height: 20px;
	}
.front_pic {
	position: relative;
	float: right;
	margin: 10px 0 20px 20px;
	}
#text {
	position: relative;
	width: auto;
	height: 503px;
	margin: 0;
	}
#bottom {
	position: absolute;
	top: 593px;
	width: 800px;
	height: auto;
	color: #fff;
	text-align: center;
	clear: both;
	margin: 9px 0 0 0;
	padding: 2px 0;
	}
#bottom a {
	color: #fff;
	}
#text_front {
	position: relative;
	width: auto;
	height: 453px;
	margin: 100px 0 0 0;
	text-align: center;
	}
#sprak {
	position: relative;
	height: auto;
	width: auto;
	padding: 10px;
	}
.flagg {
	margin: 0 10px;
	border: none;
	}
	
/* -------------------- Meny -------------------- */

#menu {
	position: relative;
	width: auto;
	margin: 0;
	height: 65px;
	font-size: 11px;
	padding: 10px 20px;
	}
#menu a {
	display: block;
	float: left;
	width: auto;
	color: #FFF;
	border-left: 1px dotted #FFF;
	text-decoration: none;
	padding: 3px 20px;
	}
#menu a:hover {
	color: #00477a;
	border-left: 1px dotted #00477a;
	}
