﻿a {
	color: black;
}

a:hover {
	color: #0073B9;
}

body {
	background-color: #FFFFFF;
	color: black;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: 17px;
	color: #5F694B;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

img {
	border-width: 0px;
}

#container {
	width: 100%;
}

#logo {
	width: 172px;
	height: 200px;
	position: absolute;
	left: 100px;
	top: 15px;
}

#topbalk {
	width: 100%;
	height: 60px;
	background-color: #0073B9;
	padding-top: 10px;
}

#topbalk_content {
	padding-left: 105px;
}

.site_title {
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.sub_title {
	font-size: 16px;
	color: white;
}

#topbalk_bodem {
	width: 100%;
	height: 3px;
	background-color: #0064A5;
}

#menubalk {
	width: 100%;
	height: 20px;
	background-color: #5F694B;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
}

#menubalk a {
	color: white;
	text-decoration: none;
}

#menubalk a:hover {
	color: #F48325;
}

#menubalk_content {
	padding-left: 105px;
}

#menubalk_bodem {
	width: 100%;
	height: 3px;
	background-color: #465037;
}

#contentbalk {
	width: 100%;
	background-color: #E1E1E1;
	padding-top: 20px;
}

#bottombalk {
	width: 100%;
	background-color: white;
	height: 20px;
	font-size: 10px;
	padding-top: 10px;
}

#bottombalk a {
	color: #0073B9;
}

#bottombalk a:hover {
	color: black;
}

#bottombalk_content {
	padding-left: 110px;
}