	*
	{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	body
	{
		margin: 0px;
		padding: 0px;
		background: #f0f0f0 url(./images/bottomline.gif) right bottom repeat-x;
		margin-bottom: 50px;
	}
	img
	{
		border-style: none;
	}
	a
	{
		color: #333333;
	}
	a.menu-link
	{
		font-weight: bold;
		text-decoration: none;
	}
	a:hover
	{
		color: #000000;
	}
	a.search-text
	{
		font-size: 11px;
	}
	a.txt_small
	{
		font: bold 11px arial, verdana, sans-serif;
		color: #666666;
	}
	img.logo
	{
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left:  -190px;
		top: 50px;
	}
	.tekst
	{
		position: absolute;
		font: bold italic 30px Arial;
		color: #999999;
		text-align: center;
		width: 100%;
		top: 150px;
	}