/***********************************************/
/* Úprava HTML tagù                            */
/***********************************************/ 

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E0DEF0;
	color: #003399;
	background-image: url(./images/logo/logo_flod_vodoznak.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

ul{
	margin-top: 0px;
	color: #27176F;
	font-weight: bold;
}

td{
	padding: 0px 0px 0px 10px;
}

hr{
	color: navy;
	margin: 10px 0px 10px 0px;
}

/***********************************************/
/* Nadpisy			                           */
/***********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1{
	font-size: 200%;
	color: #27176F;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
	margin: 0px 0px 10px 0px;
}

h2{
	font-size: 26px;
	color: #27176F;
	margin: 10px 0px 10px 0px;
	font-style: italic;
}

h3{
	font-size: 150%;
	color: #E01C1C;
	font-style: italic;
	margin: 0px 0px 5px 0px;
}

h4{
	font-size: 120%;
	color: navy;
	font-style: italic;	
}

h5{
	font-size: 100%;
	font-weight: bold;
	color: #E01C1C;
}

h6{
	font-size: 120%;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: #E01C1C;
}

/***********************************************/
/* Cásti DIVu                                  */
/***********************************************/

#horni{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px groove #27176F;
	border-bottom-color: #6A5ACD;
	height:110px;
	text-align: center;
	background-color: #27176F;
	color: white;
}

#horni p{
	font-size: 26px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

#levy{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	float: left;
	width: 198px;
	border-bottom: 2px groove #6A5ACD;
	border-left: 2px groove #6A5ACD;
	border-right: 2px groove #6A5ACD;
	background-image:url(./images/logo/logo_flod_vodoznak.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.menu{
	margin: 0px 5px 3px 5px;
	padding: 2px 0px 2px 0px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #27176F;
	border: 2px outset #27176F;
}

p.menu a:link, p.menu a:visited, p.menu a:hover {
	color: white;
	text-decoration: none;
}

p.menu a:hover {
	text-decoration: underline;
	width: 150px;
}

#pravy{
	margin: 0px 0px 0px 200px;
	padding: 30px 30px 30px 30px;
}

#pravy a{
	color: SlateBlue;
	text-decoration: underline;
	font-weight: bold;
}

#pravy a:hover {
	text-decoration: none;
}

#pravy img{
border: 1px groove #27176F;
}

/***********************************************/
/* Vlastní styly	                           */
/***********************************************/

.aktivni{
	background-color: #6A5ACD;
	border: 2px outset #6A5ACD;
}

.tucnakurziva{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #E01C1C;
}

.odsazeni{
	margin: 0px 50px 5px 0px;
	font-weight: bold;
}