<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset vlastnosti css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {	margin:0; padding:0;}
table {border-collapse:collapse;	border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
/*konec reset vlastnosti css*/
@font-face {
	font-family: 'TF2ProfessorRegular';
	src: url('tf2professor-webfont.eot');
	src: local('âş'), url('tf2professor-webfont.woff') format('woff'), url('tf2professor-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	color: #272727;
	background-color: #fafafa;
	background-image:url("/img/p.jpg");
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a {
	color: #333333;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 14px;
}
p {
	text-align: justify;
	line-height: 21px;
}
table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-style: none;
}
table td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-style: none;
}
img {
 border: none;
}
#vycentrovani {
	position: relative;
  	margin: 0px auto;
	padding: 146px 0px 0px 0px;
	width: 1200px;
		background-image:url("/img/pozadi_hlavicka.jpg");
	background-repeat: no-repeat;
}

strong, bold {font-weight: bold;}

#hlavicka{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 462px;
	height: 101px;
	position: absolute;
	top: 35px;
	left: 200px;
}
#menu_hlavni{
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top:30px;
	left:970px;
}
#menu_vedlejsi{
	font-family: TF2ProfessorRegular;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top:30px;
	left:32px;
	text-transform: uppercase;
}

#menu_hlavni a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 26px;
	height: 110px;
 	background-position: left top;
 	float: left;
}

 #menu_vedlejsi a{
 	font-size: 26px;
	color: White;
	margin: 0px 0px 0px 0px;
	padding: 3px 0 0 13px;
	display: block;
	width: 98px;
	height: 23px;
 	background-position: left -26px;
 	background-image: url('/img/pozadi_tlacitko_vedlejsi_menu.jpg');
	text-align: center;
 	text-decoration: none;
 	overflow: hidden;
 }

#menu_hlavni a:hover{
	background-position: -26px top;
}
#menu_vedlejsi a:hover{
	background-position: left top;
}
div#menu_hlavni  a.actual{
	background-position: -26px top;
}
div#menu_vedlejsi  a.actual{
	background-position: left top;
}
#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 180px;
	position: relative;
	top: 35px;
	background-image:url("/img/pozadi_main.jpg");
	background-position: left top;
	background-repeat: repeat-y;
	min-height: 200px;
}
.smaller_font{
	font-size: smaller;
}
.administrace{
	position: relative;
	font-size: small;
	text-decoration: none;
	text-align: right;
}

.image-caption .caption {
	font-size: 30px\9;
}

#carousel-portfolio {
	width:960px;
	height:300px;
	position:relative;
	clear:both;
	overflow:hidden;
}
#carousel-portfolio li a{
	visibility:hidden; /* hide images until carousel can handle them */
	cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}
.thumbs .rendered-image{
	display: none;
}
#portfolio-gallery{
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin: 20px 0 0 0;
}
@media print {
body{
	color: black;
	background-image: none;
	background-color: White;
}
#menu, #domu, #sub_menu, #choice_menu, #kapsia{
	display: none;
}
#main {
	background-image: none;
	background-color: White;
	border: 0px;
	top: 0px;
}
}
</pre></body></html>