BODY {
	margin: 0 auto;
	font-family: Arial;
	background: #202020;
	font-size: 75%;
}

p {
	line-height: 20px;
	padding: 5px 20px 10px 0px;
}

a {
	color: #000000;
}

h1, h2 {
	font-size: 1.3em;
	margin-bottom: 8px;
	line-height: 30px;
	font-weight: normal;
}

h1 span.blue, h2 span.blue {
	color: #066591;
}
h4 span.white,{
	color: #FFFFFF;
}
div#bg2 {
	background: url( ../gfx/bg.png ) repeat-x #FFFFFF;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 866px;
	padding-bottom: 115px;
	height: 730px;

}

div#container div#header {
	height: 123px;
	background: url( ../gfx/logo.png ) 0px 40px no-repeat;
}

div#header div#domein-checker {
	position: absolute;
	left: 550px;
	top: 49px;
	width: 268px;
	height: 50px;
	background: url( ../gfx/domein-checker-bg.png ) no-repeat;
}

div#domein-checker input {
	position: absolute;
	top: 24px;
	left: 44px;
	width: 160px;
	color: #FFFFFF;
	background: #044a64;
	border: 0px;
}

div#domein-checker select {
	position: absolute;
	top: 23px;
	left: 212px;
	border: 0px;
	background: #044a64;
	color: #FFFFFF;
}

div#container div#menu ul li {
	float: left;
}

div#menu ul li a {
	display: block;
	height: 28px;
	padding-top: 22px;
	width: 111px;
	text-decoration: none;
	color: #858484;
	text-align: center;
}

div#menu ul li a:hover {
	color: #035975;
	background: url( ../gfx/menu-a-bg.png ) no-repeat;
}

div#container div#content {
	margin: 32px 0px 20px 0px;
	background: url( ../gfx/content-bg.png ) repeat-y;
}

div#content div.txt {
	padding: 10px 250px 0px 15px;
	min-height: 162px;
	background: url( ../gfx/content-txt-bg.png ) no-repeat;
}

div#content2 div.txt {
	padding: 10px 250px 0px 15px;
	min-height: 162px;
	background: #C7C7C7 url( ../gfx/content-txt-bg2.png) no-repeat;
}

div#content div.bottom {
	height: 10px;
	background: url( ../gfx/content-bottom-bg.png ) no-repeat;
	font-size: 0em;
	line-height: 0px;
}

div#container div#products {
	margin-bottom: 10px;
}

div#container div#products ul li.product {
	float: left;
	margin-right: 10px;
}

div#products ul li.sponsor {
	float: right;
	background: url( ../gfx/sponsor-bg.png ) no-repeat;
	width: 122px;
	height: 89px;
	padding-top: 25px;
	text-align: center;
}

div#container div#about-us {
	background: url( ../gfx/about-us-bg.png ) no-repeat;
	float: left;
	width: 463px;
	height: 181px;
	padding: 10px;
}

div#container div#latest-news {
	background: url( ../gfx/latest-news-bg.png ) no-repeat;
	float: right;
	width: 352px;
	height: 181px;
	padding: 10px;
}

div#latest-news p {
	line-height: 18px;
	padding: 0px;
	color: #3d3a3a;
}

div#latest-news p.date {
	color: #066591;
	border-bottom: solid 1px #8a8a8a;
}

div#footer {
	background: url( ../gfx/footer-bg.png ) repeat-x;
	text-align: center;
	color: #FFFFFF;
	height: 73px;
	font-size: 0.92em;
}

div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer p {
	padding-top: 6px;
}

.clear {
	visibility: hidden;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0em;
}
