body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(data/bg_all.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	background-image:url(data/bg_top.jpg);
	background-position: top;
	background-repeat:repeat-x;
	height: 100%;
	vertical-align: middle;
}
#box {
	width: 546px;
	height: 535px;
	margin: auto;
	vertical-align: middle;
}
.header {
	padding-top: 70px;
}
.blue_box {
	padding-bottom: 10px;
}
.big_text {
	position: absolute;
	width: 495px;
	padding: 25px;
}
.big_text div, .first_text div {
	text-align: center;
}
.big_text div.colortekst {
	color: #0065BD;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0 15px 0;
}
.first_text {
	position: absolute;
	width: 510px;
	padding: 20px 15px 15px;
	line-height: 170%;	
}
.first_text a {
	text-decoration: none;
	color: #0065BD;
}
.first_text a:hover {
	background-color: #0065BD;
	color: #FFFFFF;
	text-decoration: none
}