@charset "utf-8";
/* CSS Document */
#content
{
width: 666px;
padding: 0px 10px 0px 10px;
}

#driftsmeldinger
{
	float: none;
	clear: both;
	position: relative;
	border: solid 1px #a0b845;	
	margin-bottom: 10px;
	background-color: #EEE;
}

#driftsmeldinger img
{
	padding: 5px 5px;
	float: left;
	position: relative;
	top: -20px;
	margin-bottom:
	
}

#driftsmeldinger p
{
	margin-left: 60px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	}
	
a img
	{
	text-decoration: none;
	border: 0 none;
	}
	
a, a:visited {
	text-decoration: none;
	color: #C26F30;
}

a:hover, a:active {
	text-decoration: none;
	color: #CC0000;
}

b, strong {
	color: #006600
}

.infobox {
	float: left;
	background-color: #dedede;
	border: solid 1px #a0b845;
	width: 323px;
	padding: 0;
	margin: 0 0 20px 0;
	background-image: url(../images/mainBoxContentBg.jpg);
	font-size: 0.85em;
	min-height: 170px;
}

.infobox>h1 {
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
	background-color: #009900;
	margin: 0;
	padding: 10px 0;
	text-indent: 2px;
	background-image: url(../images/mainHeaderBg.jpg);
}

.air {
	padding: 0 5px;
}

input {
	margin: 5px;
	vertical-align: baseline;
}

input.text {
	border: 1px solid #009900;
	height: 20px;
	width: 150px;
	}
	
input.hint {
	color: #CCCCCC;
	border: 1px solid #009900;
	background-image: url('/images/edit_brukernavn.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 150px;
	}
	
input.hintpassord {
	color: #CCCCCC;
	border: 1px solid #009900;
	background-image: url('/images/edit_passord.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 150px;
}

