/* ids */
#tBottom {
	margin-left: 19px;
	margin-right: 23px;
}
#motiv {
	background-image: url(img/motiv_top.jpg);
	background-repeat: no-repeat;
	width: 567px;
	height: 160px;
}
#bottom {
	background-image: url(img/bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 101px;
}
#bottom a:hover {
	color: #5C90B3;
}
#bgmenu {
	background-image: url(img/bgmenu.gif);
	background-repeat: repeat-y;
}
#main {
	background-image: url(img/bg_main02.gif);
	background-repeat: no-repeat;
	width: 544px;
	background-color: #5C90B3;
	vertical-align: top;
}
#obsah {
	padding-left: 35px;
	padding-right: 30px;
	padding-bottom: 25px;
}
#podsekce {
	text-align: right;
	margin-bottom: 5px;
}

/* elements */
body {
	background-image: url(img/bg.gif);
	margin: 0px;
}
h2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
p,div,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited {
	color: #C2D6E3;
	/*color: #000000;*/
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.bottom:link, a.bottom:visited {
	color: #000000;
	text-decoration: underline;
}
a.bottom:hover {
	color: #000000;
	text-decoration: none;
}

/* classes */
.padleft {
	padding-left: 27px;
}
.padleft2 {
	padding-left: 42px;
}
A.button:link, A.button:visited, A.button:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-image: url(img/bg_button.gif);
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
}
.title {
	margin-top: 20px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.novinky {
	padding-left: 42px;
	padding-bottom: 20px;
	padding-right: 30px;
	width: 311px;
}
.aktmenu {
	/*padding-left: 30px;*/
	padding-bottom: 20px;
	padding-right: 30px;
	width: 233px;
}
.obrNovinka {
	border-right: 5px solid #ffffff;
	margin-right: 15px;
}
.white {
	color: #ffffff;
}
.lightblue {
	color: #c2d6e3;
	border: 1px solid #c2d6e3;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100px;
}
.bglightblue {
	background-color: #c2d6e3;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 300px;
}
.cenik {
	border-collapse: collapse;
	background-color: #78A4C0;
}
.cenik td {
	border: 1px solid #C2D6E3;
	/*color: White;*/
}
.cenik .cena {
	/*color: #5c90b3;*/
	background-color: #c2d6e3;
	font-weight: bold;
}
.cenik .cenablack {
	color: #000000;
	background-color: #c2d6e3;
	font-weight: bold;
}