@charset "utf-8";

@import "reset.css";


body {
	background: #ededed url(../images/gfx/bg.png) repeat-x;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	cursor:default;
	color: #000000;
}

a {
	color:#0000FF;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}

#warp {
	background: #FFF;
	width: 900px;
	margin: 70px auto 50px;
	border-bottom: 1px solid #FFF;
}

#top {
	background:url(../images/gfx/top.jpg) no-repeat right bottom;
	height: 263px;
	border-top: 1px solid #FFF;
}
#top > div {
	background:url(../images/gfx/lines.png) no-repeat bottom;
	height: 378px;
}

#top h1 {
	background:url(../images/gfx/logo.png) no-repeat;
	height: 184px;
	width: 264px;
	float: left;
	margin: -90px 0 0 -10px;
}
	#top h1 a {
		display: block;
		height: 100%;
	}
		#top h1 a * {display: none}

#nav {
	height: 66px;
	background:url(../images/gfx/nav.png) no-repeat;
	text-align: right;
	margin-top: -25px;
	padding: 0 20px 0 0;
}
	#nav li {
		display: inline-block;
		height: 37px;
		line-height: 37px;
		background:url(../images/gfx/nav-line.png) repeat-y left;
	}
	#nav li:first-child {
		background: none;
	}
	#nav li a {
		display: block;
		height: 100%;
		font-size: 13px;
		text-transform: uppercase;
		text-decoration: none;
		text-shadow: 1px 1px 2px #000;
		color: #FFF;
		padding: 0 15px;
	}
	#nav li a:hover {color:#c5ec26}

#top #top_text {
	clear: both;
	display: block;
	font-weight: normal;
	padding: 10px 0 0 10px;
	color: #505050;
	font-size: 13px;
}
	
#content h2 {
	color: #749325;
	text-shadow: 2px 2px 1px #c5ec26;
	font-size: 38px;
	font-weight: normal;
	clear:both;
	padding: 10px 0 37px 50px;
	text-align: center;
	width: 352px;
	margin-right: auto;
}
#content.big #left {
	width: 860px;
}

#left {
	width: 530px;
	padding: 0 0 0 20px;
	float: left;
	color: #282828;
	font-size: 13px;
}
	#left p {
		text-align: justify;
	}
	#left p {
		padding-bottom: 20px;
	}
	#left ul {
		padding: 0 0 20px 20px;
		list-style: disc;
	}
	#left a {
		color: #749325;
	}
	
	
#right {
	width: 350px;
	float: left;
	text-align: center;
	padding-top: 30px;
}
	#right a img {
		margin: 5px;
		display:block;
		margin: 0 auto 40px;
	}
	
#center {
	display: block;
	text-align: center;
	padding-top: 30px;
}
	#center a {
		display: inline-block;
		padding: 20px;
		vertical-align: middle;
	}


#footer {
	clear: both;
	background:url(../images/gfx/footer.png);
	height: 88px;
	margin: 0 0 -30px;
}
	#footer ul {
		float: left;
		padding: 46px 0 0 15px;
	}
	#footer ul li {
		float: left;
	}
	#footer ul li a {
		display: block;
		color: #FFF;
		text-decoration: none;
		text-shadow: 1px 1px 2px #000;
		font-size: 13px;
		padding: 3px 15px;
	}
	#footer ul li a:hover {color:#c5ec26}
	
#footer .rh {
	float: right;
	color: #c8c8c8;
	margin-top: 60px;
	font-size: 10px;
	padding: 5px 15px 0 20px; 
	text-decoration: none;
}
	#footer .rh:hover {color:#FFF}
	#footer .rh:hover span {color:#F00}

/* Tabelka
******************/
table {
	margin: 0 auto 20px;
}
	td, th {
		border: 1px solid #CCC;
		padding: 3px 6px;
		background: #FCFCFC
	}
	th {
		background: #C5EC26 url(../images/gfx/a20.png) repeat-x;
		border: none;
		border-top: 1px solid #A4D529;
		border-right: 1px solid #A4D529;
		border-left: 1px solid #A4D529;
		border-bottom: 1px solid #CCC;
	}
	
	tr.odd td {
		background: #F5F5F5;
	}
	
table.no > tbody > tr > th,
table.no > tbody > tr > td {
	background: none !important;
	border: none !important;
}


/* News
*****************/

.news {
	padding: 10px 0;
}
	.news h3,
	.news h3 a {
		font-size: 18px;
		text-decoration:  none;
	}
	.data {
		display: block;
		color: #999;
	}
	.left {
		float: left;
		padding: 5px 10px 10px 0;
	}

/* Gallery
***************/

#gallery {}

#gallery div {
	float: left;
	width: 170px;
	height: 120px;
	padding-top: 10px;
	text-align: center;
}
#gallery div img {
	display: block;
	margin: 0 auto;
	box-shadow: 0 0 10px #999;
	border: 3px solid #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#gallery div a:hover img {
	border-color: #A3D429;
}

#gallery_cat {}


#gallery_cat a {
	float: left;
	width: 230px;
	height: 200px;
	padding-top: 10px;
	text-align: center;
}
#gallery_cat a img {
	display: block;
	margin: 0 auto;
	box-shadow: 0 0 10px #999;
	border: 3px solid #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#gallery_cat a:hover img {
	border-color: #A3D429;
}

