#mainbox {
	width: 900px;
	height: 550px;
	margin: 0 auto;

}

	#mainbox h2 {
	margin: 5px 0;
	text-align: center;
	font: 14px Arial;
	color: #FF0000;
	}
	#mainbox p {
	margin: 5px 0;
	text-align: center;
	font: 10px Arial;
	color: #000000;
	}
	#mainbox label {
		display: block;
		margin: 3px 0;
		font: 12px Arial;
	}

#banner {
	position: absolute;
	background: url("/Banner.jpg") no-repeat;
	width: 880px;
	height: 100px;
	margin-left: 20px;

}

#leftbar {
	position: absolute;
	height: 550px;
	width: 20px;
	background-color: #FF0000;
}
#lefttext {
	position: absolute;
	height: 450px;
	width: 150px;
	top: 115px;
	margin-left: 20px;

}
#content {
	position: absolute;
	height: 450px;
	width: 730px;
	top: 115px;
	margin-left: 170px;
}
#firma1 {
	top: -25px;
	position: absolute;
	height: 400px;
	width: 340px;
	margin-left: 20px;
	text-align: center;
}
#firma2 {
	position: absolute;
	height: 400px;
	width: 340px;
	margin-left: 380px;
	text-align: center;
}

#firma2 p {
	margin: 5px 0;
	text-align: center;
	font: 14px Arial;
	color: #FF0000;
}
#firma1 p {
	margin: 5px 0;
	text-align: center;
	font: 14px Arial;
	color: #FF0000;
}


/*
 * Typografi
 */
h2 {
	font: bold 20px Arial;
	color: #163458;
}
h3 {
	font: bold 16px Arial;
	color: #163458;
}

p {
	font: normal 12px Arial;
	color: #000;
}
	p.error {
	color: #CC0000;
	text-align: right;
	}

A:link {
	text-decoration: underline; 
	color: #0066CC;
}
A:visited {
	text-decoration: underline; 
	color: #0066CC;
}
A:active {
	text-decoration: underline; 
	color: #0066CC;
}
A:hover {
	text-decoration: underline;
	color: #0099FF;
}



/*
 * Forms
 */
input.input {
	font: normal 12px Tahoma;
 	border: 1px solid #1d456b;
 	background-color: #FFFFFF;
 	color: #000000;
}

input.submit {
	font: normal 12px Verdana;
 	border: 1px solid #1d456b;
 	background-color: #eee;
 	color: #000000;
}
textarea {
	font: normal 12px Verdana;
 	border: 1px solid #1d456b;
 	background-color: #FFFFFF;
 	color: #000000;
}

/*
 * Tables
 */

th {
	border-bottom: 2px solid #aaa;;
}
td {
	border-bottom: 1px solid #aaa;
	
}
tr {
	font: 12px Arial;
}
	tr.alt {
	 background: #eee;
	}

