/* Styly vytvořil Rneco publikovano 5.11.2004 */
body{
	font-family : Arial;
	background-color : Orange;
}
a{ text-decoration: underline}
a:link { text-decoration: underline; color: #6A87A7}
a:visited { text-decoration: underline; color: #6A87A7}
a:hover		{ text-decoration: underline; color: red }	
a.menu{
	text-decoration: none;
	color : White;
	font-weight : bold;
	font-size : 12pt;
}
a:link.menu {
	text-decoration: none;
	color : White;
	font-weight : bold;
	font-size : 12pt;
}
a:visited.menu{
 	text-decoration: none;
	color : White;
	font-weight : bold;
	font-size : 12pt;
}
a:hover.menu{
	text-decoration: underline;
	color: black;
	text-decoration: underline overline;
}	
	
p.menu{
	margin-top : 10px;
	margin-bottom : 10px;
}
/* Absolutní pozicování */
div.head{
	height:100px;
	position : absolute;
	top : 0px;
	left : 10px;
	width : 750px;
	margin-right : 10px;
	border-bottom-width : 3px;
	border-bottom-color : #6A87A7;
	border-bottom-style : solid;
}
div.levy{
	position : absolute;
	top : 140px;
	left : 10px;
	width : 165px
}
div.obsah{
	position : absolute;
	top : 100px;
	left : 175px;
	width : 420px;
}
div.pravy{
	position : absolute;
	top : 105px;
	left : 595px;
	width : 165px;
}
div.titulek{
	position : absolute;
	left : 10px;
	top : 77px;
}
.logo{
	position : absolute;
	top : 5px;
	left : 10px;
}
.banner{
	position : absolute;
	top : 5px;
	left : 270px;
}
/* nastavení nadpisů */
h1 {
	font-size:18pt;
	text-align : center;
	color : White;
	margin-left:10px;
	margin-right:10px;
	margin-top : 10px;
}

h2 {
	font-size:14pt;
	color : #6A87A7;
	margin-left:10px;
	margin-right:10px;
	border-bottom-color : #6A87A7;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	border-left-color : #6A87A7;
	border-left-style : solid;
	border-left-width : 2px;
	padding-left : 5px;
	font-weight : bold;
}
	
	h3 {
	font-size:12pt;
	color : #6A87A7;
	margin-left:10px;
	margin-right:10px;
	border-bottom-color : #6A87A7;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	border-left-color : #6A87A7;
	border-left-style : solid;
	border-left-width : 2px;
	padding-left : 5px;
	font-weight : bold;
}
/* nastavení menu */
div.menu{
	width : 165px;
	background : #C8D9EB;
	margin-top : 15px;
	border-top-width : 1px;
	border-top-color : #6A87A7;
	border-top-style :solid;
	border-bottom-width : 1px;
	border-bottom-color : #6A87A7;
	border-bottom-style : solid;
	border-left-width : 1px;
	border-left-color : #6A87A7;
	border-left-style : solid;
	border-right-width : 1px;
	border-right-color : #6A87A7;
	border-right-style : solid;
}
div.menu-in{
	background : #6A87A7;
	text-align : center;
	margin-left : 3px;
	margin-right : 3px;
	margin-bottom : 3px;
	margin-top : 3px;
	color : White;
	font-weight : bold;
	border-color : black;
	border : thin ridge 1;
}
/* nastavení patky */	
	div.patka{
	font-size:0.8em;
	border-top-color : #6A87A7;
	border-top-style : solid;
	border-top-width : 2px;
	margin-left : 3px;
	margin-right : 3px;
	text-align : center;
}
h1.title {
	font-weight : bolder;
	font-size : 36pt;
	text-align : left;
	color : Black;
	position : absolute;
	top : 20px;
	left : 360px;
	font-family : Arial, Helvetica, sans-serif;
	width : 400px;
}
p.autor{
	position : absolute;
	top : 5px;
	left : 530px;
	font-weight : bold;
	font-size : 10pt;
	width : 230px;
}
legend.menu{
	color : Black;
	text-align : left;
	font-size : 18pt;
	font-weight : bold;
}
FIELDSET.menu{
	margin : 0px 0px 0px 0px;
	padding : 15px 0px 15px 0px;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
}
p{
	margin-left : 10px;
	margin-right : 10px;
}