/* CSS Document */
body {
background-color:#000066; 
	text-align: center;
	background-position: center;
	scrollbar-base-color: #000080;	
}

.titulek {
	height: 100px;
	position: relative;
	width: 750px;
	background-color: #0000FF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-top-color: #004488;
	border-right-color: #004488;
	border-bottom-color: #004488;
	border-left-color: #004488;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 46px;
	color: #E0E39B;
	text-indent: 150px;
	vertical-align: middle;
	text-align: left;
	line-height: 50px;
	font-weight: normal;
	background-image: url(titulek.jpg);
	margin-right: auto;
	margin-left: auto;
	}
	
.znak {
	height:125px;
	width:750px;
	position:relative;
	}
.hlmenu {
	height:25px;
	width:750px;
	position:relative;
	}
	

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#hlavniram {
	width:750px;
	height:550px;
	margin-right: auto;
	margin-left: auto;	
}

.obyc-text {
	color:#FF9900;
	font-family: Verdana, sans-serif;
}

.tabulky {
	width:750px;
	background:url(podklad.jpg);
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: normal;
}

.nadpis-tabulky {
	font-family: "Felix Titling";
	font-size:40px;
	color:#FF9900;
	height:70px;
	padding-top: 20px;
	padding-left: 30px;
}

.obsah-tabulky {
	padding: 25px;
	font-size: 16px;
	}
	
.home {
	font-family:Verdana, sans-serif;
	font-size:16px;
	background-color: #FF9900;
	color:#000066;
	font-weight:bold;
	width:70px;
	height:20px;
	position: absolute;
	left: 620px;
	top: 35px;
	text-indent: 10px;
	cursor: pointer; cursor: hand;
		 
}
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
