﻿body {
	margin: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
}
#hlavni_kontejner {
	border: 1px solid #685F58;
	position: relative;
	width: 800px;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
}
#hlavicka {
	position: absolute;
	width: 100%;
	height: 150px;
	background-image: url('../obrazky/hlavicka_web.jpg');
	background-repeat: no-repeat;
}
#menu {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 160px;
	left: 0px;
	text-align:center;
	z-index: 1;
	text-align: left;
}
#site_nav{
	padding: 5px;
	position: absolute;
	width: auto;
	height: auto;
	top: 200px;
	left: 10px;
	text-align: left;
}
#paticka {
	background-image: url('../obrazky/zapati.jpg');
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 0px;
	font-size: 10px;
	color: #5A5A5A;
}
#paticka_odkazy{
 	padding: 5px;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 45px;
	font-size: 10px;
	color: #8A8A8A;
	text-align: center;
}
#odkazy_reklama{
	color: #8A8A8A;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -75px;
	font-size: 10px;
}
#odkazy_partneri{
	color: #5A5A5A;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -65px;
	font-size: 10px;
}
#banner_kontejner{
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	bottom: -80px;
}
#banner{
	position: static;
	height: 60px;
	width: 468px;
	border: 1px #3C3C3C solid;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	color: #545454;
}
a {
	color: #5A5A5A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #EFEFEF;
	text-decoration: underline;
	font-weight: bold;
}

.tab_paticka{
	border-color: #685F58;
	border-top-style: solid;
	border-top-width: 1px;
	width: 100%;	
}
h1{
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
}
h2{
	font-size: 15px;
	font-weight: bold;
	color: #EEEEEE;
	width: 100%;
	height: 20px;
}
h3{
	font-weight: bold;
	font-size: 11px;
	color: #DDDDDD;
	text-align: left;
	margin: 0px;
	
}
.odkazy{
	text-align: center;
}
span {
	color: #FF0000;
	font-weight: bold;
}
.banner{
	text-align: center;
	margin: 0px;
	color: #545454;
	font-size: 10px;
}
.odkazy_reklama{
	color: #5A5A5A;
}