@charset "iso-8859-2";
@import "menu.css";
@import "layout.css";
@import "photo-gallery.css";

/*
@import "tables.css";

@import "forms.css";
@import "lists.css";
*/
/*
@font-face {
    font-family: Corbel;
    font-style:  normal;
    font-weight: normal;
    src: url(../includes/CORBEL0.eot);
}
*/
body {
	font-size: 0.7em;
	/*font-family: Corbel, "Lucida Grande CE", lucida, sans-serif; */
	font-family: Verdana, sans-serif;
	text-align: center;
	background: #fff;
}


a:link {
	color: #cc6600;
	background: transparent;
}
a:visited {
	color: #000;
	background: transparent;
}

a:active {
	color: #cc0000;
	background: transparent;
}

a:hover {
	color: #cc3300;
	background: transparent;
}

textarea {
	font-size: 135%;
}
a img {border: none;}

h1 {
	font-size: 1.7em;
	margin: 5px 0 .5em 0;
	padding: 0;
}
h2 {
	font-size: 1.4em;

	margin: 0;
}

h3 {
	margin: 0.5em 0 0 0;
	font-size: 1.2em;
	font-weight: normal;
}

h2#kontakt {
	margin:0; padding:0;
	position:relative;
	width:261px; height:30px;
	overflow:hidden;
}

h2#aktualne{
	margin:0; padding:0;
	position:relative;
	width:261px; height:30px;
	overflow:hidden;
	z-index: -200;
}

h2#aktualne span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:261px; height:30px;
	margin:0; padding:0;
	background: url("../images/aktualne.png") top left no-repeat;
}

h2#kontakt span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:261px; height:30px;
	margin:0; padding:0;
	background: url("../images/kontakt.png") top left no-repeat;
}
#kontakty form {
	background: #F2FFBF;
	padding-top: .5em;
}


.aktualne1 {
	color: #000;
	background: #FFCC00;
	padding: .5em;
}
.aktualne3 {
	color: #fff;
	background: #cc6600;
	padding: .5em;
	font-size: 1.2em;
	line-height: 1.5em;
}
.aktualne2 {
	color: #000;
	background: #cc9900;
	padding: .5em;
}

.aktualne3 a {
	color: #fff;
}


p {
	line-height: 150%;
}
#kontakty {
	margin: 0;
}
#kontakty p {
	padding-left: .5em;
}
#formular-hlaseni-chyba {
	margin-top: .5em;
	padding: 1em;
	font: 1.2em Tahoma,sans;
	background: #f4f4f4;
	color: #cc0000;
	margin-left: 310px;
	border: 1px solid #e4e4e4;
}
#formular-hlaseni-ok {
	margin-top: .5em;
	padding: 1em;
	font: 1.2em Tahoma,sans;
	color: #49813C;
	background: #f4f4f4;
	margin-left: 310px;
	border: 1px solid #e4e4e4;
}

a.file-icon {
	background: transparent url('../images/adobe-reader.gif') no-repeat right 50%;
	padding-right: 30px;
	padding-top: .3em;
	padding-bottom: .3em;
}