body {
	margin: 0;
	padding: 0;
	font-family: 'Liberation Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	color: #1A1A1A;
	background: url(../img/bg-page.jpg) center 110px repeat-x #FFFFFF;
}

img {
	border: 0;
}

a {
	color: #A90027;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #2700A9;
}

h1 {
	font-size: 18px;
	padding: 15px 0;
	margin: 0;
	font-weight: normal;
	color: #1A1A1A;
}

h2 {
	font-size: 18px;
	margin: 0;
	padding-bottom: 10px;
	font-weight: normal;
	color: #1A1A1A;
}

h3 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	color: #1A1A1A;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	color: #1A1A1A;
}

p {
	margin-top: 3px;
}

#hdr1, #hdr2 {
	width: 49%;
	height: 110px;
}

#hdr1 {
	float: left;
	background: url(../img/bg-top-l.gif) repeat-x;
}

#hdr2 {
	float: right;
	background: url(../img/bg-top-r.gif) repeat-x;
}

#header, #content, #footer {
	position: relative;
	top: -110px;
}

#header {
	clear: both;
	width: 910px;
	height: 110px;
	margin: 0 auto;
	background: url(../img/bg-header.jpg) no-repeat;
}

#logo {
	float: left;
	width: 281px;
	height: 80px;
	padding-top: 30px;
}

#lang {
	float: right;
	width: 110px;
	height: 110px;
	line-height: 96px;
	text-align: right;
}

#lang {
	font-size: 11px;
	color: #ABABAB;
}

#content {
	width: 910px;
	margin: 0 auto;
	background: url(../img/bg-content.jpg) no-repeat;
	border-bottom: 1px solid #DBDBDB;
}

#footer {
	clear: both;
	width: 910px;
	margin: 10px auto;
	font-size: 11px;
	color: #ABABAB;
}

#footer a {
	color: #ABABAB;
	margin-left: 10px;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	color: #2700A9;
}

#footer img {
	vertical-align: middle;
}

ul.tabs {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
}

ul.tabs li {
	display: block;
	float: left;
	position: relative;
	top: 1px;
	margin-right: 3px;
	padding: 2px;
	border: 1px solid black;
	cursor: pointer;
	background: #C3C3C3;
	z-index: 10;
}

ul.tabs li.active {
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;
}

div.tabs {
	clear: both;
	border: 1px solid black;
	margin: 0 auto;
	padding: 10px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clr {
	clear: both;
}

.centered {
	text-align: center;
}

.marg {
	clear: both;
	margin: 20px auto 10px;
}

