html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: normal 12px/20px Tahoma;
	color: #4F4F4F;
}

a {
	color: #0070AF;
	outline: none;
}

h1 {
	color: #0070af;
	font: normal 18px Tahoma;
	margin-bottom: 10px;
}

p {
	padding-bottom: 10px;
}

hr {
	border:0;
	height:1px;
	border-bottom: 1px solid #D5D5D5;
}


div.error_msg {
	padding: 10px 0;
	font-size: 16px;
	color: red;
}


div#content,
div.wrapper {
	width: 920px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

div#header {
	background: #EDEDED;
	height: 200px;
	position: relative;
}

div#header h1 {
	margin: 0;
}

div#header h1 a {
	position: absolute;
	top: 25px;
	left: 20px;
	background: transparent url('/images/web/logo.png') no-repeat center center;
	text-indent: -9000px;
	width: 131px;
	height: 131px;
	cursor: pointer;
}

div#langbar {
	position: absolute;
	top: 165px;
	left: 20px;
	width: 131px;
	text-align: center;
}

div#langbar a {
	font-weight: bold;
	color: #0070af;
	text-decoration: none;
	font-size: 11px;
}

div#langbar span {
	color: #D6D6D6;
	padding: 0 4px;
}

div#header_image {
	position: absolute;
	top: 20px;
	left: 205px;
}

div.menu_header {
	position: absolute;
	bottom: 0px;
	left: 205px;
	/*width: 483px;*/
	width: 750px;
	height: 28px;
	font-family: Arial, sans-serif;
}


div.menu_header ul {
	list-style: none;
}

div.menu_header ul li {
	float: left;
}


div.menu_header a {
	display: block;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	background-color: #0070af;
	padding: 0 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-right: 2px;
	border-top: 1px solid #0070af;
	border-left: 1px solid #0070af;
	border-right: 1px solid #0070af;
}

div.menu_header a:hover {
	text-decoration: underline;
}

div.menu_header a.active {
	color: #0070AF;
	text-decoration: none;
	border-top: 1px solid #d7d6d6;
	border-left: 1px solid #d7d6d6;
	border-right: 1px solid #d7d6d6;
	background-color: #fff;

}


/*
*	Content
*/

div#content {
	padding-top: 15px;
}

div#col_left {
	width: 169px;
	float: left;
	height: 500px;
}

div#col_right {
	width: 178px;
	float: right;
}

div#col_middle {
	width: 500px;
	float: left;
	padding-left: 35px;
	color: #000000;
	font: normal 12px/18px Tahoma;
}

div#footer {
	clear: both;
	text-align: center;
	color: #939393;
	font-size: 11px;
	padding: 50px 0 0 70px;
	height: 30px;
}

div#footer a {
	color: #939393;
}

div#col_left div {
	background:#0070AF url('/images/web/menu_left_top.gif') top left no-repeat;
	color: #FFF;
	padding: 5px 17px;
}


ul#menu_left {
	border: 1px solid #CCC;
	padding: 5px 10px 10px 13px;
	list-style: none;
}

ul#menu_left li {
	padding: 2px;
}

ul#menu_left li a {
	color: #000;
	text-decoration: none;
	background: url('/images/web/bullet_off.gif') center left no-repeat;
	padding-left: 15px;
}

ul#menu_left li a.active,
ul#menu_left li a:hover {
	color: #F1782F;
	text-decoration: underline;
	background: url('/images/web/bullet_on.gif') center left no-repeat;
}

ul#menu_white,
ul#menu_grey {
	list-style: none;
	margin-top: 10px;
}

ul#menu_grey li {
	background-color: #d5d5d5;
	border-radius: 10px;
	/* background: url('/images/web/menu_grey.gif') center left no-repeat; */
	padding: 6px 14px;
	margin: 3px 0;
}

ul#menu_white li a,
ul#menu_grey li a {
	color: #000;
	text-decoration: none;
}

ul#menu_grey li a.active,
ul#menu_grey li a:hover {
	text-decoration: underline;
}

ul#menu_white li {
	background: url('/images/web/menu_white.gif') center left no-repeat;
	padding: 8px;
}

ul#menu_white li a.active,
ul#menu_white li a:hover {
	text-decoration: underline;
	color: #F1782F;
}

div#middle_banner {
	padding-bottom: 15px;
}

#free a {
	text-decoration: underline;	
}

/* added by Reinis */
div#col_middle ul {
	padding-left: 35px;
}

label:hover {
	color: #F1782F;
}
