/* css LINGUA */
*, html {
padding:0;
margin:0;
}
body {
text-align: center;
background-color: white;
font-family: tahoma;
font-size: 13px;
color: #626262;
} 
img {
	border: 0; 
}
.left { float: left;}
.right { float: right;}
.clear { clear:both;}
.error { color: red;}
.button {
background-color:#C21900;
border:0 none;
color:white;
cursor:pointer;
display:block;
font-size:15px;
font-weight:bold;
height:25px;
line-height:25px;
text-align:center;
text-decoration:none;
width:125px;}

.anketa{
	position: relative;
	margin: 0 0 0 -6px;
	width: 156px;
	height: 40px;
}
.ban { margin-top: 5px;} 
/* main styles */
#header-wrap {
	/*height: 150px;*/
	height: 120px;
	background: url(images/header.jpg) no-repeat top center #BDBDBD;
}
#header {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	width: 195px;
	height: 60px;
	display: block;
	position: relative;
	top: 30px;
	left: 20px;
	float: left;
}
#header #menu{
	float: right;
	height: 110px;
	font-style: italic;
	font-weight: bold;
}
#header #menu li { 
	float: left;
	list-style: none;
	width: 120px;
	border-right: 1px solid #c0c0c0;
} 
#header #menu li a { 
	margin-top: 75px;
	display: block;
	cursor: pointer;
	text-align: right;
	padding-right: 15px;
	border-right: 5px solid #c0c0c0;
	text-decoration: none;
	color: #554b4b;
}
#header #menu li a:hover{
		border-right: 5px solid red;
} 

#name #menu { margin-top: 20px; }
#name #menu li {float: left; list-style: none; padding: 0 5px; border-right: 1px solid grey; height: 20px;}
#middle-wrap {
	background: url(images/middle.jpg) repeat-y top center #BDBDBD;
}
#middle {
	width: 1000px;
	margin: 0 auto; 
	text-align: left;
}
#middle h3 {
	font-size: 16px;
	position: absolute;
	margin: 10px 0 0 15px;
	font-style: italic;
	text-shadow: -0.05em -0.05em 0.2em grey;
	float: right;
}
#middle-left {
	width: 303px;
	height: 270px;
	background: url(images/middle-left-bg.png) no-repeat top center;
	margin-left: -1px;
	float: left;
}
#middle-left ul {
	position: absolute;
	margin-top: 78px;
	border-bottom: 2px solid #ae1300;
}
#middle-left ul li {
	list-style: none;
	height: 64px;
	font-style: italic;
	color: white;
	text-shadow:0.05em 0.05em 0.2em black;
}
#middle-left ul li a {
	height: 64px;
	display: block;
	line-height: 64px;
	padding: 0 20px; 
	width: 263px;
	background: url(images/middle-menu-li.jpg) no-repeat top center;
	cursor: pointer;
}
#middle-left ul li a:hover, #middle-left ul li a.a-nov{
	background: url(images/middle-menu-li-hover.jpg) no-repeat top center;
	color: #827d7d;
	text-shadow:0.05em 0.05em 0.2em grey;
}
#middle-right {
	width: 695px;
	float: left;
} 
#middle-content { padding-left: 3px; border-top: 1px solid #C5C5C5; margin-left: 5px;}
.hidden { display: none; }

#middle-bottom {
	background: url(images/middle-bottom.png) no-repeat top center;
	width: 712px;
	height: 8px;
	margin-left: 295px;
}
#content-wrap {
	background: url(images/content-bg.jpg) no-repeat top center #BDBDBD;
}
#content-center {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#content-center a{ color: #AE1300;}
#content-center a:hover{ color:#3F3F3F;}

.cpage_body { margin-right: 50px; padding-left: 15px;}
.cpage_body a{ cursor: pointer;}
.cpage_body table { border-collapse: collapse; border: 1px solid #C21900; }
.cpage_body td, .cpage_body th { padding: 2px 10px; }
.cpage_body th  {background-color: #C21900; color: white;}
.obsah {
	min-height: 500px;
}
.close{
	position: absolute;
	margin-left: 669px;
	/*margin-top: -6px;*/
	height: 20px;
	width: 25px;
}
#cbtn {
	background: url(images/close.png) no-repeat top center;
	height: 20px;
	width: 25px;
	display: block;
	cursor: pointer;
	z-index: 1;
}
.novinky-obsah { padding: 15px; line-height: 20px; text-align: justify;}
.novinky-obsah h1{
	background: url(images/h1.jpg) no-repeat top center;
	height: 73px;
	width: 579px;
	line-height:73px;
	color: white;
	font-size: 20px;
	margin:-15px -31px 15px;
	padding-left: 20px;
}
.novinky-obsah h2{
	font-weight: bold;
	color: #717171;
	margin-bottom: 20px;
	font-size: 15px;
}
.novinky-obsah a { margin-top: 10px; color: #b71500; text-decoration: underline;}
.content-left {
	width: 825px;
	float: left;
	margin-top: 10px;
	color: #525252;
}
.content-left h2 {
	color: #c51d00;
	margin-bottom: 20px;
	padding-left: 15px;
}
.content-left h3 {
	color: #c51d00;
	margin: 10px 0;
	font-size: 14px;
}
.content-left ul {
	margin: 10px 20px;
}
.content-left ul li {
	padding-left: 20px;
}
.content-left  a {
	color: #c51d00;
	font-size: 13px;
	text-decoration: underline;
}
.content-left a:hover{
	font-weight: bold;
}
.content-left p, .content-left img{
	margin: 10px 0;
}
.referencie { line-height: 18px;}
#news {
	background: url(images/content-news.png) no-repeat top center;
	height: 106px;
	padding: 4px;
}
#news .nadpis { text-shadow:0.05em 0.05em 0.2em black; width: 225px; line-height: 92px; font-size: 16px; color: white; /*text-transform: uppercase; */ text-align: center; font-weight: bold; font-style: italic; float: left; position: absolute;}
#news .datum { margin-top: 24px; position: absolute; margin-left: 270px; width: 530px; line-height: 25px; font-size: 12px; color: #606060; text-transform: uppercase; text-align: center; font-weight: bold; font-style: italic;}
#news .kontakt { position: absolute; margin-left: 550px; color: #656565; padding: 10px 0; line-height: 14px;}


.content-right {
	width: 160px;
	float: right;
	border: 1px solid #c5c5c5;
	margin-top: 10px;
	min-height: 102px;
}
#reg-form {
	margin: 2px 2px;
	background-color: #c21900;
	text-align:center;
	color: white;
	height: 99px;
}
#reg-form a,#reg-form a:hover  {
	font-size: 16px;
	color: white;
	font-weight: bold;
	font-style: italic;
	padding: 30px 0px;
	display: block;
	text-shadow:0.05em 0.05em 0.2em black;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
#kurzy .kurz {
	width:258px;
	height: 162px;
	border: 3px solid #dadada;
	float: left;
	margin: 0 15px 12px 0;
}
#kurzy .last {
	margin-right: 0;
}
#kurzy .kurz a{
	display: block;
	width:258px;
	height: 162px;
	background: url(images/kurzy/a.png) no-repeat bottom center;
	color: white;
	font-size: 13px;
	text-shadow:0.05em 0.05em 0.2em black;
	text-transform: uppercase;
	font-style: italic;
	cursor: pointer;
	text-decoration: none;
}
#kurzy .kurz a:hover{
	background: url(images/kurzy/a-active.png) no-repeat bottom center;
}
#kurzy .kurz a span{
	font-size: 11px;
	float: right;
	margin: 142px 40px 0 0;
	font-weight:bold;
}
#one { background: url(images/kurzy/1.jpg) no-repeat top center;}
#two { background: url(images/kurzy/10.jpg) no-repeat top center;}
#three { background: url(images/kurzy/3.jpg) no-repeat top center;}
#four { background: url(images/kurzy/4.jpg) no-repeat top center;}
#five { background: url(images/kurzy/11.jpg) no-repeat top center;}
#six { background: url(images/kurzy/12.jpg) no-repeat top center;}
#seven { background: url(images/kurzy/13.jpg) no-repeat top center;}
#eight { background: url(images/kurzy/5.jpg) no-repeat top center;}
#nine { background: url(images/kurzy/6.jpg) no-repeat top center;}


.div_kontakt {
	min-height: 100px;
	padding: 0 5px;
	font-size: 12px;
	margin: 2px;
	text-align: left;
	color: #939393;
	background: url(images/kontakt/bg.png) no-repeat top center white; 
}
.div_kontakt strong { color: #333333; }
.div_kontakt h2 {
	padding: 10px 0;
	font-size: 13px;
	color: black;
	font-style: italic;
	text-transform: uppercase;
	
}
`.div_kontakt a{ display: block;}
a#mapa {
	margin-left: -4px;
	/*margin-top: 45px;*/
	display: block;
	background: url(images/kontakt/mapa.png) no-repeat top center;
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-size:15px;
	cursor: pointer;
	text-decoration: none;
}
a:hover#mapa { color: white;}

#reklamy { padding-top: 10px; /*border-top: 1px solid grey;*/ margin-top: 20px; height: 50px;}
#reklamy img{ float: left; margin-right: 35px; height: 51px; margin-bottom: 10px;}
#reklamy img.big{ height: 71px; top: -20px; position: relative;}


#footer {
	background: url(images/footer-bg.png) repeat-x;
	height: 51px;
	line-height: 51px;
	color: #848484;
	font-size: 12px;
	/*margin-top: 20px;*/
}
#name {
	float: left;
	width: 70%;
	margin-left: 10px;
}
#name a {
	color:#848484;
	text-decoration: none;
}
#name a:hover {
	text-decoration: underline;
	color: #001EA1;
}
#author {
	text-align: right;
	float: right;
	width: 25%;
	margin-right: 10px;
	line-height: 25px;
}
#author a {
	text-decoration: none;
	font-weight: bold;
	color: #848484;
	cursor: pointer;
}

/* contact */
#contact_info {
	/*margin-top: 30px;*/
	width: 39%; 
	float: left;
}
#contact_info p { margin: 5px 0;}
#contact_info  td.strong { font-weight: bold;} 
#contact_info  th { text-align: center; background-color: #C21900; color: white; font-weight: bold;} 
#contact_map {
	width: 60%;
	float: right;
}

/* gallery */
ul.gallery {
clear:both;
float:left;}
ul.gallery li {
-moz-border-radius:2px 2px 2px 2px;
background:none repeat scroll 0 0 #777;
border:1px solid transparent;
float:left;
height:111px;
list-style:none outside none;
margin:13px;
padding:2px;}
ul.gallery li img {
border:0 none;
margin:0;}

#content-center a.iframe { color: white;}
a.iframe { color: white; text-decoration: none;}
#posli a.iframe { color: #AE1300; text-decoration: underline;}

#fotogaleria {
	position: absolute;
	width: 680px;
	height: 30px;
	margin-top: 240px;
	background: url(images/fotogaleria.png) top center;
}
#fotogaleria a {
	width: 120px;
	height: 30px;
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	font-style: italic;
	position: absolute;
	margin-left: 530px;
	text-shadow:0.05em 0.05em 0.2em black;
}

#elektronicky  img{ margin: 0; position: absolute; margin-left: 40px;}
