html {
	height: 100.2%; 
}

body {
	font-family: arial,tahoma,verdana;
	font-size: 12px;
	color: #414141;
	margin: 0px;
	margin-top: 50px;
	background-color: #949494;
	background-image: url('/img/betoon.jpg');
}

a {
	text-decoration: none;
	color: #414141;
}
a:hover {
	text-decoration: underline;
}

a:active {
	outline:none;
}
a:focus {
	-moz-outline-style:none;
}

#page-wrap {
	width: 1009px;
	margin: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

#hdr-area {
	width: 1009px;
	clear: both;
	height: 139px;
}

#topmenu-area {
	width: 1009px;
	clear: both;
	height: 81px;
	background-color: #ffffff;
}
#topmenu {
	height: 81px;
	width: 981px;
	float: left;
}

#header {
	width: 981px;
	height: 139px;
	float: left;
	background-image: url('/img/hdr_back.gif');
	background-repeat: repeat-x;
}

#footer-area {
	width: 1009px;
	clear: both;
	height: 32px;
	background-color: #ffffff;
}

.footer {
	float: left;
	width: 981px;
	height: 32px;
	background-color: #ffffff;
	text-align: center;
	font-size: 11px;
}

#bottom-area {
	width: 1009px;
	clear: both;
	height: 81px;
	background-color: #ffffff;
}

#bottom {
	background-image: url('/img/bottom_background.gif');
	width: 981px;
	height: 81px;
	float: left;
}

#content-wrap {
	width: 1009px;
	background-color: #ffffff;
}
#lang-select {
	position: absolute;
	margin-left: 890px;
	margin-top: 10px;
}

#content-left-column {
	width: 247px;
	float: left;
}
#content-column {
	width: 560px;
	float: left;
}

.top-menuitem,.top-menuitem-active {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	height: 81px;
	background-image: url('/img/menuitem_back.gif');
}
.top-menuitem a,.top-menuitem-active a {
	text-decoration: none;
	line-height: 6.7em;
	display: block;
	height: 81px;
	width: 100%;
}
.top-menuitem-active {
	background-image: url('/img/menuitem_back_active.gif');
}

.submenu-item,.submenu-item-active {
	font-family: tahoma,arial,verdana;
	font-size: 15px;
	color: #696667;
}
.submenu-item-active {
	color: #ee3425;
}

h1 {
	font-family: arial,tahoma,verdana;
	font-size: 17px;
	color: #ee3425;
	font-weight: normal;
	padding:0px;
	margin:0px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ee3425;
}
#content {
	padding-top: 10px;
}

.article h2 {
	font-weight: bold;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}
.errmsg {
	color: #FF0000;
}
.smaller-label {
	font-size: 10px;
}
