body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CBCBCB;
  background: url('body/water.jpg') #1E1E1B fixed no-repeat center top; margin:0px 0px; padding:0px;
  repeat: repeat-x;
	margin: 10px;
}
a:link    {color: white}
a:visited {color: white}
a:active  {color: #2244FF}
a:hover  {color: #2244FF}
legend{
  margin-left: 100px;
  font-size: 14px;
  }
.input{ background: #CCCCCC;}  
div.prehled_fotogalerii {
  border: solid 1px #CBCBCB;
  float: left;
  height: 120px;
  padding: 0 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  text-align: center;
  width: 110px;
  padding-bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
div.prehled_akci {
  
  border: solid 1px #CBCBCB;
  float: left;
  height: 220px;
  padding: 0 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  text-align: center;
  width: 870px;
  padding-bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
div.prehled_akci:hover {border-color: #2244FF}
div.prehled_fotogalerii img {
  margin-right: 0;
}

a.fotogalerie img {
  margin: 10px 17px 2px 2px;
}

div.prehled_fotogalerii:hover
{
  border: solid 1px #2244FF;
}

#bground {
	color: white;
	background-image: url('body/background.png');
	width: 1000px; 
}
#logo
{
width: 1000px;
height: 200px
position: relative;
}

#page
{
width: 1000px;
margin: 0px auto;
}

#menu
{
width: 1000px;
height: 50px;
}
#footer
{
width: 900px;
margin-top: 50px;
clear: both;
}
#content
{
width: 900px;
margin-top: 20px;
}
#margint50
{
margin-top: 50px;
}
#margint20
{
margin-top: 20px;
}
#blok
{
text-align: justify;
width: 700px;
}
#seznam{
	width:67%;
}
#galerie{
  font-size: 14px;
}
.menuButton
{
   cursor:pointer;
   font-size:18px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#DDDDDD;
   width:130px;
   height:33px;
   background-image:url('body/btnDark.png');
   border-style:none;
}
.adminButton
{
   cursor:pointer;
   font-size:14px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:white;
   width:130px;
   height:20px;
   background-image:url('body/btnDark.png');
   border-style:none;
}
.adminButton2
{
   font-size:14px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:white;
   height:20px;
   background-image:url('body/btnDark.png');
   border-style:none;
}
a.tr1, .tr1{
	color:#EDEDED;
}
a.tr2, .tr2{
	color:#A9A9A9;
}
.prispevek{
	width: 67%;
}
.prispevek span, .prispevek2 span{
	float:right;
	width:148px;
	font-size:80%;
	color:black;
	margin-top:4px;
}
.prispevek2 span{
	color:#452000;
}
.prispevek div{
	background:#a34b03;
	color:#fff;
	font-weight:bold;
	padding:4px;
}
.prispevek p, .prispevek2 p{
	margin:0;
	padding:5px 10px;
}
.prispevek2{
	margin-top:5px;
	background:#FFFBF7;
}
.prispevek2 div{
	background-color:#f8903c;
	font-weight:bold;
	padding:4px;
}
h1
{
    font-size: 32px; 
    font-weight: bold; 
    color: #CCCCCC;
}
fieldset
{
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

#lbCenter {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#lbBottomContainer {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; 
}
 
.lbLoading {
	background: #fff url(body/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(body/prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(body/nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 15px 0px 15px;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border: 0px solid #fff;
	border-top-style: none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 34px;
	height: 34px;
	background: transparent url(body/closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* Multiupload */
#swfupload-control p{ margin:10px 5px; font-size:0.9em;}
#log{ margin:0; padding:0; width:500px; text-align: left;}
#log li{ list-style-position:inside; margin:2px; border:1px solid white; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding:10px; font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; color:white; position:left;}
#log li .progressbar{ border:1px solid #333; height:5px; background:#fff; }
#log li .progress{ background:#2244FF; width:0%; height:5px;}
#log li p{ margin:0; line-height:18px; }
#log li.success{ border:1px solid #2244FF; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
#log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px; 
	background:url('js/swfupload/cancel.png') no-repeat; cursor:pointer; }