html, body {
	margin: 0;
	padding: 0;
}

img, table {
	border: none;
}

body {
	color: #202020;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
}

a {
	color: #1150bf;
}

a:hover {
	color: #00008b;
}

div.bread {
	position: absolute;
	z-index: 1000;
}

#layout {
	position: relative;
	min-width: 995px;
	max-width: 100%;
	clear: both;
}

* html body, * html #layout {
	width:  expression(document.getElementsByTagName('html')[0].clientWidth < 995 ? '995px' : '100%');
}

#pBody {
	position: relative;
	width: 100%;
	min-height: 200px;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
}

* html #pBody {
	height: expression('200px');
}

#leftCol, #rightCol {
	vertical-align: top;
}

#leftCol {
	width: 330px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#rightCol {
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 85px;
	width: auto;
}

#footer {
	font-size: 12px;
	color: #858589;
	vertical-align: bottom;
	padding-left: 85px;
	padding-top: 50px;
	padding-bottom: 15px;
}

#footer img {
	float: left;
	margin-right: 30px;
}

#footer #qcont {
	float: left;
}

#footer #qcont p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#fline {
	clear: both;
	background-image: url(images/bg3.gif);
	height: 15px;
	overflow: hidden;
	margin-top: 13px;
	margin-bottom: 15px;
}

#footer #made {
	clear: both;
	padding-left: 130px;
}

#header {
	height: 267px;
	background: #a9000e url(images/bg.jpg) no-repeat;
	background-position: 50% 0px;
}

#slogan {
	float: left;
}

#logocont {
	float: right;
	display: block;
	padding-right: 61px;
	padding-top: 57px;
	background-image: url(images/h_logo_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#langSwitch {
	font-size: 12px;
	line-height: 1em;
	padding-left: 25px;
	color: #929296;
	margin-bottom: 50px;
	margin-left: 55px;
}

#langSwitch a, #langSwitch span {
	color: #A9000E;
}

#menu {
	margin-left: 55px;
	margin-bottom: 60px;
	color: #000000;
	font-size: 13px;
}

#menu img {
	display: block;
}

#menu img {
	margin-bottom: 8px;
}

#menu .submenu {
	margin-left: 25px;
	margin-bottom: 22px;
}

.submenu a, .submenu div {
	display: block;
	margin-bottom: 12px;
	padding-left: 22px;
	background-image: url(images/menu/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	color: #77767b;
	line-height: 1.1em;
}

.submenu a {
	cursor: pointer;
	text-decoration: none;
}

.submenu a.active, .submenu div.active {
	color: #000000;
}

.submenu a:hover {
	background-image: url(images/menu/bullet_o.gif);
	color: #c20010;
}

.leftContent {
	margin-bottom: 50px;
	margin-left: 55px;
}

.teaser {
	text-align: center;
}

.pages {
	margin-top: 50px;
	margin-left: -29px;
}

.pageTxt {
	padding-right: 7px;
	color: #c0c0c0;
	font-size: 10px;
	vertical-align: bottom
}

.pages td {
	line-height: 22px;
}

.pages a {
	padding: 0 2px;
	position: relative;
	top: -3px;
}

.pages span {
	font-size: 21px;
	color: #a90031;
}

.nobr {
	white-space: nowrap;
}

.Clear {
	clear: both;
}

/*div, a {
	border: 1px solid;
}*/

