.popis{
  margin-top:5px;
}

.cursor-hand{
  cursor:pointer;
  cursor:hand;
}

#left_social {
width:450px;
float:Left;
}

.fb-like-my, .g-plusone-my, .twitter-my {
margin:15px;
}

.red {
color:red;
font-size:large;
}

/* 
CoVecer
Autor: GraphicSite.cz 
Rok: 2013
Martin Sokol
*/

html, body {
margin:0;
padding:0;
}
.chybicka{background:red;border:1px solid black;padding:4px;color:white;font-weight:bold;}

/* webkit, opera, IE9 */
::selection { 
background:#840200;
color:#fff;
}
/* mozilla firefox */
::-moz-selection { 
background:#840200;
color:#fff; 
}

img {
border: none;
margin-top: 25px;
margin-bottom: 15px;
}
.clear {
  clear: both;
}
h3 {
  margin-left:5px;
  border-bottom:1px solid #840200;
  width:660px;
  font-size:20px;
  line-height:24px;
  font-weight:normal;
}
h3.det {
  margin-left:0px;
  border-bottom:1px solid #840200;
  width:660px;
  font-size:20px;
  line-height:24px;
  font-weight:normal;
  margin-bottom:5px;
}
body {
  background: #fff url('../images/background.png')top center repeat-y;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
  line-height:18px; 
  position: block;
  overflow: auto; 
  height: 20em; 
  background-attachment: fixed;
  text-align:center;
  margin-top:inherit;
}
#centerGrid {
  width:930px;
  min-height:1000px; 
  margin:0 auto;
}
#centerGrid #inner {
  width:930px;
  min-height:850px; 
  background: white;
  margin:0 auto;
}

/* Header */
#topHeader {
  width:910px;
  height:130px;
  margin-left:10px;
  padding-top:5px;
  float:left;
}
#topHeader #logo {
  width:225px;
  height:125px;
  margin-left:5px;
  margin-top:0px; 
  float:left;
}
h1 {
  padding:0;
  margin:0;
}
.big {
font-size:20px; 
color:#840200;
line-height:15px;
}
#topHeader #login {
  width:240px;
  height:130px;
  margin-right:5px;
  margin-top:0px; 
  float:right;
  background:#f8f8f8;
}
#topHeader #login #box .elements a{
  color:#000;
  text-decoration:none;
  font-weight:bold;
}
#topHeader #login #box .elements a:hover{
  color:#840200;
  text-decoration:none;
}
#topHeader #login table a {
  color:#000;
  text-decoration:none;
}
#topHeader #login input{
  border:2px solid #840200;
}
#topHeader #login input[type="submit"] {background: #840200; font: 1.2em; border:none; color:#fff;}

.padLeft {
margin-left:15px;
}
.vysoka{
height:30px;
}
/*
#topHeader #login {
  width:222px;
  height:125px;
  margin-right:5px;
  margin-top:0px; 
  float:right;
}
input{ 
	border:0;
	outline:0;
	text-align:center;
	color:#999999;   
	margin-bottom:0px;
}

#box{
	width:265px;
	height:125px;
  float:left;
  
}
.elements{
	width:222px;
	margin:0;
	padding:0;
}
.username{
	background:url(../images/usermamefield.gif) no-repeat top;
	height:31px;
  width:222px;
}
.username:focus{
	background:url(../images/usermamefield.gif) no-repeat bottom;
	color:#333333;
}
.password{
	background:url(../images/passwordfield.gif) no-repeat top;
	width:222px;
	height:31px;
	text-align:center;
  margin-top:0px;
}
.password:focus{
	background:url(../images/passwordfield.gif) no-repeat bottom;
	color:#333333;
}
.forget{
	font-size:12px;
	margin-bottom:20px;
}
.forget a{
	color:#999999;
	text-decoration:none;
}
.checkbox {
    display: block;
    width: 40px;
    height: 15px;
    overflow: hidden;
    border-radius: 5px;
	float:left;
	margin:5px 0 0 0;5
}	
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label {
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 15px;
    line-height: 15px;
    background: transparent url(../images/checkboxfield.png) no-repeat;
    -webkit-transition: background-position 0.3s ease-in-out;
    -moz-transition: background-position 0.3s ease-in-out;
}
input[type=checkbox]:checked + label {
    -webkit-transition: background-position 0.3s ease-in-out;
    -moz-transition: background-position 0.3s ease-in-out;
    background-position:-26px;
}
.remember{
	font-size:12px;
	color:#999999;
	margin:5px;
	float:left;
}
.clr{
	clear:both;
}
.submit{
	float:right;
	background:#9b1600;
	width:60px;
	height:23px;
	border-bottom:2px solid #850300;
	cursor:pointer;
	color:#fff; 
  margin-right:2px;
  margin-top:2px;
}
.submit:hover{
	text-shadow:0 1px rgba(0,0,0,0.1);
}
.submit:active{
	text-shadow:0 -1px rgba(0,0,0,0.2);
}
*/
/* Menu */
#menuSection {                                  
  width:230px;  
  min-height:600px;
  margin-left:10px;
  margin-top:10px;
  float:left;
}           
#menuSection #main {                                  
  width:220px;  
  height:auto;
  background: #6f6f6f;
  margin-left:5px;
  margin-top:5px;
  float:left;
}
#menuSection #social {                                  
  width:220px;  
  height:120px;
  background: #6f6f6f;
  margin-left:5px;
  margin-top:5px;
  float:left;
}
#menuSection #submenu {                                  
  width:220px;  
  padding-bottom:25px;
  margin-left:5px;
  margin-top:5px;
  margin-bottom:20px;
  float:left;
	color: #840200;
	font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;
  
background: rgb(243,243,243); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-8 */

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}
#menuSection #submenu ul {                                  
  margin:0;
  padding:0;
}
#menuSection #submenu ul li {                                  
  list-style:none;
  height:13px;
  margin-left:20px;
  font-size:12px;
}
#menuSection #submenu ul li.first {                                  
  padding-top:10px;
}
#menuSection #submenu ul li a {                                  
  text-decoration:none;
  color:#000;  
}
#menuSection #submenu ul li a:hover {                                  
  color: #840200;  
}


/* Reset */

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.accordion li {
	list-style: none;
}

/* Layout & Style */

.accordion li > a {
	display: block;
	position: relative;
	min-width: 110px;
	padding: 0 10px 0 20px;
	height: 32px;

	color: #840200;
	font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;
  
background: rgb(243,243,243); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-8 */

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
	color: #000;
background: rgb(243,243,243); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-8 */
}          

.accordion li > a span {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 10px;
	margin-right: 10px;
	color:#fff;
	font: normal bold 12px/18px Arial, sans-serif;
	background: #b9b9b9;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
	color: #fff;
	background: #5b0100;
}

/* Images */

.accordion > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0px;
	height: 24px;
	margin: 4px 8px;
/* 
	background-repeat: no-repeat;
	background-image: url(../images/icons.png);
	background-position: 0px 0px;
*/  
}

.accordion li.files > a:before { background-position: 0px 0px; }
.accordion li.files:hover > a:before,
.accordion li.files:target > a:before,
.accordion li.files > a.active:before { background-position: 0px -24px; }

/* Sub Menu */

.sub-menu li a {
	color: #4d0100;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: #fff;
	border-bottom: 1px solid #c9c9c9;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.sub-menu li:hover a { background: #f9f9f9; }

.sub-menu li:last-child a { border: none; }

.sub-menu li > a span {
	color: #434343;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: 1px solid #c9c9c9;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Functionality */

.accordion li > .sub-menu {
	display: none;
}

.accordion li:target > .sub-menu {
	display: block;
}

/* Obsah*/ 
#container {                                  
  width:670px;  
  height:auto;
  /*min-height:600px;*/
  margin-left:10px;
  margin-top:10px;
  margin-bottom:20px;
  float:left;
}
#container #middle {                                  
  width:670px;  
  height:auto;
  margin-left:10px;
  margin-top:10px;
  float:left;
}
#container #middle ul {                                  
  list-style:none;
}
#container #middle ul li {                                  
  display:inline;
  margin-left:50px;
}
#container #middle ul li.first {                                  
  margin-left:-15px;
}
/*
#container p{                                  
 width:640px;
 margin-left:5px;
}
#container p a{                                  
 text-decoration:none;
 color:#840200;
 font-weight:bold;
}
#container ul{                                  
 width:620px;
 background:#fcfcfc;
 padding-top:5px;
 padding-bottom:5px;
 list-style:circle;
 margin-left:5px;
 padding-right:5px;
} 
#container ul li{                                  
 width:600px;
}
*/           
#container #slider {                                  
  width:660px;  
  height:560px;
  margin-left:5px;
  margin-top:5px;
  float:left;
}
#container table {                                  
  width:600px;  
  height:auto;
  margin-left:30px;
  margin-top:5px;
  padding:15px;
}
#container table input{                                  
  height:22px;
  margin-left:10px;
}
#container table input[type="file"]{
  width:205px;
}
#container table select{                                  
  padding:5px;
  margin-left:10px;margin-right:5px;
  width:202px;
}
#container table .inp {                                  
  background-color:#fbfbfb;
  padding:5px;
}
#container table .inpu {                                  
  background-color:#fff;
  padding:5px;
}
#container table td.prvni{                                  
  background:#fbfbfb;
  border-right: 2px solid #840200;
  padding-left:20px;
}
#container table button{                                  
  background:none;
  border:none;
  margin-top:6px;
}
.borderTop {
  margin-top:2px;
}
.upd {
  height:29px;
}
.tlacitkaReg {
  float:right;
  margin-right:63px;
}
.tlacitkaReg .tl{
  background: none repeat scroll 0 0 #840200;
    border: medium none;
    color: #FFFFFF;
}
#container table td.druha{                                  
  background:#fbfbfb;
  padding:5px;
}
#container .registrace {                                  
  width:660px;  
  height:auto;
  margin-left:5px;
  margin-top:5px;
  float:left;
}
#container #filtr {                                  
  width:658px;  
  height:40px;
  margin-left:6px;
  margin-top:5px;
  margin-bottom:10px;
  float:left;
  border-bottom:2px solid #840200;
}
#container #filtr form {                                  
  width:600px;  
  height:auto;
  margin-left:45px;
  margin-top:5px;
  margin-bottom:10px;
}
#container #filtr form .one {                                  
  float:left;
  margin-left:10px;
}
#container #filtr form .one button {                                  
  float:right;
  padding:0;
  margin-left:4px;
  margin-top:9px;
  background:none;
  border:none;
}
#container #filtr form .one input {                                  
  height:24px;
  width:100px;
  margin:2px;
  padding-left:5px;padding-right:5px;
}
#container #filtr form .one select {                                  
  padding:5px;
}
#container #profilFoto {                                  
  width:660px;  
  height:250px;
  background: #6f6f6f;
  margin-left:5px;
  float:left;
  margin-top:-10px;
}
#container #obsahHodSdi{                                  
  width:660px;  
  height:auto;
  margin-left:0px;
  margin-top:20px;
  float:left;
  background:#f9f9f9;
}
#container #obsahHodSdi #left{                                  
  width:230px;  
  height:auto;
  margin-left:10px;
  margin-top:0px;
  float:left;
  border-right:1px solid #cccccc;
}
#container #obsahHodSdi #left span {                                  
  color:#840200;
  line-height:28px; 
  font-weight:bold;
}
#container #obsahHodSdi #right span {                                  
  color:#840200;
  font-weight:bold;
  line-height:10px;
  width:400px;
}
#container #obsahHodSdi #right{                                  
  width:400px;  
  height:auto;
  float:right;
  margin-left:10px;
  margin-top:5px
}
#container #obsahHodSdi #right .google{                                  
  width:130px;  
  height:auto;
  float:left;
  margin-left:11px;
  margin-top:9px
}
#container #obsahHodSdi #right .fb{                                  
  width:130px;  
  height:auto;
  float:left;
  margin-top:9px
}
#container #obsahHodSdi #right .tw{                                  
  width:100px;  
  height:auto;
  float:left;
  margin-top:9px
}
#container #obsahProfil{                                  
  width:660px;  
  height:auto;
  margin-left:5px;
  margin-top:5px;
  float:left;
}
#container h2 {                                  
  margin-left:5px; 
  margin-top:5px;
  border-bottom:1px solid #840200;
  width:660px;
  font-size:24px;                                                     
  line-height:26px;
  font-weight:normal;
}
#container h2.index {                                  
  margin-left:5px; 
  margin-top:10px;
  padding-top:10px;
  float:left;
  border-bottom:1px solid #840200;
  width:660px;
  font-size:24px;                                                     
  line-height:26px;
  font-weight:normal;
  margin-bottom:0;
}
#container h2 span {                                  
  color:#000;
  font-size:11px; 
  font-weight:normal;            
  float:right;
  margin-right:0px;
  background:#e6e6e6;
  padding-left:3px;
  padding-right:3px;  
}
#container #obsahProfil h3 {                                  
  margin-left:0px;
  border-bottom:1px solid #840200;
  width:660px;
  font-size:20px;
  line-height:24px;
  font-weight:normal;
}

#detailsRight {                                  
  width:430px;
  height:auto;
}
#detailsRight p {                                  
  font-size:13px;
  line-height:18px;
}
#detailsRight p.data {                                  
  font-size:13px;
  line-height:13px;
  padding-top:4px;
}
#detailsRight p a{                                  
  color:#840200;
  text-decoration:none;
}

#container #obsahProfil .obsahBox {                                  
  margin-top:-15px;
  width:660px;
  height:auto;
}
#container #obsahProfil .obsahBox p {                                  
  font-size:13px;
  line-height:16px;
}
#container #obsahProfil .obsahBox p.data {                                  
  font-size:13px;
  line-height:4px;
  padding-top:4px;
}
#container #obsahProfil .obsahBox p.data a {                                  
  text-decoration:none;
  color:#840200;
}
#container #obsahProfil .obsahBox p.data span {                                  
  font-weight:bold;
}                
#container #panelMain {                                  
  width:660px;  
  height:150px;
  background: #6f6f6f;
  margin-left:5px;
  margin-top:5px;
  float:left;
}
#container .panelAkce {                                  
  width:660px;  
  height:150px;
  margin-left:5px;
  margin-top:10px;
  float:left;
  overflow:hidden;
}
#container .panelAkce:hover {                                  
  background:#f6f6f6;
}
#container .panelAkce .imgPrev {                                  
  width:120px;  
  height:150px;
  margin:0;
  padding:0;
  float:left;
  background:#979797;
}
#container .panelAkce .panelAkceTop {                                  
  width:540px;  
  height:20px;
  margin-top:5px;
  padding:0;
  float:left;
}
#container .panelAkce .panelAkceTop .panelAkceName{                                  
  width:530px;  
  height:19px;
  margin:0;
  padding:0;
  float:left;
  border-bottom:1px solid #840200;
  overflow:hidden;
}
#container .panelAkce .panelAkceTop .panelAkceName a{                                  
  color:#840200;
  text-decoration:none;
  margin-left:10px;
  font-size:20px;
  width:488px;  
}
#container .panelAkce .panelAkceTop .panelAkceName a:hover{                                  
  text-decoration:none;
  color:#000;
}
#container .panelAkce .panelAkceTop .panelAkceCont{                                  
  width:520px;  
  height:auto;
  margin-left:10px;
  margin-top:2px;
  padding:0;
  float:left;
}
#container .panelAkce .panelAkceTop .panelAkceCont p{                                  
  margin:0;
  padding:0;
}

#container .panelAkce .panelAkceTop .panelAkceCont a{                                  
  text-decoration:none;
  font-weight:bold;
  color:#000;
}

.panelAkceDetail{                                  
  width:660px;  
  height:auto;
  margin-left:5px;
  margin-top:-10px;
  padding:0;
  float:left;
}
.panelAkceDetail .panelAkceDetCont{                                   
  height:auto;
  padding:0;
  float:left;
}
.panelAkceDetail .panelAkceDetCont p{                                  
  margin:0;
  padding:0;
  line-height:12px;
}
.panelAkceDetail .panelAkceDetCont p a{                                  
  text-decoration:none;
  font-weight:bold;
  color:#000;
}
.panelAkceDetail .panelAkceDetCont p a:hover{                                  
  color:#840200;
}
#pageMiddle {
  width:660px;
  height:auto;
  float:left;
  margin-left:5px;
  margin-top:10px;
}
#pageMiddle #mapandimage{
  width:250px;
  height:auto;
  float:left;
}
#pageMiddle #mapandimage a img{
-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.75);
}
#pageMiddle #mapandimage h4 {                                  
  margin-left:0px;
  border-bottom:1px solid #840200;
  width:250px;
  font-size:16px;
  line-height:20px;
  font-weight:normal;
  margin-bottom:2px;
}
#pageMiddle #detailsRight{
  width:390px;
  height:auto;
  float:right;
}


#container .panelAkce .panelAkceTop .panelAkceLeft{                                  
  width:390px;  
  height:20px;
  margin:0;
  padding-top:6px;
  float:left;
}
#container .panelAkce .panelAkceTop .panelAkceLeft 
span{                                  
  color:#000;
  font-size:12px;
  margin-left:10px;
  white-space: nowrap;
}
#container .panelAkce .panelAkceTop .panelAkceLeft 
span a{                                  
  color:#000;
  text-decoration:none;
  font-weight:bold;
}
#container .panelAkce .panelAkceTop .panelAkceLeft 
span a:hover{                                  
  color:#840200;
  text-decoration:none;
}
#container .panelAkce .panelAkceTop .panelAkceRight{                                  
  width:140px;       
  height:20px;
  margin:0;
  padding-top:4px;
  float:right;
}
#container .panelAkce .panelAkceTop .panelAkceRight 
span {                                  
  color:#000;
  font-size:11px;
  float:right;
  margin-right:10px;
  background:#e6e6e6;
  padding:3px;
}



#container .panel {                                  
  width:216px;  
  height:350px;
  background: #6f6f6f;
  margin-left:6px;
  margin-top:5px;
  float:left;
}
#container .panel.first {                                  
  width:216px;  
  height:350px;
  background: #6f6f6f;
  margin-left:5px;
  margin-top:5px;
  float:left;
}
#container .regPanel.first {                                  
  width:216px;  
  height:40px;
  background: #6f6f6f;
  margin-left:5px;
  margin-top:5px;
  float:left;
}
#container .regPanel {                                  
  width:216px;  
  height:40px;
  background: #6f6f6f;
  margin-left:6px;
  margin-top:5px;
  float:left;
  margin-bottom:5px;
}
 

.partName {
  color: white;
  font-size: 23px;
}
#example {
			position: absolute;
			width: 180px;
			margin-top: -1000px;
			padding: 20px;
			background: #eee;
			border: 2px solid #42CBDC;
      float:right;
}
/*Hodnocení*/
.rating-a .bar-rating {
    height: 52px;
}

.rating-a .bar-rating a {
    display: block;
    width: 15px;
    padding: 0px 0 5px 0;
    height: 20px;
    float: left;
    background-color: #e3e3e3;
    margin: 1px;
    color: #e3e3e3;
    text-align: center;
}

.rating-a .bar-rating a.active,
.rating-a .bar-rating a.selected {
    background-color: #840200;
    color: #840200;
}

.rating-a .bar-rating .current-rating {
    font-size: 20px;
    line-height: 1.4em;
    float: left;
    padding: 0 0px 0 10px;
    color: #646464;
}

#stred {
  width:930px;
  min-height: 60px;
  padding-bottom:8px;
  border:none;
  border-top: 2px solid #840200;
  text-align:center;
  margin-top:50px;
}

/* Footer */
#footer {
  width:930px;
  min-height: 60px;
  padding-bottom:18px;
  background:#f8f8f8;
  border:none;
  border-top: 2px solid #840200;
  text-align:center;
  margin-top:100px;
}

#footer .right {
  width:450px;
  height:150px;
  float:right; 
  margin:0 auto;
}
#footer .right .vlevo {
  width:200px;
  height:160px;
  float:left;
  padding-top:10px;
}
#footer .right .vpravo {
  width:160px;
  height:150px;
  float:right;
  margin-right:35px;
  margin-top:30px; 
}
#footer .right .vpravo p {
  font-size:11px;
  text-align:center; 
}
#footer .right .vpravo p a {
  color:#840200;
  text-decoration:none;
  font-weight:bold;
}
#footer .right .vpravo p a:hover {
  color:#cb0502;
  text-decoration:none;
}
#footer .right .vlevo ul {
  list-style:none;
}
#footer .right .vlevo ul li a {
  color:#000;
  text-decoration:none;
  line-height:2px;
}
#footer .right .vlevo ul li a:hover {
  color:#000;
  text-decoration:underline;
}
#footer .right .vlevo h4 {
  font-size:16px;
  line-height:10px;
  color:#840200;
  margin:10px;
}

.bold {
  font-weight:bold;
}

/*Pager*/
.pagination {
  text-align:center;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 10px;
  line-height:28px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  color:#840200;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  font-weight:bold;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.marginLeft {
  margin-left:5px;
}

.hodntl-active {
text-align:center;
background: #B31A18;
color:white;
float:left;
font-size:13px;
margin-right:2px; margin-top:5px;margin-bottom:5px;
padding-right:6px;padding-left:6px;
padding-bottom:2px; padding-top:2px;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.hodntl {
text-align:center;
background: #999;
color:white;
float:left;
font-size:13px;
margin-right:2px; margin-top:5px;margin-bottom:5px;
padding-right:6px;padding-left:6px;
padding-bottom:2px; padding-top:2px;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.hodntl:hover, .hodntl-active:hover{
background: #555;
}


.marginLeft {
  margin-left:-100px;
}