@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse:collapse;
  width:100%;

}

td, th{
padding:3px;
border:1px solid #fff;
}

td.noborder, th.noborder{
border:none;
}


.tdbackground {
		background-color:#446589;
		color:#fff;

}

a {
	color:#FAFABD;
	}

h1 {
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
	float: left;
	width: 100%;
	}

h2 {
	font-size: 110%;
	font-weight: bold;
	float: left;
	width: 100%;
	padding-top:2em;
	clear:both;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	clear:both;
	padding-top:2em;
}


a img  {
	border:none;
}


#containerC {
	width: 903px;
	margin: 0 auto 0 auto;
	padding: 0;
	
}
#container {
	width: 901px;
	margin: 0;
	padding: 1px;
	float: left;
	border:1px solid white;
}

#header {
	background:url(images/header-bg.jpg) no-repeat;
	height: 176px;
	
}
#header a {
	border: none;
	display: block;
	float: left;
	width: 903px;
	height: 176px;
	margin: 0;
	padding: 0;
}

#topMenu {
  width:901px;
	height: 45px;

}
#topMenuLink  {
	width:141px;
	float:right;
}
ul#menu {
  float:left;
	display: block;
	width:750px;
	margin: 0;
	padding: 0 5px;
	list-style-type: none;

}
ul#menu li,#topMenuLink {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0;
}

#topMenuLink {
	float: right;
	background-color:#E80000;
}

ul#menu li a,#topMenuLink a {
	background:url(images/menuItem-bg.png) no-repeat;
	_background:none;
	display: block;
	margin: 0;
	padding: 0 5px 0 40px;
	float: left;
	height: 45px;
	color: white;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
}

#topMenuLink a {
	
	padding-right:11px;
}

ul#menu li a:hover,#topMenuLink a:hover {
	text-decoration: underline;
	color: #FAFABD;
}
ul#menu li a.selected {
	text-decoration: none;
	color: #FAFABD;
}
ul#menu li a.selected:hover {
	text-decoration: none;
	color: #FAFABD;
}

#leftPanel .subPanel {
	float: left;
	width: 178px;
	padding: 30px 0 0 15px;
	color: #494949;
}

#leftPanel .subPanelTop {
	background:url(images/leftPanelItem-topBg.gif) no-repeat;
	width: 100%;
	height: 15px;
	padding: 0;
}
#leftPanel .subPanelContent {
	background: #fff9b6;
	float: left;
	width: 158px;
	padding: 0 10px;
}
#leftPanel .subPanelBottom {
	background:url(images/leftPanelItem-bottomBg.gif) no-repeat;
	float: left;
	width: 100%;
	height: 15px;
}
.subPanel a {
	color: #494949;
}
.subPanel a:hover {
	text-decoration: none;
}

#content {
  width:841px;
	margin: 0;
	padding: 30px;
	overflow:hidden;
	background-color:#262626;
}

#content.home {
	width: 450px;
}

#rightPanel {
	float: right;
	width: 208px;
}

.news {
	float: left;
	width: 191px;
	padding: 0px;
	color: #3f3f3f;
	margin-top: 10px;
}

.news .newsTop {
	background:url(images/news-topBg.gif) no-repeat;
	width: 100%;
	height: 33px;
	padding: 0;
}
.news .newsContent {
	background:url(images/news-middleBg.gif) repeat-y;
	float: left;
	width: 171px;
	padding: 5px 10px 5px 10px;
	font-size: 90%;
}
.news .newsBottom {
	background:url(images/news-bottomBg.gif) no-repeat;
	float: left;
	width: 100%;
	height: 4px;
}

.news h2 {
	margin: 0;
	padding: 7px 0 0 15px;
	color: white;
	background:url(images/news-nadpisBg.gif) right center no-repeat;
	width: 145px;
	font-size: 95%;
}
.news .novinka {
	margin: 10px 0 20px 0;
}
.news .datum {
	font-weight: bold;
	display: block;
}
.news .nadpis {
	font-weight: bold;
	display: block;
	margin: 2px 0 2px 0;
}
.news .detaily a {
	margin: 20px 0 5px 0;
	display: block;
	text-align: right;
	background:url(images/news-moreBg.gif) no-repeat right;
	padding: 0 20px 0 0;
	text-transform:uppercase;
	color: #1a3752;
	text-decoration: none;
	font-weight: bold;
	float: right;
}
.news .detaily a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 85%;
	padding: 5px 0 10px 0;
}

form {
	float: left;
	display: block;
	width: 450px;
	margin: 0;
	padding: 0;
	border:none;
	margin: 5px 0 20px 0;
}

label {
	display: block;
	float: left;
	clear: left;
	width: 30%;
	padding-top: 3px;
}
input, textarea {
	clear: right;
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 60%;
}
/*textarea {
	width: 60%;
}*/
input.button {
	width: auto;
	float: left;
	display: block;
	clear: both;
}

label .hotkey {
	text-decoration: underline;
}
label .mandatory {
	color: red;
}

.error {
	color: red;
	display: block;
	margin-bottom: 15px;
	font-size: 120%;
}

.image {
	width:49%;
	float: left;
	text-align:center;
}

.leftCol {
	width:49%;
	float: left;
}

.rightCol {
	width:49%;
	float: right;
}

.caption img{;
	float: left;
	margin-right:40px;
}

#kontakt {;
	width:370px;
}

.caption li {margin-left:210px;}  

.cena {
	text-align:center;
	color: #FAFABD;
}

#logohandmade {
	text-align:center;
	margin-top:40px;
}

.leftCol ul
{clear:both;
width:400px;
}

.cleaner 
{clear:both;
	height:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.vyprodano 
{z-index:10000;
  position:absolute;
	color:red;
	font-size:50px;
	width:100%;
	text-align:left;
	margin-top:300px;
	margin-left:50px;
	
}


