
body {	
	background: #150404 url(../../images/web/bg2048-submenu.png) no-repeat top center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
}

body.homepage {
	background: #150404 url(../../images/web/bg2048.png) no-repeat top center;
}

#mainContainer {
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#main {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	position: relative;
}

#header {
	height: 89px;
	background: url(../../images/web/header.png) no-repeat top; 
}

#logo {
	float: left;
}

#logo a, #logo img  {
	border: 0;
	text-decoration: none;
}

#flag {
	position: relative;
	float: right;
	top: 5px;
	padding-right: 40px;
}

#flag a {
	border: none;
	text-decoration: none;
}

#flag img {
	border: 1px solid #fff;
	text-decoration: none;
}

#menu {
	height: 70px;
	float: right;
	padding-right: 0px;
	width: 600px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	width: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.25em;
	padding-top: 37px;
	outline: none;
}

#menu a:hover, #menu a.active {
	width: 100px;
	text-decoration: none;
	font-weight: bold;
}

#mainBox {
	margin-bottom: 25px;
}

#mainBox #submenu {
	height: 52px;
	width: 820px;
	margin: 0;
	text-align: center;
}

#mainBox #submenu ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 17px 0 0;
	text-align: center;
}

#mainBox #submenu li {
	display: inline;
}

#mainBox #submenu a {
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: 0 25px;
	font-size: 1.2em;
	letter-spacing: 2px;
	border-left: 1px solid #a89a9a;
	height: 25px;
	outline: none;
}

#mainBox #submenu li.first a{
	border: none;
}

#mainBox #submenu a:hover, #submenu a.active {
	text-decoration: underline;
}

#content {
	margin: 0 auto;
	width: 820px;
	position: relative;
	margin-top: 70px;
	color: #ccc;
}

#content #mainBox {
	height: 180px;
}

#content #mainBoxContent {
	height: 128px;
}

.homepage #mainBoxContent {
	width: 650px;
	padding: 25px 85px 0;
}

.homepage #mainBoxContent h1 {
	line-height: 50px;
}

#content #mainBox p {
	/* padding: 7px 20px;*/
  padding: 0px 20px 10px 20px;
	line-height: 18px;
	font-size: 120%;
}

#content h1 {
	font-size: 2.8em;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 10px 20px 3px 20px;
	letter-spacing: 3px;	
}



#content h1 {
	font-size:2.8em;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 10px 20px 3px 20px;
	letter-spacing: 3px;	
	color: #fff;
}

#content h2 {
	padding: 5px 0 10px 0;
	margin: 0;
	font-size:2em;
	font-weight: normal;
	color: #fff;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px; 
}

#content ol, #content ul {
	margin-left: 10px; 
}

#content li {
	padding-bottom: 10px;
	list-style-image: url(../../images/web/li.gif);
}

#content table {
	width: 100%;
	/*border: 3px solid #a99191;*/
	text-align: center;
	/*border-collapse: collapse;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

#content td {
	/*border: 1px solid #a99191;*/
}

#content th {
	background-color: #8d0404;
	border: 1px solid #a99191;
	font-weight: bold;
	padding: 5px;
	color: #ffffff;
}
#content form table, #content form td, #content form th {
    border: 0;	
}  
#content a:link {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content a:visited {
	color: #fff;
}

#content a img {
	text-decoration: none;
	border: 1px solid #ccc;
}

#left {
  width: 570px;
  padding: 15px;
  margin-bottom: 25px;
  float: left;
  background: url(../../images/web/bg-content.png) repeat;
  border: 1px solid white;
}

#right {
  width: 164px;
  float: right;
  padding: 15px;
  margin-bottom: 25px;
  overflow: hidden;
  background: url(../../images/web/bg-content.png) repeat;
  border: 1px solid white;
}

#right ol, #right ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 15px;
}

#right li {
	padding-bottom: 20px;
}

#right a:link, #right a:hover, #right a:visited {
	color: #cf0606;
}

#right #banner {
	border-top: 2px solid #573a3a;
	padding-top: 10px;
	text-align: center;
}

#right #banner a img {
	border: 1px solid #cf0606;
  margin-bottom: 8px;
}

#footer {
	height: 37px;
	clear: both;
	background: url(../../images/web/bg-footer.png) no-repeat top center;
	padding-top: 8px;
}

#footer p {
	margin: 0;
	font-size: 1em;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	padding: 5px;
}

#footer p.left {
	float: left;
}

#footer p.right {
	float: right;
}

#footer a {
	color: #ffffff;
}

/*Homepage*/
#hp-boxes {
	position: relative;
	width: 820px;
	height: 234px;
	padding-top: 25px;
}

#hp-boxes #box1, #hp-boxes #box2, #hp-boxes #box3 {
	width: 256px;
	margin-right: 26px;
	height: 172px;
	float: left;
	position: relative;
	text-align: center;	
}

#hp-boxes #box3 {
	margin: 0;
}

#hp-boxes a img {
	border: 3px solid #ddd;
	position: relative;
	top: 0;
	left: 0;
}

#hp-boxes a:hover img {
	border: 3px solid #fff;
}

#hp-boxes a:link, #hp-boxes a:hover {
	text-decoration: none;
}

p.box-title {
	width: 256px;
	height: 30px;
	background: url(../../images/web/bg-box-title.png) repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #000;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 10px;
}

#hp-boxes p {
	padding-top: 10px
}

/*Fotogalerie*/
div#galleryList div {
    height: 130px;
    margin: 0.5em;
    width: 130px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    float: left;
}
div#galleryList a {	
}

div#galleryList img {
	border: 2px solid #ddd;
	margin-top: 3px;
}

div#galleryList div .active img, div#galleryList div a:hover img {
	border: 2px solid #fd2d2d;
}

div#galleryList div span.del a img
{
    border: 0;	
}

div#galleryList div span.del {
    display: block;
}

/*Admin - ikony*/

#adminIcons {
    position: absolute;
    top: 100px;
    left: 30px;
    text-align: center;
    width: 970px;
    height: 50px;
}

div#icons {
    position: relative; 
    width: 100%;
}

span.long {
-moz-border-radius:3px 3px 3px 3px;
border:3px outset gray;
display:block;
float:right;
margin-bottom:0em;
margin-right:1em;
padding:0;
text-decoration: none;
}

#icons span.long {
	float: left;
}

p.msg.msg-ok {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}

span.long img, #icons span.long img {
display:block;
float:left;
margin:0 0px;
vertical-align: baseline;
border-bottom: 1px solid white;
border: none;
height: 18px;
padding: 7px 5px;
background-color: white;
}

span.long span, #icons span.long span {
background:none repeat scroll 0 0 gray;
border-left:3px solid #C85B00;
color:white;
display:block;
float:left;
height: 18px;
padding: 7px 5px;
text-decoration: none !important;
}

/*Kontaktní formulář*/
#content form {
	padding: 10px;
	margin-top: 5px;
}

#content form table {
	width: 100%;
	text-align: left;
}

#content form .element {
	width: 400px;
}
	

#content form .element input#_send {
	padding: 0.2em;
	margin-top: 15px;
}

#content form .element #zprava {
	width: 400px;
	height: 200px;
}

#content form .element #jmeno, #content form .element #telefon, #content form .element #mail {
	width: 300px;
}

#content form .nomt {
	font-size: 0.9em;
	padding-top: 15px;
	text-align: center;
}

#content form .required {
	font-weight: bold;
}

#content form .msg-error {
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
}

#content form .element .errors li {
	list-style-image: none;
	list-style-type: none;
	font-size: 0.9em;
	font-weight: bold;
	color: red;
	padding: 0;
}

#content form .element ul.errors {
	margin: 0;
	padding: 5px 0 5px 0;
}

#content form .element input.err {
	border: 2px ridge #000;
}

#breadcrumbs { padding-bottom: 8px; }
