@charset "UTF-8";
/* CSS Document */

#container {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 800px;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 408px;
}
#country {
	float: left;
	width: 200px;
	height: 100px;
}
#text {
	width: 800px;
	float: left;
	height: 50px;
}
a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#overskrift {
	height: 170px;
	width: 800px;
}

