body {
	margin: 0;
	padding: 0;
	background: /*url(images/pozadi.png) repeat-x */#2c79a0;

	font-family: verdana, arial, tahoma;
	font-size: 11px;
}

p {
	text-align: justify;
	text-indent: 2em;
	line-height: 140%;
}

/*strong {letter-spacing: 1px} */

h1, h2, h3, h4 {
	color: #196a88;
}

a {
	color: #25A;
	border:0;
}

a img {
	border: 0;
}

a:visited {
	color: #55F;
}

p a:hover {
	/*font-style: oblique; */
	color: #FFF;
	background: #25A;
}

hr {
	clear: both;
	visibility: hidden;
}

table {
	width: 100%;
	text-align: left;

	background: #9BBAC5;
	border: 1px solid #196a88;

	border-collapse:collapse;
	border-spacing:0;

	margin-bottom: 20px;
}

th {
	padding: 4px 20px;
}

thead {
	padding: 4px 20px;
	background: #196a88;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
}

td {
	padding: 2px;
	padding-left: 5px;
}

.even td {
	background: #AED0DC;
}

table a {
	font-weight: bold;
	text-decoration: none;
}

table a:hover {
	font-style: italic;
	color: white;
}

label {
	font-weight: bold;
}


#scent {
	/*background: url(images/cara.png) repeat;*/
}

#centered {
	width: 800px;
	margin: auto;
	background: url(images/pozadit.png) repeat-x;
	padding-top: 20px;

	border-left: 2px solid #196a88;
	border-right: 2px solid #196a88;
}

#panacek {
	float: right;
	width: 337px;
	margin-right: -15px;
}

#logo {
	margin-top: 40px;
	margin-left: 50px;
/*	width: 440px;*/
	height: 117px;
}

#content {
	width: 100%;

	margin-top: 24px;
	padding-top: 40px;

	background: url(images/obsah.png) no-repeat;
}

#white {
	background: white;
	padding: 20px;
}

#text {
	width: 500px;
}


/** NAVIGACE */
#nav {
	width: 100%;
	height: 28px;


	background: #196a88;

	font-weight: bold;
	list-style: none;
	border-top: 3px solid #792d16;
	border-bottom: 1px solid #792d16;
}

#nav ul {
	position: absolute;
	padding: 0px;
	margin: 0px;

	list-style: none;
	line-height: 10px;
	text-align: center;
}

#nav li { /* all list items */
	float: left;
	margin:0px;
	padding:0px;
}

#nav li a {
	margin:0px;
	display: block;

	padding: 9px 15px 8px 15px;
	color:#fff;

	text-decoration: none;
}

#nav li a:visited{
  color: #DDD;
}

#nav li a:hover  {
	background:#1d7b9e;
	color: #792d16;
	font-style: normal;
}

#nav li ul {
	position: absolute;
	left: -2999em;

	width: 300px;

	margin: 0px;
	padding: 0px;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	border: 0;
}

#nav li ul a {
 	left: auto;
	background: #1d7b9e;

	font-size: 90%;
	font-weight: bold;

	text-align: left;

	margin:0;
	padding: 5px;
	padding-left: 8px;

	width: 180px;

	border-bottom: 1px solid #792d16;
}
#nav li ul a:hover {
	background: #42b3dd;
	color: #792d16;
	margin:0px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/** NAVIGACE KONEC */

.pauza {
 	left: auto;
	width: 193px;
	height: 2px;
	background: #792d16;

}

img.left {
	float: left;
	margin: 5px 20px 5px 0;
}

img.right {
	float: right;
	margin: 5px 0 5px 20px;
}

#vpravo {
	float: right;
	width: 240px;
	margin-top: 8px;
}

#vpravo * {
	border-top: 4px solid #ee6b05;
	border-bottom: 2px solid #ee6b05;
}

#vpravo .rimg {
	width: 240px;
}

#klublogo {
	width: 240px;
}

#paticka * {
	color: #FFFFFF;
	background: #196a88;

	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#paticka ul {
	padding: 0px;
	margin: 0px;

	display: inline;
	list-style: none;
}

#paticka .root {
	width: 100%;
	display: block;
	font-size: 70%;
	padding-bottom: 10px;
}

#paticka .root * {
	color: #AAA;
}

#paticka li {
	display: inline;
	line-height: 15px;
}

#newcomment table {
	margin-top: 10px;
	margin-bottom: 10px;
}

.soussignee {
	margin:0;
	text-align: center;
	padding-bottom: 5px;
}

.uspech {
	padding: 15px;
	background: #599A2B;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 20px;
}

.neuspech {
	padding: 15px;
	background: #995A2B;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 20px;
}

.comment {
	border-left: 5px solid #196a88;
	background: #93BECE;
	padding: 5px;
	margin-bottom: 10px;
}

.comment .reply {
	display: block;
	margin-top: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.comment .avatar {
	padding: 5px;
}

.comment .count {
	float: right;
	font-size: 25px;
	margin-top: 45px;
	margin-right: 10px;
	padding: 5px;
	color: #82ADBC;
	display: block;
}

.comment .header {
	font-weight: bold;
}

.comment .left {
	float: left;
	padding: 5px;
}

.comment .logged {
	font-size: 60%;
}

.comment .text {
	border: 1px solid #196a88;
	margin-left: 80px;
	background: white;
	padding: 10px;

	min-height: 60px;
}

.list-page {
	border-left: 5px solid #196a88;

	padding: 2px 20px;
	margin-bottom: 20px;

	background: #93BECE;
}

.list-page h2 a {
	text-decoration: none;
	color: #196a88;
}

.continue {
	display:block;
	text-align: right;
}

.continue * {
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
}

.list-page .date {
	display: block;

	text-align: right;

	margin-top: -30px;

	color: #FFF;
}

.list-page .remove * {
	text-decoration: none;
	font-size: 80%;

	float: left;
}

.list-page .remove a:hover {
	background: 0;
}

.list-page .remove a {
	color: red;
}

.adimg {
	display: inline-block;

	background: #9BBAC5;
	border: 1px solid #196a88;

	padding: 10px;
	margin: 10px;

	text-align: center;
}

.adimg img {
	display: block;
	margin-bottom: 5px;
}

.ok {
	color: green;
}

.ko {
	color: red;
}

.imghidden {
	background: #EEA895;
}


.download {
	border: 5px solid green;
	background: #B6E7AD;
	padding: 10px;

	min-height: 100px;
}

.download h2 {
	margin: 0px;
	margin-left: 20px;
}

.download ul {
	margin: 0;
	margin-top: 10px;
}

#facebook {
	position: fixed;
	left: 10px;
	top: 10px;

	opacity: .3;
   /* použito kvůli kompatibilitě se staršími verzemi Firefoxu a Mozilly */
   -moz-opacity: .3;
   filter:alpha(opacity=30);
}

#facebook:hover {
	opacity: 1;
   /* použito kvůli kompatibilitě se staršími verzemi Firefoxu a Mozilly */
   -moz-opacity: 1;
   filter:alpha(opacity=100);
}

.deactive {
	background: #EE8888;
}

.vyhledavani * {
	border: 0;
}

.vyhledavani input {
	border: 1px solid black;
}

#bigphoto {
	margin-bottom: 20px;
}

