body {
	background-image: url("../images/design/bg.gif");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.obal {
	margin: 0 auto; 
	padding: 0; 
	width: 990px; 
	text-align: left; 
}

#logo {
	margin-left: 9px;
}

#flash_border {
	background-image: url("../images/design/flash_border.png");
	background-position: top center;
	background-repeat: no-repeat;
	width: 969px;
	height: 518px;
	position: relative;
}

#flash {
	padding: 19px;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

#menu_layer {
	background-image: url("../images/design/menu.png");
	background-position: top center;
	background-repeat: repeat-x;
	height: 47px;
	text-align: center;
	margin: 20px 0px;
}

#menu {
	margin: 0 auto; 
	padding: 10px 0px; 
	width: 970px; 
	text-align: left;
	color: White;
	font-family: tahoma, arial, sans-serif;
	font-size: 14pt;
}

#menu a:link, #menu a:visited {
	color: #CFCFCF;
	text-decoration: none;
	margin: 0px 10px;
}

#menu a:active, #menu a:hover {
	color: White;
}


.highlight_left, .current_left {
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 9px;
	height: 80px;
	position: relative;
	bottom: 27px;
	float: left;
	margin-right: 10px;
}

.highlight_right, .current_right {
	background-image: none;
	background-position: right;
	background-repeat: no-repeat;
	height: 80px;
	padding-right: 9px;
}

.highlight_middle, .current_middle {
	background-image: none;
	background-position: center;
	background-repeat: repeat-x;
	height: 80px;
}

.highlight_content, .current_content {
	padding-top: 27px;
	text-align: center;
}

.current_left {
	background-image: url("../images/design/current_left.png");
}

.current_right {
	background-image: url("../images/design/current_right.png");
}

.current_middle {
	background-image: url("../images/design/current_middle.png");
}

.current_content span {
	margin: 0px 10px;
}

#main_top, #main_bottom, #main_middle {
	width: 969px;
	position: relative;
}

#main_top {
	background-image: url("../images/design/main_top.png");
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 9px;
}

#main_bottom {
	background-image: url("../images/design/main_bottom.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 9px;
}

#main_middle {
	background-image: url("../images/design/main_middle.png");
	background-position: center;
	background-repeat: repeat-y;
}

#main_content {
	padding: 19px;
}

#footer {
	background-image: url("../images/design/footer.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 969px;
	height: 36px;
	color: #9f9f9f;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
}

.footer_left, .footer_right, .footer_center {
	margin: 13px 20px 0px 20px;
}

.footer_center {
	float: left;
	text-align: center;
	
}

.footer_left {
	float: left;
	width: 32%;
	text-align: left;
}

.footer_right {
	width: 32%;
	float: right;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #9f9f9f;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: White;
	text-decoration: none;
}

/* Ramecek okolo obrazku */
.ramecek_tl {
	background-image: url("../images/ramecek/tl.png");
	background-repeat: no-repeat;
	background-position: top left; 
}

.ramecek_tr {
	background-image: url("../images/ramecek/tr.png");
	background-repeat: no-repeat;
	background-position: top right;
}

.ramecek_bl {
	background-image: url("../images/ramecek/bl.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.ramecek_br {
	background-image: url("../images/ramecek/br.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.ramecek_ml {
	background-image: url("../images/ramecek/ml.png");
	background-repeat: repeat-y;
	background-position: left;
}

.ramecek_mr {
	background-image: url("../images/ramecek/mr.png");
	background-repeat: repeat-y;
	background-position: right;
}

.ramecek_tm {
	background-image: url("../images/ramecek/tm.png");
	background-repeat: repeat-x;
	background-position: top;
}

.ramecek_bm {
	background-image: url("../images/ramecek/bm.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

.ramecek_content {
	padding: 19px 19px 17px 19px; 
}

.ramecek_content img {
	border: none;
}




