@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0 none;
}
body {
	background: url(../img/bg/main.jpg) repeat-x #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a9a9a;
	letter-spacing: 1px;
	line-height: 18px;
}
h2, h3 {
	font-size: 14px;
	color: #ed1847;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 24px;
}
h4 {
	color: #9a9a9a;
	font-size: 12px;
}
p, h2 {
	padding-bottom: 15px;
}
a {
	text-decoration: none;
	color: #ed1847;
}
a:hover {
	text-decoration: underline;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main {
	position: relative;
	width: 708px;
	padding: 0 23px 0 24px;
	margin: 0 auto;
	background: url(../img/bg/content.png) repeat-y;
}
#msg {
	font-weight: bold;
	color: #ed1847;
}
/* content */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.content {
	width: 380px;
	min-height: 400px;
	padding: 190px 0 0 50px;
}
#dodavatele, #akce {
	width: 607px;
	padding-right: 50px;
}
	#dodavatele #intro {
		width: 100%;
	}
	#dodavatele table {
		width: 100%;
	}
	#dodavatele table td {
		width: 202px;
		vertical-align: top;
	}
	#dodavatele img {
		padding: 40px 0 10px 0;
		display: block;
		margin: 0 auto;
	}
	#dodavatele p {
		width: 150px;
		margin: 0 auto;
	}
	#dodavatele .bg {
		background: url(../img/bg/dod.gif) no-repeat center bottom;
	}
	
	#akce .akce {
		clear: both;
		padding-bottom: 25px;
	}
	#akce .akce img {
		float: left;
		margin-right: 49px;
		border: #034da2 solid 5px;
	}
	#akce .akce div {
		padding-top: 15px;
		background: url(../img/bg/right-top.gif) no-repeat 133px top;
	}

.error {
	display: block;
	font-weight: bold;
	color: #ed1847;
}
.red {
	color: #ed1848;
}
.cross {
	text-decoration: line-through;
}


/* right */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
#right {
	position: absolute;
	top: 233px;
	right: 24px;
	width: 218px;
}
#right .top {
	position: relative;
	padding: 40px 0 0 20px;
	background: url(../img/bg/right-top.gif) no-repeat top left;
}
#right .top img {
	margin: 0 10px 15px 0;
}
#right .news img {
	border: 5px #282828 solid;
	float: left;
	margin: 0 10px 5px 0;
}
#right .news p {
	padding-right: 10px;
}
#right .bot {
	margin-bottom: 35px;
/*	background: url(../img/bg/right-bot.gif) no-repeat bottom left; */
}
#right div h3 {
	position: absolute;
	top: 6px;
	left: 20px;
	font-size: 12px;
}


/* footer */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
	position: relative;
	left: 2px;
	width: 705px;
	height: 180px;
	margin-top: 25px;
	clear: both;
	background: url(../img/bg/footer.gif) no-repeat center top;
}
#footer p {
	display: block;
	text-align: center;
	padding-top: 105px;
	color: #282828;
	line-height: normal;
	letter-spacing: normal;
}
#footer span {
	text-transform: uppercase;
	color: #9a9a9a;
}
#footer span a {
	text-transform: uppercase;
	text-decoration: none;
	color: #9a9a9a;
}
#footer a {
	text-decoration: none;
	color: #282828;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	position: absolute;
	left: 40px;
}


/* logo a h1 */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
#logo {
	position: absolute;
	top: 22px;
	left: -66px;
	width: 395px;
	height: 124px;
	background: url(../img/bg/logo.jpg) no-repeat;
	z-index: 1;
}
#logo h1 {
	position: absolute;
}
h1 a {
	width: 395px;
	height: 124px;
	display: block;
	text-indent: -3000px;
}

/* menu */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
#menu {
	position: absolute;
	right: 24px;
	top: 36px;
	width: 403px;
	height: 97px;
	background: url(../img/bg/menu.jpg) repeat-x;
}
#menu a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #9a9a9a;
	line-height: 24px;
	background: url(../img/bg/ctverec.jpg) no-repeat;
	display: block;
}
#menu a:hover, #menu #sel {
	color: #ed1847;
	background: url(../img/bg/ctverec-o.jpg) no-repeat;
}
#menu #r, #menu #l {
	position: absolute;
	top: 15px;
	width: 160px;
}
#menu #l {
	left: 77px;
}
#menu #r {
	right: 0px;
}
#menu #l a {
	text-align: right;
	padding-right: 20px;
	background-position: right center;
}
#menu #r a {
	text-align: left;
	padding-left: 27px;
	background-position: left center;
}