body {
	margin: 0;
	background: url(../gfx/bgRepeat.gif) repeat-y;
	font: 11px Verdana;
	color: #00406f;
}
form {
	margin: 0px;
}
a:link, a:active, a:visited {
	color: #003962;
	text-decoration: underline;
}
a:hover{
	color: #7F6F73;
	text-decoration: underline;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
h1, h2, .titleGreen {
	margin-bottom: 0px;
	color: #0A2F66;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
}

#viewport {
	width: 974px;
}
#leftNav {
	padding-top: 24px;
}
#leftContainer {
	display: block;
	float: left;
	background: #d8d8d8 url(../gfx/interfaceBg.jpg) no-repeat;
	width: 193px;
	min-height: 660px;
}
.leftNavItem {
	text-align: right;
	padding-right: 13px;
}
.leftNavItem a {
	text-decoration: none;
	color: #003962;
	line-height: 24px;
}
.leftNavItem a:hover {
	color: #7F6F73;
}

#topNav {
	background: url(../gfx/topInterfaceBg.jpg) no-repeat;
	height: 85px;
}
#topNavTextLinks {
	width: 768px;
	text-align: right;
	padding-top: 16px;
	padding-right: 13px;
	height: 39px;
}
#topNavTextLinks, #topNavTextLinks a {
	color: #FFF;
	font-size: 10px;
}
#topNavTextLinks a {
	text-decoration: none;
}
#topNavTextLinks a:hover {
	text-decoration: underline;
}
.topNavButton, .topNavButtonTwoLines {
	display: block;
	float: left;
	margin-left: 20px;
	margin-right: 5px;
	background: url(../gfx/navigation/topBg_blue.png) no-repeat;
}
.topNavButton a, .topNavButtonTwoLines a {
	display: block;
	padding-top: 9px;
	width: 166px;
	height: 23px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.topNavButtonTwoLines a {
	padding-top: 2px;
	height: 30px;
}
.topNavButton a.selected, .topNavButton a:hover, .topNavButtonTwoLines a.selected, .topNavButtonTwoLines a:hover {
	color: #003862;
}

#rightContainer {
	display: block;
	float: left;
	width: 781px;
}
#rightNav {
	display: block;
	float: left;
	width: 181px;
	padding-top: 41px;
}
.rightNavButton {
	margin-left: 7px;
	margin-bottom: 10px;
	width: 166px;
	height: 32px;
	text-align: right;
}
#rightNav a {
	display: block;
	padding-top: 8px;
	padding-right: 13px;
	width: 153px;
	height: 24px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.buttonContact {
	background: url(../gfx/navigation/buttonBg_contact.png) no-repeat;
}
.buttonLogin {
	background: url(../gfx/navigation/buttonBg_login.png) no-repeat;
}
.buttonNews {
	background: url(../gfx/navigation/buttonBg_news.png) no-repeat;
}
.buttonLinks {
	background: url(../gfx/navigation/buttonBg_links.png) no-repeat;
}

#contentContainer {
	display: block;
	float: left;
	width: 547px;
	padding: 12px 30px 0px 23px;
	line-height: 15px;
	color: #003962;
}
#textBanner {
	display: block;
	float: left;
	padding-left: 14px;
	padding-top: 34px;
}
.form {
	border: 1px solid #000000;
}
.b {
	font-weight: bold;
}
#contactForm {
	width: 535px;
	background-color: #e0e7ec;
	padding: 10px;
	padding-bottom: 10px;
}
.warning {
	color: red;
}
.kolom1 {
	display: inline;
	float: left;
	width: 150px;
}
.kolom2 {
	display: inline;
	float: left;
	width: 300px;
}
