@charset "utf-8";

* { margin: 0px; padding: 0px }

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
}

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

div.main {
	margin: auto;
	width: 976px;
}

div.banner {
	width: 100%;
	height: 196px;
	background-image: url(img/banner.png);
	background-repeat: no-repeat;
}

div.top {
	width: 100%;
	height: 32px;
}

div.top, div.top a img {
	border: none;
	margin-bottom: 0px;
}

div.top a:hover {
	color: #666666;
}

div.banner a.logo {
	float: left;
	padding-left: 40px;
	padding-top: 80px;
}

div.banner ul.hmenu {
	float: right;
	margin-top: 52px;
	margin-right: 8px;
	list-style-type: none;
}

div.banner ul.hmenu li {
	display: inline;
	margin-right: 35px;
}

div.banner ul.hmenu li a img:hover {
	background-image: url(img/menu_shadow.png);
	background-repeat: no-repeat;
}

div.banner img {
	border: none;
}

div.sekce {
	float: left;
	height: 17px;
	padding-top: 3px;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #5A5A5A;
}

div.sekce a {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #5A5A5A;
	text-decoration: none;
}

div.sekce a:hover {
	color: #9A9A9A;
}

div.status {
	float: right;
	height: 17px;
	padding-top: 3px;
	padding-right: 4px;
	text-align: right;
	font-size: 12px;
	color: #CCC;
}

div.status_line {
	clear: both;
	width: 812px;
	border-top: 1px solid #CCC;
}

div.menu {
	float: left;
	width: 174px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 7px;
	padding-right: 10px;
	vertical-align: top;
}

div.menu > a {
	background-image: url(img/menu_sekce.jpg);
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 8px;
	padding-left: 30px;
	color: #616161;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

div.menu > a:hover {
	color: #111;
}

div.menu ul {
	margin-left: 7px;
	list-style-type: none;
}

div.menu li {
	padding-left: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(img/menu_li.jpg);
	background-repeat: no-repeat;
}

div.menu li a {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	background-image: url(img/menu_a.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.menu li.active > a {
	font-weight: bold;
}

div.menu li a:hover {
	color: #3A56AF;
}

div.menu li ul {
	margin-top: 3px;
}

div.obsah {
	float: left;
	width: 550px;
	border: 1px solid #E9E9E9;
	padding: 15px;
}

div.footer {
	width: 950px;
	height: 36px;
	padding-right: 28px;
	padding-top: 11px;
	margin-top: 15px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ABADAF;
	clear: left;
}

div.footer a {
	color: #ABADAF;
	text-decoration: none;
}

div.footer a:hover {
	color: #666;
	text-decoration: underline;
}

div.banners {
	display: table-cell;
	width: 174px;
	padding-left: 7px;
	vertical-align: top;
}

div.banners h4 {
	color: #313131;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
}

div.banners a {
	display: block;
	margin-bottom: 7px;
}

div.banners a img {
	border: none;
}

div.banners div.banner_separator {
	background-image: url(img/menu_a.jpg);
	background-repeat: no-repeat;
	width: 102px;
	height: 1px;
	margin-top: 13px;
	margin-bottom: 9px;
}

/*########################################################*/

.novinka {
	width: 505px;
	margin: auto;
}

.novinka .nadpis {
	padding-left: 22px;
	padding-top: 9px;
	padding-bottom: 3px;
	background-image: url(img/clanek.jpg);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	color: #5A5A5A;
	font-size: 14px;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

.novinka .nadpis a {
	color: #3366CC;
}

.novinka .info {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A0A0A0;
	padding-top: 2px;
	padding-left: 4px;
}

.novinka .info a {
	color: #A0A0A0;
}

.novinka .info a:hover {
	color: #565656;
}

.novinka .datum {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: right;
	padding-top: 2px;
	padding-right: 4px;
}

.novinka .obsah {
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #7F7F7F;
	border: 1px solid #BBB8CB;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-image: url(img/table_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.novinka .obsah img {
	margin-right: 5px;
	position: relative;
	left: -5px;
}

h1, h2 {
	color: #333;
	font-weight: normal;
}

.clanek h1, .clanek h2 {
	font-weight: bold;
}

h1, h2, h3, h4 {
	color: #333;
}

h4 {
	font-size: 12px;
}

h3 {
	font-size: 15px;
}

h2 {
	font-size: 18px;
}

h1 {
	font-size: 21px;
}

.clanek h4 {
	font-size: 15px;
	margin-bottom: -12px;
	border-bottom: 1px solid #BCBCBC;
}

.clanek h3 {
	font-size: 18px;
	margin-bottom: -12px;
	border-bottom: 1px solid #BCBCBC;
}

.clanek h2 {
	font-size: 21px;
	margin-bottom: -12px;
	border-bottom: 1px solid #BCBCBC;
}

.clanek h1 {
	font-size: 24px;
	margin-bottom: -12px;
	border-bottom: 1px solid #BCBCBC;
}

input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
	color: #7F7F7F;
}

input:hover, textarea:hover {
	border-color: #666;
	color: #111;
}

input[type=submit], input[type=button] {
	cursor: pointer;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

select {
	font-size: 12px;
}

.error {
	color: #CC0000;
}

.extra {
	color: #3A56AF;
}

.ultra {
	color: #333;
}

.obsah a, .main_right a {
	color: #3A56AF;
	text-decoration: none;
}

.obsah a:hover, .main_right a:hover {
	color: #4F7AFF;
	text-decoration: underline;
}

.obsah ul {
	list-style-type: none;
	list-style-image: url(img/li.jpg);
	margin-left: 35px;	
}

.obsah ul li a {
	color: #7F7F7F;
}

.obsah .oddelovac {
	width: 100%;
	margin: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #CCC;
}


/*########################################################*/


.kategorie_edit {
	margin: auto;
}

.kategorie_edit td {
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.kategorie_edit tr:hover td {
	background-color: #EFEFEF;
}

.kategorie_edit .hlavicka td {
	background-image: url(img/popup_bg.jpg);
	background-repeat: repeat-x;
	background-position: left -20px;
	background-color: #3B56B1;
	border: 1px solid #000000;
	color: #FFFFFF;
}


.kategorie_edit .hlavicka:hover td {
	background-color: #3B56B1;	
}

.user_left {
	float: left;
	vertical-align: top;
}

.user_right {
	float: right;
	text-align: left;
	width: 380px;
	vertical-align: top;
}

.cistic {
	clear: both;
}

table.obrazky {
	width: 330px;
	margin: auto;
	border-bottom: 1px solid #7F7F7F;
}

table.obrazky tr.horni td {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #7F7F7F;
}

#box {
	display: none;
	width: 108px;
	height: 108px;
	background-color: #FFF;
	border: 1px solid #CCC;
	position: fixed;
	z-index: 10;
	padding: 4px;
	overflow: hidden;
	text-align: left;
}

.obsah .clanek {
	font-size: 12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: justify;
}

.obsah .clanek img {
	margin: 6px;
	margin-top: 2px;
}

.guestbook {
	width: 550px;
	margin: auto;
}

.guestbook .datum {
	text-align: right;
	border-bottom: 1px solid #B5BCCF;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 3px;
	background-image: url(img/table_bg.jpg);
	background-position: bottom;
	color: #515151;
}

.guestbook .nick {
	border-bottom: 1px solid #B5BCCF;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 3px;
	background-image: url(img/table_bg.jpg);
	background-position: bottom;
	color: #515151;
}

.guestbook .msg {
	padding: 3px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.guestbook .sipka {
	background-repeat: repeat-x;
	background-image: url(img/table_bg.jpg);
	background-position: bottom;
	height: 22px;
	width: 5px;
	border-bottom: 1px solid #B5BCCF;
}

.sipky {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	text-align: center;
	margin-right: 8px;
	color: #666;
}

.mapa_clanek {
	list-style-image: url(img/clanek2.jpg);
}

.obsah ul li .mapa_clanek a {
	font-style: italic;
	color: #4F7AFF;
}

.mapa_sekce {
	list-style-image: none;
}

.mapa_sekce h4 {
	font-size: 13px;
	position: relative;
	left: -30px;
}
