@charset "utf-8";
.kalendar {
	
}
	.kalendar table {
		width: 100%;
	}
		/* názvy dnů */
		.kalendar-hlavicka p {
			font-weight: bold;
		}
			.kalendar-hlavicka td {
				background: none!important;
			}
				.kalendar-hlavicka td p {
					color: #000000!important;
				}
		/* seznam dnů */
		.kalendar td {
			background-color: #DFDFDF;
		}
			.kalendar td p {
				font-size: 11px;
				text-align: center;
				color: #FFFFFF;
			}
			.kalendar td p a {
				color: #FFFFFF;
			}
			.kalendar td.kalendar-udalost {
				background-color: #CC0000!important;
				font-weight: bold;
			}
			.kalendar td.kalendar-vikend { /* změnit */
				background-color: #004262!important;
			}
			.kalendar td.kalendar-tyden { /* změnit */
				background-color: #006699!important;
			}
			.kalendar-vyber-mesice {
				text-align: center;
				margin-top: 5px;
			}

fieldset legend {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fotogalerie {
	border: 1px solid #C9C9CB;
}
.fotogalerie img {
	border: 1px solid #FFFFFF;
}
.fotogalerie-popis {
	padding: 5px; background-color: #F2F2F2; text-align: right;
	font-size: 11px;
}
.formular {
	
}
	.formular p {
		padding-top: 5px;
	}
	.formular-titulek {
		font-size: 13px;
		color: #DD0000;
		padding-top: 0;
		padding-bottom: 5px;
		font-weight: bold;
	}
/* konec členská sekce*/
h2.clanek-titulek, h2.clanek-titulek a {
	color: #007D00;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	margin: 0;
	margin-bottom: 0px;
}
h2.clanek-titulek a:hover {
	text-decoration: underline;
}
h2.clanek-titulek-detail, h2.clanek-titulek-detail a {
	color: #007D00;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 24px;
	margin: 0;
	margin-bottom: 0px;
}
h2.clanek-titulek-detail a:hover {
	text-decoration: underline;
}
.vypis-clanku-2 {
	
}
	.vypis-clanku-2-foto {
		float: left;
		margin-right: 10px;
	}
	.vypis-clanku-2 h3 {
		padding: 3px 0;
		margin: 0;
		clear: none;
		font-weight: normal;
		font-size: 17px;
	}
	.vypis-clanku-2 h3 a {
		text-decoration: none;
		color: #007D00;
	}
	.vypis-clanku-2 h3 a:hover {
		text-decoration: underline;
	}
.vypis-clanku-4 {
	
}
	.vypis-clanku-4-foto {
		float: left;
		margin-right: 10px;
	}
	.vypis-clanku-4 h3 {
		padding: 0 0 3px 0;
		margin: 0;
		clear: none;
		font-weight: normal;
		font-size: 17px;
	}
	.vypis-clanku-4 h3 a {
		text-decoration: underline;
		color: #007D00;
	}
	.vypis-clanku-4 h3 a:hover {
		text-decoration: none;
	}
.clanek-hr {
	clear: both;
	height: 15px;
	font-size: 1px;
	background: url('/images/icons/clanek-uvod-hr.gif') left center repeat-x;
}
.clanek-footer {
	clear: both;
	
}
	.clanek-footer a {
		color: #4D4D4D;
	}
	.clanek-footer p {
		font-size: 10px;
	}
	.clanek-footer .vice {
		background: url('/images/icons/odrazka.gif') 0 5px no-repeat;
		padding: 0 0 0 10px;
		font-weight: bold;
	}
	.clanek-footer .poslat {
		background: url('/images/icons/poslat.gif') 0 3px no-repeat;
		padding: 0 0 0 17px;
	}
	.clanek-footer .diskuse {
		background: url('/images/icons/diskuse.gif') 0 2px no-repeat;
		padding: 0 0 0 17px;
	}
	.clanek-footer .tisk {
		background: url('/images/icons/tisk.gif') 0 1px no-repeat;
		padding: 0 0 0 17px;
	}
	.clanek-footer span {
		padding-right: 15px;
	}
h3.video-detail-subtitulek {
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 0 0 5px 20px; 
	border-bottom: 1px solid #CCCCCC;
}
.clanek-zarazeni {
	margin-top: 5px;
	margin-bottom: 10px;
}
.clanek-zdroj {
	margin: 10px 0px;
}
.clanek-prilohy {
	background-color: #F5F5F5; padding: 5px; border: 1px solid #DDDDDD; margin-top: 5px;
}
.clanek-tlacitka {
	background-color: #EEEEEE; padding: 5px; border-top: 1px solid #BEBEBE; margin-top: 5px;
}
#clanek-zpet {
	text-align: center;
	padding: 5px;
	font-size: 0.7em;
}
.anketa-otazka {
	text-align: center;
	font-size: 13px;
	padding: 5px 0 7px 0;
	font-weight: bold;
	color: #333333;
}
	.anketa-table {
		width: 100%;
	}
		.anketa-odrazka {
			background: url('/images/icons/odrazka-anketa.gif') left 9px no-repeat;
		}
		.anketa-odpoved {
			font-size: 11px;
			padding-top: 4px;
			padding-bottom: 5px;
		}
			.anketa-odpoved a {
				text-decoration: none;
			}
			.anketa-odpoved a:hover {
				text-decoration: underline;
			}
		.anketa-bar-border {
			border: 1px solid #CCCCCC;
		}
			.anketa-bar-bg {
				background-color: #E5E5E5; border: 1px solid #FFFFFF;
			}
				.anketa-bar {
					margin: auto 0; height: 10px; background-color: #CCCCCC;
				}
	.anketa-pocet-hlasu {
		padding-left: 13px;
		font-size: 11px;
		padding-top: 5px;
	}
.odrazka-tucne {
	font-weight: bold;
	color: #CC0000!important;
}
.rozcestnik2 span {
	display: block;
	margin-bottom: 5px;
}
.rozcestnik .rozcestnik-odkaz, .rozcestnik2 .rozcestnik-odkaz {
	background-color: #E6EEF9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAD3E9;
	padding: 10px;
	font-size: 11px;
	font-weight: bold; 
}
	.rozcestnik2 td {
		padding: 6px;
	}
.readonly {
	color: #AAAAAA;	
}
.user-menu {
	
}
	.user-menu ul {
		padding: 0;
		margin: 0;
		padding-left: 6px;
		font-size: 11px;
	}
#content .my-table table {
	border: 0;
}
	#content .my-table table td {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		padding: 5px;
	}
/* HLAVNÍ STRUKUTRA WEBU */
#body {
	background: #F4F4F4;
}
#body-center {
	background: url('/images/gr/body2-bg.gif') center top repeat-y;
	text-align: center
}
	#main {
		background: url('/images/gr/body-bg.png') center top no-repeat;
	}
		#main-padding {
			text-align: left;
			width: 1000px;
			min-height: 660px;
			background: url('/images/gr/main-bg.gif') center top repeat-y;
		}
		* html #main-padding { /* IE 6 hack*/
			height: 660px;
		}
		
			#header {
				background-position: left top;
				background-repeat: no-repeat;
				background-color: #FFFFFF;
				height: 235px;
			}
				#header-links {
					height: 30px;
					font-family: Tahoma, Geneva, sans-serif;
					font-size: 11px;
					color: #C1D9F5;
				}
					#header-links a {
						color: #C1D9F5;
					}
					#header-links .col1 {
						float: left;
						padding: 9px 0 0 10px;
					}
					#header-links .col2 {
						float: right;
						padding: 3px 0 0 0;
					}
				#header-logo {
					
				}
					#header-logo a {
						display: block;
						width: 240px;
						height: 205px;
						float: right;
					}
				#header-slider {
					clear: both;
					background: url('/images/gr/header-slider.png') left top no-repeat;
					font-size: 0;
					height: 16px;
				}
	
	#left {
		width: 240px;
		float: left;
		margin-right: 40px;
	}
		#menu {
			
		}
			#menu ul {
				padding: 0;
				margin: 0;
				color: #FFFFFF;
			}
				#menu li {
					margin: 0 0 1px 0;
					padding: 0;
					background: none;
					font-size: 16px;
				}
					#menu li a {
						color: #FFFFFF;
						text-decoration: none;
						display: block;
						background-color: #006699;
						padding: 7px 0 7px 3px;
					}
					#menu li a:hover {
						background-color: #63B81F;
					}
						#menu li .odrazka-tucne {
							background-color: #63B81F!important;
							color: #FFFFFF!important;
							font-weight: normal!important;
						}
							#menu ul ul {
								padding: 0 0 0 20px;
								border-left: 1px solid #63B81F;
							}
								#menu li li {
									font-size: 13px;
									list-style: none;
									background: url('/images/icons/odrazka-li2.gif') 0 13px no-repeat;
									padding: 0 0 0 15px;
								}
									#menu li li a {
										background: none;
										color: #007D00;
										text-decoration: none;
										border-bottom: 1px dotted #96CB96;
										padding: 5px 0 5px 0;
									}
									#menu li li a:hover {
										color: #000000;
										background: none!important;
										text-decoration: underline;
									}
										#menu li li .odrazka-tucne {
											color: #000000!important;
											font-weight: bold!important;
											background: none!important;
											text-decoration: underline;
										}
											#menu ul ul ul {
												border: none;
											}
	#content {
		width: 440px;
		float: left;
		margin-right: 40px;
	}
	#right {
		width: 240px;
		float: right;
	}
	
		
	
	
#footer {
	min-height: 310px; 
	/*background: #FFFFFF url('/images/gr/footer-bg.png') center top repeat-x;*/
}
	* html #footer {
		height: 310px;
	}
	#footer-under-main {
		background: url('/images/gr/footer-under-main-bg.png') center top no-repeat;
		height: 13px;
		padding-bottom: 10px;
	}
	#footer-content {
		width: 1000px;
		background: url('/images/gr/footer-lines.gif') left top repeat-y;
	}
		#footer h2 {
			color: #006699;
			font-size: 17px;
			padding: 0 0 8px 0;
			margin: 0;
			background: none;
			border: 0;
			font-weight: normal;
			font-style: normal;
		}
		#footer-col1 {
			width: 480px;
			margin-right: 40px;
			float: left;
		}
		#footer-col2 {
			width: 480px;
			float: left;
		}
	
	#footer-content-2 {
		width: 1000px;
		clear: both;
		padding: 20px 0 100px 0;
	}
		.footer-text1 {
			font-size: 13px;
			color: #333333;
			padding-bottom: 3px;
		}
			.footer-text1 a {
				color: #333333;
				text-decoration: none;
			}
			.footer-text1 a:hover {
				text-decoration: underline;
			}
			.footer-text1 span {
				font-weight: bold;
				font-size: 13px;
			}
		.footer-text2, .footer-text2 a {
			font-size: 11px;
			color: #007D00;
			text-decoration: none;
		}
		.footer-text2 a:hover {
			text-decoration: underline;
		}
		.footer-text2 {
			color: #333333;
		}
		#web-media-sign {
			position: absolute;
			width: 32px;
			height: 11px;
			margin-top: 15px;
			margin-left: 965px;
		}
	
	
.clanek-uvod {
	
}
	.clanek-uvod p {
		font-size: 10px;
	}
	.clanek-uvod h3 {
		font-size: 13px;
		padding: 0 0 5px 0;
		margin: 0;
		background: none;
		border: 0;
		font-weight: normal;
		font-style: normal;
		clear: none;
		position: relative;
	}
		.clanek-uvod h3 a {
			text-decoration: none;
		}
		.clanek-uvod h3 a:hover {
			text-decoration: underline;
		}
		.clanek-uvod p a {
			color: #333333;
		}
	.clanek-uvod-vice {
		text-align: right;
		padding-bottom: 7px;
		font-size: 11px;
	}
	.clanek-uvod-vice a {
		color: #333333;
	}
	.clanek-uvod-hr {
		clear: both;
		height: 10px;
		font-size: 1px;
		background: url('/images/gr/clanek-uvod-hr.gif') left center repeat-x;
	}	
	
.stocek {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #006699;
	padding: 10px 0 7px 0;
}
.stocek-ostatni {
	
}
	.stocek-ostatni p {
		padding: 0 0 0 17px;
	}
	.stocek-ostatni p.titulek {
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	.stocek-ostatni p.titulek a {
		color: #333333;
	}
.odkaz-titulek {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}
	
#obec-info {
	background: url('/images/gr/obec-info-bg.png') left top repeat-y;
}
	#obec-info p {
		font-size: 14px;
		color: #000000;
		padding-left: 35px;
	}
	#obec-info a {
		color: #000000;
		text-decoration: none;
	}
	#obec-info a:hover {
		text-decoration: underline;
	}
	#obec-info .obec-info-titulek {
		font-size: 14px;
		font-weight: bold;
	}
	#obec-info .obec-info-titulek2 {
		font-size: 12px;
		font-weight: bold;
		padding-top: 10px;
	}
	#obec-info1 {
		background: url('/images/gr/obec-info-bg1.jpg') left top no-repeat;
		min-height: 111px;
		padding-top: 40px;
	}
	#obec-info2 {
		background: url('/images/gr/obec-info-bg2.jpg') left bottom no-repeat;
		min-height: 116px;
		padding-bottom: 35px;
	}
	.obec-info-telefon {
		position: absolute;
		height: 40px;
		width: 35px;
		background: url('/images/gr/obec-info-telefon.gif') 15px 20px no-repeat;
	}
	.obec-info-email {
		position: absolute;
		height: 40px;
		width: 35px;
		background: url('/images/gr/obec-info-email.gif') 15px 22px no-repeat;
	}
	
/* zvětšení textů*/
.vetsi-text p {
	font-size: 0.95em !important;
}
.vetsi-text p a {
	font-size: 0.8em !important;
}
.vetsi-text h1 a,
.vetsi-text h2 a,
.vetsi-text h3 a,
.vetsi-text h4 a,
.vetsi-text h5 a,
.vetsi-text h6 a {
	font-size: 1.2em !important;
}
.vetsi-text #navigace {
	font-size: 0.95em;
}
.vetsi-text li {
	font-size: 1.2em !important;
}
.vetsi-text #menu2 li {
	line-height: 220% !important;
}
.vetsi-text li a {
	
}
.vetsi-text p span {
	font-size: 1.2em !important;
}
.velky-text p {
	font-size: 1.1em !important;
}
.velky-text p a {
	font-size: 0.9em !important;
}
.velky-text h1 a,
.velky-text h2 a,
.velky-text h3 a,
.velky-text h4 a,
.velky-text h5 a,
.velky-text h6 a {
	font-size: 1.4em !important;
}
.velky-text #navigace {
	font-size: 1.1em;
}
.velky-text li {
	font-size: 1.4em !important;
}
.velky-text #menu2 li {
	line-height: 250% !important;
}
.velky-text li a {
	
}
.velky-text p span {
	font-size: 1.2em !important;
}
	
	
	
	
	
.table {
	border: 2px solid #E9E9E9;
	background-color: #FFFFFF;
	width: 100%;
}
.table2 {
	border: 2px solid #F2DDDD;
	background-color: #FFFFFF;
	width: 100%;
}
.table3 {
	border: 2px solid #E9E9E9;
	background-color: #FFFFFF;
}
.table-border {
	border: 1px solid silver;
	margin-bottom: 10px;
}
.table-border2 {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.table-border p, .table-border p {
	padding: 2px;
}
.table-header, .table-header2, .table-header-list {
	background: #F0F0F0 url('/admin/gr/edit-stocek-pozadi.gif') left bottom repeat-x;
	height: 23px;
}
.table-header2 {
	background: #F0F0F0 url('/admin/gr/edit-stocek-pozadi2.gif') left bottom repeat-x;
}
.table-header p, .table-header2 p {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
}
.table-header2 p {
	color: #DD0000;
}
.table-header-list p {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.edit-label {
	font-size: 0.7em;
	text-align: right;
}
.edit-label2 {
	font-size: 0.7em;
	color: #DD0000;
	text-align: right;
}
.edit-column {
	background: url('/admin/gr/edit-sloupec.gif') right top repeat-y;
}
.legend {
	color: Gray;
	font-size: 10px;
}
.td_border {
	border-right: 1px dotted #CCCCCC;
}
.tr_border,
.tr2_border {
	background: url('/images/pozadi_bunky.gif') repeat-x left bottom;
}
.tr_border1,
.tr2_border1 {
	background: url('/images/pozadi_bunky1.gif') repeat-x left bottom;
}
.tr_border2,
.tr2_border2 {
	background: url('/admin/gr/pozadi_bunky2.gif') repeat-x left bottom;
}
.tr_border3,
.tr2_border3 {
	background: url('/images/pozadi_bunky3.gif') repeat-x left bottom;
}
.tr_border4,
.tr2_border4 {
	background: url('/images/pozadi_bunky4.gif') repeat-x left bottom;
}
.tr_border5,
.tr2_border5 {
	background: url('/images/pozadi_bunky5.gif') repeat-x left bottom;
}
.tr_border6,
.tr2_border6 {
	background: url('/images/pozadi_bunky5.gif') repeat-x left bottom;
}
.tr_border7,
.tr2_border7 {
	background: #FFFFFF;
}
.tr_border7-2,
.tr2_border7-2 {
	background: #EEEEEE;
}
.tr_border,
.tr_border1,
.tr_border2,
.tr_border3,
.tr_border4,
.tr_border5,
.tr_border6 {
	cursor: pointer;
}
.tr_border:hover,
.tr_border1:hover,
.tr_border2:hover,
.tr_border3:hover,
.tr_border4:hover,
.tr_border5:hover,
.tr_border6:hover,
.tr2_border:hover,
.tr2_border1:hover,
.tr2_border2:hover,
.tr2_border3:hover,
.tr2_border4:hover,
.tr2_border5:hover,
.tr2_border6:hover {
	background: url('/admin/gr/pozadi_bunky-hover.gif') repeat-x left bottom;
}
.tr2_border7:hover,
.tr2_border7-2:hover {
	background: #FFFFEA;	
}
.pocasi {
	width: 85px; float: left;
}
.pocasia {
	text-align: center; color: #666666; padding-bottom: 3px;
	font-size: 0.6em;
}
.pocasib {
	margin-right: 5px;
}
.pocasic {
	padding-top: 15px;
}
/* STYLY POUZE PRO E-SHOP */
.vypis-strukturovany-bg-white {
	background-color: #fff;
}
.vypis-strukturovany-bg-silver {
	background-color: #eee;
}
.vypis-strukturovany {
	border-bottom: silver 1px solid;
}
.vypis-strukturovany-akcni {
	border: #DD0000 1px solid;
	border-right: 0;
}
.vypis-strukturovany-akcni2 {
	border: #DD0000 1px solid;
	border-left: 0;
}
.vypis-strukturovany-akcni-nonborder {
	border: #DD0000 1px solid;
	border-right: 0;
	border-left: 0;
}
.stocek-uvod {
	width: 248px; border: #808080 1px solid; float: left;
}
.stocek-uvod-akce {
	width: 248px; border: #DD0000 1px solid; float: left;
}
.stocek-uvod h3, .stocek-uvod a, .stocek-uvod-akce h3, .stocek-uvod-akce a {
	color: white; text-decoration: underline; font-size: 14px; font-weight: bold; padding-top: 5px;
}
.stocek-uvod-paticka a, .stocek-uvod-paticka-akce a {
	color: black; font-size: 11px; font-weight: normal;
}
.stocek-uvod-bg {
	background-color: #808080;
}
.stocek-uvod-bg-akce {
	background-color: #DD0000;
}
.stocek-uvod-img {
	position: absolute; width: 73px; height: 73px; border: #808080 1px solid; background-color: white; margin: 10px; text-align: center;
}
.stocek-uvod-img-akce {
	position: absolute; width: 73px; height: 73px; border: #DD0000 1px solid; background-color: white; margin: 10px; text-align: center;
}
/* KONEC STYLŮ PRO E-SHOP */
/* OBECNÉ STYLY KE KAŽDÉMU WEBU*/
@media print {
	.no_print, .no-print {
		display: none;
	}
	h1 {
		display: block;
		font-size: 22px;
	}
	#body, body {
		background: none;
	}
	#main, #body-center, #main-padding, #content {
		width: auto;
		background: none;
	}
	#header, #left, #right, #footer, .clanek-footer {
		display: none;
	}
}
.odrazky {
	line-height: 125%;
	color: #FF6600;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
	margin-left: 35px;
	padding-left: 5px;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0;
}
.clear-1px {
	font-size: 1px;
	clear: both;
}
.clear-5px {
	font-size: 1px;
	height: 5px;
	clear: both;
}
.clear-10px {
	height: 10px;
	font-size: 1px;
	clear: both;
}
.clear-15px {
	height: 15px;
	font-size: 1px;
	clear: both;
}
.clear-20px {
	height: 20px;
	font-size: 1px;
	clear: both;
}
.clear-30px {
	height: 30px;
	font-size: 1px;
	clear: both;
}
.clear-5px-white {
	height: 5px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}
.clear-10px-white {
	height: 10px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}
.clear-15px-white {
	height: 15px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}
.button {
	font-size: 1.2em;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
#adm-basic-bar { /* kopie v style.css*/
	height: 31px;
	background: #333333 url('/admin/gr/basic-bar-bg.gif') left bottom repeat-x;
}
	.adm-basic-bar-col1,
	.adm-basic-bar-col2 {
		width: 49.9%;
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
		font-size: 11px !important;
	}
		.adm-basic-bar-administrace {
			background: url('/admin/gr/basic-bar-administrace.gif') left top no-repeat;
			width: 90px;
			height: 30px;
			display: block;
			float: left;
		}
			.adm-basic-bar-administrace:hover,
			.adm-basic-bar-administrace-active {
				background-image: url('/admin/gr/basic-bar-administrace-active.gif') !important;
			}
		.adm-basic-bar-crm {
			background: url('/admin/gr/basic-bar-crm.gif') left top no-repeat;
			width: 42px;
			height: 30px;
			display: block;
			float: left;
		}
			.adm-basic-bar-crm:hover,
			.adm-basic-bar-crm-active {
				background-image: url('/admin/gr/basic-bar-crm-active.gif') !important;
			}
		.adm-basic-bar-web {
			background: url('/admin/gr/basic-bar-web.gif') left top no-repeat;
			width: 36px;
			height: 30px;
			display: block;
			float: left;
		}
			.adm-basic-bar-web:hover,
			.adm-basic-bar-web-active {
				background-image: url('/admin/gr/basic-bar-web-active.gif') !important;
			}
		.adm-basic-bar-link {
			float: left;
			color: #FFFFFF;
			padding: 8px 0 0 0;
			text-decoration: none;
			margin-right: 10px;
		}
		.adm-basic-bar-link:hover {
			text-decoration: underline;
			color: #FFFFFF;
		}
		.adm-basic-bar-aktivita {
			background: url('/admin/gr/basic-bar-crm-aktivita.gif') left top no-repeat;
			width: 83px;
			height: 30px;
			display: block;
			float: left;
			margin-right: 10px;
		}
			.adm-basic-bar-aktivita:hover,
			.adm-basic-bar-aktivita-active {
				background-position: 1px 1px;
			}
		.adm-basic-bar-zaznam {
			background: url('/admin/gr/basic-bar-crm-zaznam.gif') left top no-repeat;
			width: 83px;
			height: 30px;
			display: block;
			float: left;
			margin-right: 4px;
		}
			.adm-basic-bar-zaznam:hover,
			.adm-basic-bar-zaznam-active {
				background-position: 1px 1px;
			}
	.adm-basic-bar-col2 {
		width: 49.9%;
	}
		.adm-basic-bar-col2 a {
			color: #FFFFFF !important;
			text-decoration: none;
		}
		.adm-basic-bar-col2 a:hover {
			text-decoration: underline;
		}
		.adm-basic-bar-col2 table {
			height: 29px;
		}
		.adm-login {
			padding-left: 12px;
			background: url('/admin/gr/login-user.gif') 0 3px no-repeat;
		}
		.adm-logout {
			padding-left: 12px;
			background: url('/admin/gr/logout-user.gif') 0 2px no-repeat;
			margin: 0 10px 0 10px;
		}
		
/* fórum */
.hlavni_sekce {
	color: white;
	font-size: 13px;
	font-weight: bold;
}
.kategorie {
	color: #5B5B5B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.kategorie:hover {
	color: #5B5B5B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#forum table {
	width: 100%;
	border: 1px solid white;
}
.forum_hlavicka p {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.forum_hlavicka2 p {
	color: #FFFFFF;
	font-size: 12px;
}
.forum_table_border {
	border: 1px solid #909090;
}
.forum_table_border table {
	width: 1px;
}
.forum_tr_border1 {
	background: #666666;
	color: #FFFFFF;
}
.forum_tr_border {
	background: #999999;
	color: #FFFFFF;
}
.forum_tr_border td, .forum_tr_border1 td {	
	border-bottom: 1px solid white;
}
.forum_td_border {
	border-right: 1px solid white;
}
.forum_popis {
	font-size: 11px;
}
.forum_td2 {
	background: #EAEBEC;
}
.forum_tr_border2 {
	background: #F1F2F3;
	color: #5B5B5B;
}	
	
.forum_tr_border2 td {	
	border-bottom: 1px solid white;
}
* html .forum_zalomeni {
	width: 1px;
}
.quote {
	margin: 5px 5px 0px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #c5d1e4;
	color: #4B5C77;
}
/* můj účet*/
.muj-ucet-block-1 {
	float: left; width: 65%;
}
.muj-ucet-block-2 {
	float: left; width: 34.9%;
}
.muj-ucet-block-1 a {
	color: #333333;
}
.muj-ucet-block-title {
	background-color: #666666; padding: 4px 4px 2px 6px;
}
	.muj-ucet-block-title p {
		color: #FFFFFF; font-weight: bold;
	}
.muj-ucet-block-stahnete-si .barevny-odkaz {
	color: #CE112E;
}
.muj-ucet-sprava-padding {
	padding: 5px;
}
	.muj-ucet-sprava-padding p {
		padding: 5px 0 5px 33px; font-size: 17px;
	}
	.muj-ucet-sprava-padding p a {
		color: #666666;
	}
	.muj-ucet-sprava-zakladni {
		float: left;
		padding-right: 30px!important;
	}