body {
	padding: 0px;
	margin: 0px;
	background: #000000;
	font-family: Verdana, Geneva, sans-serif;
	color: #818285;
}

/* main div */
#cont-all {
	margin: 0px auto;
	width: 960px;
}

/* main menu */
#cont-main-menu {
	width: 960px;
	height: 50px;
	background: url(img/main-menu-bg.jpg) no-repeat;
}

#cont-main-menu-links {
	color: #ffffff;
	width: 200px;
	position: relative;
	top: 14px;
	left: 710px;
}

#cont-main-menu-links a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	margin: 0px 15px 0px 15px;
}

#cont-main-menu-links a:hover {
	text-decoration: underline;
}

/* header */
#cont-header {
	width: 960px;
	height: 125px;
	background: url(img/header.jpg) no-repeat;
}

#cont-header a {
	display: block;
	width: 300px;
	height: 100px;
	position: relative;
	top: 10px;
	left: 55px;
	outline: none;
}

#cont-header span {
	display: none;
}

#cont-header-desc {
	width: 300px;
	height: 100px;
	position: relative;
	top: -80px;
	left: 500px;
	color: #ffffff;
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	margin-bottom: -100px;
}

/* content */
#cont-content {
	width: 960px;
	display: table;
	background: url(img/content-bg.jpg) no-repeat;
}

#cont-content-main {
	margin: 0px auto;
	width: 800px;
}

.cont-content-main-item {
	width: 780px;
	border-bottom: 1px solid #212121;
	border-top: 1px solid #212121;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	padding: 15px 10px 20px 10px;
	margin-bottom: 10px;
}

/* brands */
#cont-brands {
	width: 800px;
	height: auto;
	display: table;
}
.cont-brand-item {
	float: left;
	width: 250px;
	background: #212121 url(img/brand-box-bg.jpg) no-repeat;
}

.cont-brand-item.padd {
	margin-right: 25px;
}

.cont-brand-item .tags {
	font-size: 13px;
	font-style: italic;
	line-height: 19px;
	padding: 10px 20px 10px 20px;
}

.brand-btn {
	width: 250px;
	height: 42px;
	background: url(img/brand-btn.jpg) no-repeat;
}

.brand-btn a {
	color: #ffffff;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	position: relative;
	top: 6px;
	left: 93px;
	display: block;
	width: 142px;
	height: 30px;
	padding: 3px 0px 0px 5px;
}

.brand-btn a:hover {
	text-decoration: underline;
}

/* footer */
#cont-footer {
	width: 795px;
	border-top: 1px solid #212121;
	font-size: 10px;
	margin: 30px 0px 20px 0px;
	padding: 5px 5px 0px 0px;
	text-align: right;
}

#cont-footer a {
	color: #818285;
	text-decoration: none;
}

#cont-footer a:hover {
	text-decoration: underline;
}

/* kontakt */
#cont-kontakt {
	width: 800px;
	height: auto;
	display: table;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
}

#cont-kontakt a {
	color: #818285;
}

#cont-kontakt-left {
	float: left;
	width: 490px;
	border-top: 1px solid #212121;
	padding: 15px 0px 0px 10px;
}

#cont-kontakt-right {
	float: right;
	width: 265px;
	border-top: 1px solid #212121;
	padding: 15px 0px 0px 10px;
}

/* global */
img {
	border: none;
}

h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	padding: 15px 0px 15px 0px;
	margin: 0px;
}

* {
	outline: none;
}