body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	padding: 0px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}

html {
	height: 100%;
}

a { 
	outline:0;
}

#placeholder {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#topbar {
	background-image: url(/images/elements/background-top.gif);
	background-repeat: repeat-x;
	height: 50px;
	background-color: #c6c6c6;
}

#centerpart {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

#logo {
	float: left;
}

#submenu {
	float: right;
	margin-top: 20px;
	font-size: 10px;
	color: #9a9a9a;
}

#submenu a {
	color: #9a9a9a;
	text-decoration: none;
	margin-left: 15px;
}

#submenu a:hover {
	color: #666;
}

#navbar {
	background-image: url(/images/elements/background-nav.gif);
	background-repeat: repeat-x;
	background-color: #404040;
	padding-top: 1px;
	padding-bottom: 1px;
}

#navpart {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-transform: uppercase;
}

#navpart a {
	color: #FFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

#navpart a:hover {
	color: #9a9a9a;
}

#navpart .lastlink {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#content {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
}

#content #visualtekst {
	float: right;
	width: 300px;
	margin-top: 25px;
	text-align: right;
}

#content #tekst {
	width: 508px;
	float: left;
}

#content h1 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	color: #adadad;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content h1 .color {
	color: #cc3366;
}

#content a {
	color: #cc3366;
}

#content a:hover {
	color: #333;
}

#content p {
	text-align: justify;
	line-height: 18px;
}

#footerhome {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footerhome a {
	color: #999999;
	text-decoration: none;
}
#footerhome a:hover {
	color: #333;
	text-decoration: none;
}

#sitemap a {
	text-decoration: none;
	color: #333;
}

#sitemap a:hover {
	color: #666;
}

#sitemap ul li {
	list-style-type: none;
}

#sitemap .first {
	margin-left: 0px;
	padding-left: 0px;
}
