body {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
	COLOR: #000000;
	BACKGROUND-COLOR: #ededed;
	margin: 0;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	border-left: 1px dashed black;
	border-right: 1px dashed black;
	padding: 0;
	background: #cdcdcd;
	text-align:left;
}

#login {
	/*padding: 4px;*/
}
#zahlavi { 
	background: #898989;
	height:153px;
}
#hlasky {
	text-align: right;
	font-style: italic;
	background: #898989;
	color: #ededed;
	padding: 0 3px;
}
#menu {
  margin-left:150px;
	text-align: center;
	background: #cdcdcd;
	padding: 4px 2px;
	height:15px;
}
#submenu {
	text-align: center;
	background: #ededed;
	padding: 4px 2px;
}
#dummy
{
   padding: 1px 1px;
}
#leftmenu {
  text-align:left;
  width:150px;
  background: #cdcdcd;
  float:left;
  min-height:358px;
  padding-top:0px;
}
div.staticmenu {
  margin:5px;
}
#text {
  margin-left:150px;
	background: #ffffff;
	min-height:358px;
	padding-bottom:4px;
}
#reklama {
	background: #bcbcbc;
	padding: 4px 2px;
	text-align: right;
	font-size:9px;
		clear: both;
}
#logo {
	padding: 0px;
	margin: 0px;
    position:relative;
    bottom:140px;
    left:12px;
}

#zahlavi_nazev {
	float: none;
	margin: 0px;
	padding: 0px;
	padding-top: -20px;
    position: relative;
    top: -26px;
    right:16px;
}

#zahlavi_nazev h1 {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: right;
	font-size: 36pt;
    font-weight: bold;
    color: #FFFFFF;
   	line-height: 0px;
}

#zahlavi_nazev div {
	padding: 0px;
	margin: 0px;	
	position: relative;
	text-align: right;
	font-size: 36pt;
	line-height: 0px;
    font-weight: bold;
    color: #000000; 
}
#zahlavi_stin_1 {
	top: -2px;
	left: -2px;	
}
#zahlavi_stin_2 {
	top: 2px;
	left: -2px;	
}
#zahlavi_stin_3 {
	top: 2px;
	left: 2px;	
}
#zahlavi_stin_4 {
	top: -2px;
	left: 2px;	
}
#zahlavi_stin_5 {
	top: -2px;
}
#zahlavi_stin_6 {
	top: 2px;
}
#zahlavi_stin_7 {
	left: 2px;	
}
#zahlavi_stin_8 {
	left: -2px;	
}

.nadpis {
	font-size: 16px;
	color: black;
	font-weight: bold;
	margin:2px;
	border-bottom: 1px solid #666666;
}

/*added by Peta*/
a.vCalendar {font-size: 11px; font-weight: normal; color: blue; text-decoration: none; }
a.vCalendar:link {font-size: 11px; font-weight: normal; color: blue; text-decoration: none; }
a.vCalendar:hover {font-size: 11px; font-weight: normal; color: #666666; text-decoration: none; }
a.vCalendar:visited {font-size: 11px; font-weight: normal; color: blue; text-decoration: none;}
/*end added by Peta*/

span.nadpis {
	font-size: 16px;
	border-bottom: 2px solid #666666;
}

span.nadpis_fora {
	font-size: 16px;
	font-weight: bold;
}

p.konani {
	margin: 2px 2px 2px 8px;
}

.text, .text_forum {
	padding: 1px 1px 1px 6px;
	margin: 1px;
	text-align: justify;
}
.info {
	color: #989898;
	padding: 0 4px;
}
p.nadpis2 {
	margin: 1px;
	padding: 1px 1px 1px 4px;
	font-weight: bold;
}

.ohlaseni {
	text-align: center;
	color: green;
}

p.odkaz {
	text-align: center;
}


ul {
 padding-left:15px;
 margin:0;
 list-style-type:square;
}

/*Progress bar ukazuje prubeh uploadu*/
.progresscontainer {
	width: 100px;
	height: 6px;
	background-color: #aaaaaa;
}

.progressbar {
	width: 0px;
	height: 6px;
	background-color: black;
}

.chyba {
	color: red;
	text-align: center;
}
.online {
	color: green;
}
.ramecek {
	padding: 2px;
	background: #ededed;
}
p.ramecek img.camera {
	border: 0px;
	margin-left: 4px;
	vertical-align:middle;
	position: relative; top: -2px
}
h1 {
	text-align: center;
	font-size: 16px;
}
tr.tmava, td.tmava {
	background: #ededed;
}
td {font-size: 15px;}
tr.nejtmavsi {
	background: #989898;
	text-align:center;
}

input,textarea {
	border: 1px solid black;
}
.cervene {
	background: #ffbbbb;
}
a:link { color: blue; text-decoration: none; }
a:active { color: blue; text-decoration: none;}
a:visited { color: blue; text-decoration: none;}
a:hover { color: #666666; text-decoration: underline; }

/*Styl k seznamu novych galerii na uvodu*/
p.foto {	text-align: center;}
p.foto a img {border: 2px solid white}
p.foto a:hover img {border: 2px solid #666666; text-decoration: none;}
p.foto a:hover {text-decoration: none;}

/*added by destil - styly ke galerii*/


#prev, #next {
	display:block;
	padding:5px;
	border:1px solid #bbb;
	/*-moz-border-radius:5px;*/
	background:#ddd;
	text-decoration:none;
	margin:0 10px 10px;
}
#prev {
	float:left;
}
#next {
	float:right;
}
#image {
	text-align:center;
}
.imgwrapper {
	float: left;
	margin: 0 0 0px 25px;
	padding: 2px;
	height:113px;
}
.imgwrapper span {
	display:block;
	font:9px verdana, sans-serif;
	text-align:center;
}
.imgwrapper img {
	background-color: #fff;
	border: 1px solid #ddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
}
.imgwrapper a:visited img {
	background-color:#fff;
}
.imgwrapper a:hover img, .imgwrapper a:focus img {
	background-color: #036;
}
.imgwrapper a:hover, .imgwrapper a:focus {
	color:#000;
}
#single {
	padding:3px;
	border:1px solid #aaa;
	/*-moz-border-radius:5px;*/
	background:#ddd;
}
#desc {
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	text-align:center;
	clear:both;
	margin:5px 40px;
	padding:5px;
}
#credit {
	/*-moz-border-radius:0 0 20px 20px;*/
	font-size:9px;
	text-align:right;
	margin:10px 0 0;
	padding:3px 0;
	clear:both;
}
#directories, #breadcrumb {
	border-bottom:1px solid #ddd;
	margin:0;
}
#breadcrumb {
	padding:5px;
	border-bottom:1px solid #ddd;
	background:#FFFFFF;
	color:#000000;
	margin-bottom:10px;
	font-size:14px;
}
#dirdesc {
	padding:4px;
	border-bottom:1px solid #ddd;
}
#insertedvideos {
	padding:4px 0px 0px 0px;
}
#gallery {
	margin:10px 5px 5px;
}
#directories ul {
	list-style:circle;
	padding-bottom:5px;
}
#directories li {
	margin:2px 0;
}
#directories h2 {
	font:14px georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:15px;
	margin:0;
}
#directories h3 {
	font:12px georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:20px;
	margin:0;
}

/* ------------KALENDAAAAAR ----------------------- */
.calendar{
	background-color : #cdcdcd;
	BORDER-RIGHT: 2px solid white;
	BORDER-TOP: 2px solid white;
	BORDER-LEFT: 2px solid white;
	BORDER-BOTTOM: 2px solid white;
}
.calendarHeader{
	border : thin;
	text-align : center;
	FONT-SIZE: x-small;
}

TABLE.calendarTable{
	BORDER-RIGHT: 0px outset;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px outset;
}

.calendarToday{
	background-color : #cdcdcd;
	BORDER-RIGHT: 2px solid Red;
	BORDER-TOP: 2px solid REd;
	BORDER-LEFT: 2px solid Red;
	BORDER-BOTTOM: 2px solid Red;
}
.calendarempty /*To je pro prazdna policka*/
{
background-color: white;
	}
.calendarSvatek /*to je pro soboty nedele a svatky*/
{
background-color: #898989; 
	BORDER-RIGHT: 2px solid white;
	BORDER-TOP: 2px solid white;
	BORDER-LEFT: 2px solid white;
	BORDER-BOTTOM: 2px solid white;
	}
	.calendarRamecek  /*ramecek pro nakou akci - barvu definugje db*/
{
	BORDER-RIGHT: 2px solid white;
	BORDER-TOP: 2px solid white;
	BORDER-LEFT: 2px solid white;
	BORDER-BOTTOM: 2px solid white;
}
A.calendarOdkaz {
	COLOR: black;
	TEXT-DECORATION: none;	
}

.calendarPopup{
	BORDER-RIGHT: 1px outset Gray;
	BORDER-TOP: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-BOTTOM: 1px outset Gray;
	background-color : #FFFFF0;
}
/* ------------END KALENDAAAAAR ----------------------- */

div.souvisejici {
 float:right;
 border: 1px solid black;
 padding: 2px;
 margin-right:2px;
 width: 125px;
 font-size:16px;
}