

/* Generic Selectors */

body , td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: Black;
	background-color: #DCDCDC;
	background-image: url(zeleny_horizont.jpg);
}


li {

	list-style-type: square;
	line-height: 120%;
}

p {
   text-align: center;
	width: 680px;
}


li a {
	list-style-type: none;
	line-height: 185%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: Maroon;
	text-align: center;
}
 

/**************** Pseudo classes ****************/

a:link {
	color: Blue;
	text-decoration: none;
	
}

li:link {
	color: Yellow;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: Purple;
	text-decoration: underline;
	
}

li a:visited {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: Red;
	padding-bottom: 0px;
}


li a:hover {
/*	display: inherit;
*/
	background-color: Aqua;
}


li a:active {
	color: Aqua;

}

/************************* ID's *************************/

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#navigation {
	position: absolute;
	width: 155px;
	height: 1075px;
	margin-top: 5px;
	border-right: 1px solid #8B0000;
	font-weight: bolder;
	background-image: url(bg.jpg);
}

#centerDoc {
	position: absolute;
	padding: 0px 10px 20px 0; /*top right bottom left*/
	margin-top: 5px;
	margin-left: 165px;
	border-right: 1px solid #8B0000;
	height: 1075px;
}

.nadpis2 {
	font-family: verdana,helvetica,sans-serif;
	color: Maroon;
	background-color: #CCFFCC;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

.menu3 {
	font-family: sans-serif;
	color: Green;
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	border: thin solid Gray;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(topnav-bg.gif);
	width: 680px;
	
}

.vitajte
{
	/* height: 65px;*/
	border: 2px solid Red;
	background: #CCFFFF url(kocky.GIF) top;
	padding: 15px;
	font-weight: bolder;
	text-align: center;
	font-size: 125%;
	color: Yellow;
	width: 650px;
}