body {
	font-family: arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
}

a {
	color: #004;
}

table{
	border: none;
	border-collapse: collapse;
	margin: 0 auto;
}

td, th {
	padding: 5px;
}

/* heading */
p strong{
font-size: 18px;
}

#content{
	padding: 20px 20px 40px 20px;
	border: 1px solid #ccc;
	text-align: center;
	position: relative;
	top: 200px;
	margin: 0 auto;
	background-color: #fff;
}

#content.error{
	background-color:#FF8888;
	font-weight:bold;
}

#content table{
	text-align: left;
}

#login #content{
	width: 400px;
}

input.login{
	width: 100px;	
}

input.password{
	width: 187px;	
}

/* skrift-størrelse i brukerform */
#bruker table {
font-size: 13px;
}

/* tabell med felt i brukerform */
#brukerinfo {
	border: 1px solid #ccc;	
}

/* oversikt over brukere/brukerform */
#admin #content, #bruker #content {
	width: 800px;	
}

#admin table {
	font-size: 14px;
	font-family: verdana, sans-serif;
}

/* oversikt over brukere */
#brukere table {
width: 500px;
}

#brukere th {
	text-align: left;
}

#brukere th, #brukere td {	
	border: 1px solid #555;	
}

/* link for å opprette ny bruker */
#nybruker {
	padding-left: 15px;
	background: transparent url(/icons/vwicn096.gif) no-repeat 0 50%;
	text-decoration: none;
	font-weight: bold;
}


/* Knapp for å logge ut */
#loggut{
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 5px;
	text-decoration: none;
	display: block;
	width: 60px;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 15px;
	background: #fff url(/icons/vwicn062.gif) no-repeat 5px 50%;
}

#loggut:hover{
background-color: #555;
color: #eee;
}
