/* basic */

body {
	margin: 0;
	padding: 0;
	border-width: 0;
	text-align: center;
	font: normal 0.5em/1.5em Verdana, Helvetica, sans-serif;
	color: black;
	background: white url(images/bg_body.jpg) 0 269px repeat-x;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}
#print {
	display: none;
}
a img {
	border-width: 0;
}

/* container */

.container {
	text-align: left;
	margin: 0 auto;
	width: 714px;
	background: url(images/bg.png) 0 0;
}
.clearing {
	clear: both;
}

#leftbg {
	width: 12px;
	height: 15px;
	position: absolute;
	margin: 128px 0 0 -702px;	
	background: url(images/left_bg.jpg) 0 0 no-repeat;
}
*:lang(en) #leftbg {
	margin: 128px 0 0;
}
#rightbg {
	width: 12px;
	height: 15px;
	position: absolute;
	margin: 128px 0 0 0;
	background: url(images/right_bg.jpg) 0 0 no-repeat;
}
*:lang(en) #rightbg {
	margin: 128px 0 0 702px;
}

/* top */

.top {
	height: 141px;
	background: url(images/top.jpg) 0 0 no-repeat;
}
#top_mail {
	width: 210px;
	height: 21px;
	display: block;
	float: right;
	margin: 8px 15px 0 0;
}
#top_index {
	width: 160px;
	height: 113px;
	display: block;
	float: left;
	margin: 28px 0 0 7px;
}
html>body #top_index {
	margin: 28px 0 0 15px;	
}

/* leftColumn */

.leftColumn {
	width: 163px;
	margin: 0 0 0 6px;
	padding: 143px 0 0;
	float: left;
	background: url(images/bag.jpg) 0 0 no-repeat;
}
html>body .leftColumn {
	margin: 0 0 0 12px;	
} 
.navigation ul {
	text-align: left;
	list-style: none;
	font-size: 1.25em;
}
.navigation a {
	height: 12px;
	padding: 5px 0 5px 10px;
	display: block;
	color: white;
	text-decoration: none;
}
.navigation a:hover {
	background: black;
}

/* rightColumn */

.rightColumn {
	text-align: left;
	width: 527px;
	float: left;
}
.usp {
	height: 269px;
	background: url(images/usp.jpg) 0 0 no-repeat;
}
.usp1 {
	display: block;
	width: 243px;
	height: 134px;
	float: left;
}
.usp2 {
	display: block;
	width: 283px;
	height: 134px;
	float: left;
}

.rightColumn h1 {
	font-size: 1.75em;
	line-height: 1.75em;
	padding: 20px 30px 20px;
}
.rightColumn h2 {
	font-size: 1.5em;
	line-height: 1.75em;
	padding: 20px 30px 20px;
}
.rightColumn p {
	font-size: 1.25em;
	line-height: 1.75em;
	padding: 0 30px 20px;
}
.rightColumn a {
	color: #27a167;
}

.rightColumn ul {
	font-size: 1.25em;
	line-height: 1.75em;
	padding: 0 60px 20px;
}

/* fotter */

.footer {
	margin: 0 auto;
	width: 674px;
	color: #171717;
	padding: 20px 20px 10px;
	background: url(images/bg_bottom.jpg) 0 0 no-repeat;
}
.footer a {
	color: #171717;
	font-size: 1.25em;
	text-decoration: none;
}
.footer p {
	padding: 10px 0;
	color: #171717;
	font-size: 1.25em;
}
.footer p a {
	color: #e82711;
	font-size: 1em;
}