/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(obr/pozadi.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1 {
	font-family: Georgia, "Verdana", Times, serif;
	font-size: 1.8em;
	color: #0000000;
}

h2 {
	font-family: Georgia, "Verdana", Times, serif;
	font-size: 1.5em;
	color: #000000;
}

h3 {
	font-family: Georgia, "Verdana", Times, serif;
	font-size: 1.3em;
	color: #000000;
}

h4 {
	font-family: Georgia, "Verdana", Times, serif;
	font-size: 1.8em; font-weight: bold;
	color: #FFFF00;
}

h5 {
	font-family: Georgia, "Verdana", Times, serif;
	font-size: 1.2em;
	color: #FFFF00;
}

h6 {
	font-family: Georgia, "Verdana", Times, serif;
	font-size: 1.3em;
	color: #000000;
}

h7 {
	font-family: Georgia, "Verdana", Times, serif;
	font-size: 1.5em;
	color: #ffffff;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #01308D;
}

a:hover {
	font-weight: bold;
	text-decoration:none;
    border-bottom:1px dashed #01308D;
}

/************* hlavicka STUFF ************/

#hlavicka {
	width: 915px;
	height: 120px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #FFFBFD url(obr/hlavicka.jpg);
}

#hlavicka h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #ffffff;
	font-size: 3em;
	text-transform: uppercase;
}

#hlavicka h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 916px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background: #c3c3c3 url(obr/menu_poz.png) repeat-x center top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	text-decoration: none;
	border-bottom:none;
	background: url(obr/menu_pruh.png) repeat-x center top;
}

/************* CONTENT ************/

#content {
	width: 916px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content h7 {
	font-weight: bold;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 170px;
	padding: 0px 10px 40px 10px;
}

#right {
	float: left;
	width: 680px;
	padding: 0px 20px 40px 20px;
	color: #000000;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 916px;
	margin: 0px auto;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #000000;
}
