body {
	color: gray;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12pt;
	text-align: justify;
	margin: 5px;
	padding: 0;
}

.page {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: white;
}

.top {
	position: absolute;
	left:0px;
	top:0px;
	right:0px;
	height:177px;
	background-image:url('../media/undet_top.jpg');
	background-repeat:repeat-x;
	z-index:1;
}

.top-menu {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 177px;
	width: 383px;
	z-index:2;
	background-image:url('../media/under_topleft.jpg');
}

.right {
	position: absolute;
	float:right;
	right:0px;
	top:177px;
	width:412px;
	height:423px;
	background-image:url('../media/under_right.jpg');
	z-index: 2;
}

.right-all {
	position: absolute;
	float:right;
	right:0px;
	top:423px;
	bottom: 0px;
	width:412px;
	background-image:url('../media/under_right_all.jpg');
	background-repeat: repeat-y;
	z-index: 1;
}

.blbosti-vpravo {
	position: absolute;
	float:right;
	right:5px;
	width:190px;
	bottom:20px;
	z-index: 3;
	text-align: center;
}

.right-top {
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
	width: 412px;
	height: 177px;
	background-image:url('../media/under_topright.jpg');
}

.left {
	position: absolute;
	left:0px;
	float: left;
	top: 95px;
	bottom: 10px;
	width: 10px;
	z-index:3;
}

.bottom {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 10px;
	background-image:url('../media/under_bottom.jpg');
	background-repeat: repeat-x;
	z-index: 5;
}

.menu {
	position: absolute;
	top:100px;
	left: 15px;
	right: 210px;
	background-color: black;
	z-index:10;
	padding:5px;
	border: 1px solid silver;
}

.main {
	position: absolute;
	left: 15px;
	right: 210px;
	top: 155px;
	bottom: 25px;
	background-color: transparent;
	z-index:5;
}

td {vertical-align:top; }

a:link { 
	color: gray ;
	font-weight: bolder; 
	text-decoration:underline;
}

a:visited { 
	color: gray ; 
	font-weight: bolder; 
	text-decoration:underline; 
}

a:hover { color: silver; }

a:active { color: gray; }

h1 { color: navy }

h2 { color: black; font-size: 14pt }

h3 { color: #ffa500; font-size: 10pt; font-weight: bold; text-decoration: underline; text-align: left; margin: 1em 0; }

titul { color: black }

.frame-colored {
	background-color:#39F;
	color:white;
	border:1px;
	padding: 5px;
	border-style: solid;
	margin: 5px;
	margin-right: 10px;
}

.frame-red {
	border: 1px;
	padding: 5px;
	margin: 5px;
	margin-left: 0px;
	border-style: solid;
	background-color: red;
	color:white;
}

.ram {
	border: 1px solid silver;
	left: 5px;
	right: 5px;
	clear: both;
}

#novinka {
	border: 1px solid silver;
	left: 5px;
	right: 5px;
	padding: 5px;
	background-color: white;
	color: black;
}

#obsah {
	position: absolute;
	border: 1px solid silver;
	left: 10px; 
	right: 330px; 
	top: 85px;
	background-color: gray;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
}

#program {
	position: absolute;
	border: 1px solid silver;
	width: 295px;
	top: 85px; 
	right: 10px; 
	padding: 5px;
	background-color: red;
	color: white;
}

