body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
}

h1, h2 { margin-top: 20px; padding-left: 15px; font-size: 20px; background-color: #000000; color: #FFFFFF;}
p { margin: 15px; }
table {/*margin: 15px; margin-top: 0px; margin-bottom: 0px;*/ border-collapse: collapse;}
img {border: none;}
a {color: #000000; text-decoration: none; font-weight: bold;}
a:hover {color: #FF0000;}
hr { background-color:#000000; border: none; height: 1px; margin-left: 20px; margin-right: 20px; }
/**********************************/
.oddelovac { clear: both; padding: 0px; margin: 0px;}
.hlaska { margin: 15px; background-color:#FFCCCC; }
.verifikace { width: 300px; border: solid #000000 1px; margin: 15px;}
.prihlasen {position: absolute; top: 10px; right: 10px; border: solid black 1px; padding: 5px;}

/**********************************/

.vycentrovani {
	margin-top: 0px;
	width: 796px;
	margin-left: auto;
	margin-right: auto;
	border: solid #000000 1px;
	border-bottom: none;
	border-top: none;
}

.banner {
	width: 796px;
	height: 400px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.banner .logo { padding: 15px; width: 300px; float: left; text-align: center; }
.banner .logo h1 { margin: 0px; padding: 0px; font-size: 80px; font-weight: bold; letter-spacing: -7px; color: #FFFFFF;}
.banner .logo p { margin: 0px; font-size: 17px; font-weight: bold; color: #FFFFFF;}

/*********horni_menu************/
.horni_menu {
	width: 796px;
	height: 24px;
	background-color:#660000;
}

.horni_menu a {
	padding-left: 10px;
	padding-right: 10px;
	color: #993333;
	background-color:#EEEEEE;
	font-weight: bold;
	text-decoration: none;
}

.horni_menu a:hover {
	background-color:#CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.horni_menu div {
	padding: 5px;
}

.horni_menu div .active {
	background-color: #FFFFCC;
}

/******************************/

.stred {
	width: 796px;
}

/**********bocni_menu******/
.bocni_menu {
	margin-top: 20px;
	width: 200px;
	float: right;
}

.bocni_menu a {
	margin: 0px;
	padding: 5px;
	padding-left: 40px;
	display: block;
	color: #000000;
	background-color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -1px;
	text-decoration: none;
	background: none;
}

.bocni_menu a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #EEEEEE;
}

.bocni_menu .active {
	background-image: url(../images/bg-bocni-menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/***************************/
.obsah {	
	width: 796px;
}

.obsah img {margin-left: 15px; margin-right: 10px; margin-bottom: 2px;}

/*******patka************/
.patka {	
	width: 796px;
	height: 24px;
	background-color: #000000;
	color:#FFFFFF;
	text-align: right;
}

.patka div {
	padding: 5px;
}

.patka a {color:#FFFFFF; font-weight: normal;}
.patka a:hover { color: #FFFFFF; text-decoration: underline;	}
/***************************/

.novinky_ram {
	margin-top: 10px;
	margin-right: 10px;	
	float: right;
	font-weight: bold;
	font-size: 15px;
}

.novinky_ram div {
	width: 300px;
	height: 100px;
	border: solid #000000 3px;
}

.novinky_ram div div {
	width: 282px;
	height: 82px;
	margin: 3px;
	border: solid #000000 1px;
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	overflow: hidden;
}

.novinky_ram div div p {
	margin: -3px;
}


