html,body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: black;
	color: white;
	height: 100%;
}

body {
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

h1 {
	font-size: 24px;
	margin-top: 20px;
}

h2 {
	font-size: 18px;
	margin-bottom: 5px;
}

#container_table {
	width: 100%;
	height: 100%;
}

#container_table td {
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0;
}

div.container {
	position: relative;
/*	text-align: center;*/
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	height: 600px;
	background-repeat: no-repeat;
}

#title_page {
}

#top {
	width: 990px;
	height: 118px;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 2px solid #DCDFEF;
}

#blocks {
	height: 500px;
	width: 990px;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-color: #DCDFEF;
	color: black;
	border-top: 4px solid #384293;
}

#left {
	float: left;
	width: 210px;
	height: 500px;
	color: white;
	border-right: 3px solid #384293;
}

#left-spacer {
	height: 15px;
}

#main {
	float: left;
	height: 500px;
	width: 740px;
	padding-left: 20px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	overflow: auto;
}

#pics {
	text-align: right;
	float: right;
	width: 256px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#pics img {
	padding-bottom: 5px;
}

.menu-button, .menu-button-active {
	padding-top: 9px;
	padding-left: 10px;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
}

.menu-button a {
	text-decoration: none;
	color: #384293;
}

.menu-button a:hover, .menu-button-active a:hover {
	color: yellow;
}

.menu-button-active {
	color: #616CB5;
}

.tabulka tr {
	background: #CCCCFF;
}

.tabulka thead tr {
	font-weight: bold;
	background: #9999FF;
}

