@import "reset.css";

body 	{
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
	font-size:0.8em;
	background:#e8e8d8;
	color:#7b7464;
	line-height:1.7em;
	padding:45px 0 0 0;
	}
p {
	margin:10px 0 10px 0;
	font-size:1em;
	}
table, td {
	font-size:1em;
	}
hr {
	display:none;
	}
a {
	color:#c40146;
	text-decoration:underline;
	outline:none;
	}
a:hover{
	color:#c40146;
	text-decoration:none;
	}
.clear {
	width:100%;
	height:8px;
	font-size:0;
	clear:both;
	background:url(../design/clear.gif) no-repeat;
	}
	
/* H1 REPLACE
------------------------------*/
h1 {
	display:block;
	position:relative;
	width:340px;
	height:248px;
	padding:20px;
	left:0;
	top:0;
	text-align:center;
	font-size:1.2em;
	background:url(../design/logo.jpg) no-repeat;
	}
h1 span {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0; 
	z-index:1000;
	cursor:pointer;
	background:url(../design/logo.jpg) no-repeat;
	}
h1 a {
	color:#c40146;
	text-decoration:none;
	overflow:hidden;
	font-size:1.2em;
	}
h1 a:active,
h1 a:hover {
	color:#c40146;
	text-decoration:underline;
	}

/* LAYOUT
------------------------------*/
#all {
	width:760px;
	margin:0 auto;
	position:relative;
	}
.platno {
	position:absolute;
	background-color:#ededdf;
	width:380px;
	height:288px;
	top:0;
	left:380px;
	overflow:hidden;	
	display:block;
	}
#container {
	width:760px;
	background:#fff url(../design/container.gif) repeat-y;
	border-top:5px solid #e8e8d8;
	}

/* TOPMENU
------------------------------*/
ul.topmenu {
	position:absolute;
	top:-45px;
	left:0;
	list-style:none;
	width:758px;
	height:36px;
	padding:6px 0 0 2px;
	background:#c50046 url(../design/top.png) 0 100% no-repeat;
	}
ul.topmenu li {
	padding:0;
	margin:0 0 0 7px;
	float:left;
	}
ul.topmenu li a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	height:29px;
	line-height:29px;
	text-align:center;
	background-color:#982021;
	position:relative;
	}
ul.topmenu li a span {
	float:left;
	width:9px;
	display:block;
	height:29px;
	background:none;
	}
ul.topmenu li a:hover span,
ul.topmenu li a.active span {
	background:#a10039 url(../design/top-hover.png) 0 0 no-repeat;
	}
ul.topmenu li a em {
	float:left;
	display:block;
	height:29px;
	line-height:29px;
	padding:0 9px 0 0;
	background:none;
	font-style:normal;
	width:80px;
	text-align:center;
	cursor:pointer;
	}
ul.topmenu li.long a em {
	width:140px;	
	}
ul.topmenu li a:hover em,
ul.topmenu li a.active em {
	background:#a10039 url(../design/top-hover.png) 100% 0 no-repeat;
	}

/* CONTENT
------------------------------*/	
#content { 
	width:485px;
	padding:5px 40px;
	float:left;
	overflow:hidden;
	background:url(../design/content.gif) 0 0 no-repeat;
	}
#content h2 {
	color:#000;
	font-weight:normal;
	font-size:1.7em;
	line-height:1.3em;
	padding:0;
	padding:20px 0 5px 0;
	margin:0;
	clear:both;
	}
#content h3 {
	color:#000;
	font-weight:normal;
	font-size:1.3em;
	padding:10px 20px 2px 0;
	margin:0;
	clear:both;
	}
#content h4 {
	font-size:1.1em;
	font-weight:bold;
	text-transform:none;
	padding:5px 0 0 0;
	margin:0;
	color:#000;
	clear:both;
	border-bottom:1px solid #ededdf;
	}
#content ul {
	margin:4px 0 15px 10px;
	padding:0;
	list-style:none;
	}
#content ul li {
	margin:0;
	padding:0 0 0 24px;
	font-size:1em;
	background:url(../design/li.gif) 7px 8px no-repeat;
	}
#content ol {
	margin:5px 0 15px 34px;
	padding:0;
	list-style:decimal;
	}
#content ol li {
	margin:0;
	padding:0;
	font-size:1em;
	}
#content table {
	margin-top:10px;
	margin-bottom:20px;
	border-top:1px solid #ededdf;
	border-left:1px solid #ededdf;
	}
#content table td {
	padding:3px 5px;
	border-bottom:1px solid #ededdf;
	border-right:1px solid #ededdf;
	}

/* SIDEBAR
------------------------------*/
#sidebar {
	float:right; 
	width:160px; 
	padding:0 15px;
	overflow:hidden;
	background:url(../design/content.gif) 100% 0 no-repeat;
	}
#sidebar h3 {
	position:relative;
	color:#7b7464;
	padding:15px 0 2px 0;
	margin:0;
	font-size:1.3em;
	text-transform:none;
	border-bottom:1px solid #ededdf;
	font-weight:normal;
	}
#sidebar img {
	padding-top:10px;
	}
.news {
	padding:10px 0 15px 0;
	border-bottom:1px solid #ededdf;
	}
.news h4 {
	font-size:0.9em;
	padding:0;
	margin:0;
	color:#c40045;
	}
.news h4 a {
	text-decoration:none;
	color:#000;
	color:#c40045;
	}
.news h4 a:hover {
	text-decoration:underline;
	}
.news p {
	padding:5px 0 0 0;
	position:relative;
	margin:0;
	color:#000;
	font-size:1em;
	}
.datum {
	color:#999 !important;
	font-size:0.9em !important;
	}
.nobr {
	border:none !important
	}

/* LEFT + RIGHT
------------------------------*/
.vlevo {
	float:left;
	margin:4px 15px 10px 0;
	padding:5px;
	background-color:#fff;
	border:1px solid #e0f0fa;
	}
.vpravo {
	float:right;
	margin:4px 0 10px 10px;
	padding:5px;
	background-color:#fff;
	border:1px solid #e0f0fa;
	clear:left;
	}
	
/* FOOTER
------------------------------*/
#footer {
  width:760px;
	background:url(../design/footer.jpg) no-repeat;
	position:relative;
	margin:0 auto;
	border-top:5px solid #e8e8d8;
	}	
.img {
	height:105px;
	padding:14px 0 14px 5px;
	}
.img img {
	padding-left:20px;
	}
#footer a {
  color:#000;
  text-decoration:underline;
	}
#footer a:hover {
  color:#000;
  text-decoration:none;
	background:none;
	}
#footer p {
	color:#000;
	margin:0;
	padding:20px 20px 0 20px;
	font-size:0.9em;
	position:relative;
	}
#footer p.doporucujeme {
	padding:0 20px 13px 20px;
	}

/* FORMULAR
------------------------------*/
fieldset {
	border:none;
	}
.dotazy-form {
	border:1px solid #ccc;
	padding:20px 20px;
	background-color:#fbfaef;
	}
.dotazy-form label {
	padding:0;
	font-weight:bold;
	float:left;
	width:90px;
	}
.dotazy-form input {
	width:130px;
	background:url(../design/stin.png) no-repeat;
	border:1px solid #ccc;
	}
.dotazy-form textarea {
	width:350px;
	background:url(../design/stin.png) no-repeat;
	border:1px solid #ccc;
	}
.dotazy-form .zemSubmit {
	width:auto !important;
	left:90px;
	position:relative;
	background:#498fd1 none;
	color:#fff;
	padding:2px 6px;
	border:1px solid #498fd1;
	font-weight:bold;
	}
ul.zemError {
	padding-bottom:20px !important;
	}
.error,
.alert {
	color:#FF0000;
	font-weight:bold;
	}
legend {
	display:none;
	}
