/* struktura webu */

body {
	color: #000;
	background-color: #ffff99;
	margin-top: 8px;
	margin-bottom: 8px;
}
#logo {
	width: 750px;
	height: 120px;
	margin: 0;
	padding: 0;
}
.header, #body {
	width: 750px;
	border-style: none;
	padding: 0;
}
#sidebar, #obsah {
	border-style: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
	color: #000;
}
#sidebar { 
	width: 150px;
	background-color: #FFFF99;
	background-image: url("img/index/left_bg.jpg");
	background-repeat: repeat-y;
}
#obsah { width: 600px; 	background-color: #fff; }

/* konec struktury webu */

/* leve menu */

#first-menu { margin: 0; }
.menu {
	width: 150px;
	height: 35px;
	margin: 2px 0;
	padding: 0;
	border-style: none;
}
.validator { text-align: center; margin: 5px; }

/* konec leveho menu */

/* obsah */

#titulni-logo {
	width: 250px;
	height: 353px;
	margin: 8px 2px;
	padding: 0;
	border-style: none;
}

.nadpis {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 40px;
	border-style: none;
	vertical-align: middle;
	background-image: url("img/index/nadpis.jpg");
	background-repeat: no-repeat;
	background-color: #0f0;
	color: #000;
}

.text-nadpisu {
	margin: 0 30px;
	font-size: 20px;
	font-weight: 900;
}

h1 {
	margin: 8px 60px;
	padding: 2px 10px;
	border-left: 10px solid #f00;
	font-size: 15pt;
	font-weight: 900;
	color: #000;
	background-color: #ff9;
}

h2 {
	margin: 8px 60px;
	padding: 2px 10px;
	font-size: 13pt;
	color: #000;
	background-color: #fff;	
}
.h2 { margin: 0 8px; float: left; width: 20px; height: 20px;}

.text {
	margin: 5px 85px;
	color: #000;
	background-color: #fff;
	font-size: 11pt;
	text-align: justify;
	line-height: 1.5em;
}
.odsazeni { text-indent: 25px; }

.fotky {
	margin: 8px;
	padding:0;
	height: 116px;
}

/* konec obsahu */

* { font-family: Garamond, Verdana, serif; }
b { font-weight: bold; }
i { font-style: italic; }
img { border-style: none }
center { text-align: center }

a:link { color: #0B07AA; }
a:visited { color: #0B07AA; }
a:active { color: #0B07AA; }
a:hover { color: #D40106; }
a.bilepozadi:hover { 
	color: #0725E1;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #FCCD02;
}
#footer { 
	background-color: #A1A5FF; 
	width: 750px; 
	font-size: 8pt; 
	color: #000; 
	text-align: center; 
	border-style: none;
}

