/* -----------------------------------------------------
MAIN
-------------------------------------------------------- */
body {
		margin-top: 0px;
		padding-top: 0px;
		background: #182535;
		background-image: url(images/bg.jpg);
		background-repeat: repeat-x;
}

p {
	color: #333333;
	font-size: 70%; 
	font-family: arial, helvetica, sans serif;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 20px;
}

h1 {
	color: #0C487F;
	font-weight: bold; 
	font-size: 120%; 
	font-family: arial, helvetica, sans serif;
	padding: 40px 0px 20px 0px;
	margin: 0px 0px 0px 20px;
}

h2 {
	color: #666666;
	font-size: 80%;
	font-weight: bold; 
	font-family: arial, helvetica, sans serif;
	text-align: left; 
	margin: 0px 0px 10px 20px;
}

div.error-message {
	font-size: 70%;
	color: #DE212F;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px 5px 10px 40px;
	margin: 10px 20px 10px 20px;
	background: #F0E6BE;
	border-bottom: 3px solid #DE212F;
	border-top: 3px solid #DE212F;
	background-image:url(warning.jpg);
	background-repeat:no-repeat;
	font-weight: bold;
	background-position:center left;
}

div.success-message {
	font-size: 70%;
	color: #0055BB;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px 5px 10px 40px;
	margin: 10px 20px 10px 20px;
	background: #C3D2E5;
	border-bottom: 3px solid #84A7DB;
	border-top: 3px solid #84A7DB;
	background-image:url(success.jpg);
	background-repeat:no-repeat;
	font-weight: bold;
	background-position:center left;
}


.redasterisk {
	color: #FF0000;
}

/* -----------------------------------------------------
CONTAINER
-------------------------------------------------------- */

#container {
		width:900px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		background: #ffffff;
		height: 100%;
		
}

/* -----------------------------------------------------
TOP SECTION
-------------------------------------------------------- */

#contentmiddle {
		width: 900px;
		background:#ffffff;
		float: left;
		height: 100%;
		
}

#breadcrumbs {
	border-bottom: 1px #333333 dashed;
	width: 880px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
}

table {
	margin: 0px 0px 0px 20px;
	
}

.headings {
	color: #333333;
	font-weight: bold;
	font-size: 80%; 
	font-family: arial, helvetica, sans serif;
}

label {
	color: #333333;
	font-size: 70%; 
	font-family: arial, helvetica, sans serif;
}

#breadcrumbs a {
	font-size: 70%; 
	font-family: arial, helvetica, sans serif;
	text-decoration: none;
	
}

#breadcrumbs a:hover {
	
	text-decoration: underline;
}

#container2 {
		width: 1000px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		background: #ffffff;
		height: 100%;
}