/* pavucina.org */
/* Design (c) Jiří Vackář, 2009 */

@import url("../forms.css");

@media all {

/* -------------------  O B E C N E  P R V K Y  ------------------- */

body {
	font-family: Helvatica, Arial, sans-serif;
	font-size: 12px;
	background: url('background.gif') #eee;
	color: #333;
	line-height: 1.4;
	margin: 0;
}

a {
	text-decoration: underline;
}
a img {
	border-style: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 0;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 .3em;
}
h1 span {
	display: block;
	font-size: .8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
	margin-top: 1em;
}
h5 {
	font-size: 1.1em;
	margin-top: 1em;
}

p {
	margin: 0 0 1em;
	text-align: justify;
}

ul {
	list-style-type: disc;
	margin: 0.1em 0 0.2em;
	padding-left: 1.5em;
}

/* TABLES */
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
}
th, td {
	border: 1px solid silver;
	padding: .5ex 1ex;
}
th {
	text-align: center;
	background-color: #fafafa;
}
table.no_border th, table.no_border td {
	border-style: none;
}
th.left {
	text-align: left;
}
td.center {
	text-align: center;
}

/* CLASSES */
.hide, hr {
	display: none !important;
}

.edit {
	float: right;
}

a.img {
	text-decoration: none;
}
a.img:hover {
	text-decoration: underline;
}

.clearer {
	clear: both;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.left {float: left}
.right {float: right}
.center {text-align: center}

.green {color: green}
.red {color: red}
.blue {color: blue}

/* -------------------------  L A Y O U T  ------------------------- */

#page {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 0 10px 10px;
	background: white;
	/* border defined below */
}

#top {
	height: 190px;
	background: url('top.jpg');
	/* border defined below */
}
#imgtop {
	position: absolute;
	left: 10px;
	top: 0;
	width: 850px;
	height: 190px;
}
#top a img {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: +2;
}
#main {
	margin: 10px 0;
	background: url('background2.gif') left repeat-y;
}
#sidebar {
	float: left;
	width: 130px;
	padding: 10px;
}
#contents {
	margin-left: 160px;
	padding: 20px 20px;
	text-align: left;
	background: #d7f2b1;
	padding: 10px;
}
#footer {
	text-align: center;
	font-size: 10px;
/* 	padding: 2px; */
/* 	border-top: 3px double white; */
	/* color defined below */
}

fieldset#login {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 0;
	width: 160px;
	border: 3px dotted white;
}
fieldset#login input, fieldset#login span {
	width: 8ex;
}

/*div.gallery, #photo {
	margin: 0 -17px;
}*/

/* menu */
#menu {
	list-style-type: none;
	font-size: 16px;
	padding: 0;
	font-variant: small-caps;
}
#menu li {
	list-style-type: none;
	border-bottom: 1px dashed red;
	padding-top: 5px;
	/* border defined below */
}
#menu a, #menu span {
	text-decoration: none;
	/* color defined below */
}
#menu li a.active {
	font-weight: bold;
}
#menu li:hover>a, #menu li:hover>span {
	text-decoration: underline;
	/* color defined below */
}


/* NAHLEDY FOTEK */
.figure {
	padding: 0 3px 3px;
	margin: 0 5px 5px;
}
.figure img {
	border: 3px solid #999;
	padding: 1px;
}
.figure p {
	color: #777;
}

/* --------------------------  B A R V Y  -------------------------- */
h1, h2, h3 {color: #900}
h4, h5 {color: black}
a:link, a:active, a:visited {color: #900}
a:hover {color: #c00;text-decoration: none;}

#page {
/* 	border: 1px solid #b8932e; */
/* 	border-style: none solid; */
}
#top {
/* 	border-top: 1px solid #b8932e; /* jinak je to rozhozeny / */
}
#footer, #footer a {
/* 	background: #b8932e; */
/* 	color: white; */
}
#menu li {
	border-bottom: 1px dashed #900;
}

}
