/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
	background-color: #86A49A;
	background-image:url(images/background.gif);
	background-repeat: repeat-y;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #4A372A;
}
.tekst_klein {
	font-size: 10px;
	line-height:15px;
}
.top_buttons {
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
	cursor:pointer;
}
a:link {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	background-color:#EE662C;
	color:#FFFFFF;
}
a:visited {
	text-decoration:underline;
}
