/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(img/background.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EAF1F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #315464;
}

UL {
	
}

LI {
	list-style-type: square;
	color: #315464;

	}

P {
	margin: 0px;
	padding: 0px;}

A {
	color: #315464;
}

.colom {
	width: 140px;
	float: left;
	padding: 5px;
	text-align: left;
}

.titel {
	color: #4FA800;
	font-size: small;
	font-weight: bold;
}
.hr {
	height: 1px;
	width: 100%;
	background-color: #315464;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.form, .formButton  {
	background-color: #DDE8F0;
	border: 1px solid #315464;
}

