/* - - - - - - - */
/* S T R A N K A */
/* - - - - - - - */

/* oddeleni obsahu od <body> */
div#main {
	background: #F8F8F8;
}

/* oddeleni obsahu od <body> u stranek oteviranych v okne */
div#main_admin {
	background: #F8F8F8;
	margin: 8px;
}

/* horni pruh */
div#strip_top{
	background: #FEFB00 url(../images/top_img.jpg) no-repeat center left;
	position: static;
	height: 264px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}

/* dolni pruh */
div#strip_bottom{
	font: 12px Arial,Helvetica,sans-serif;
	color: #404040;
	text-align: center;
	background: #FEFB00;
	position: static;
	padding: 20px 10px 10px 10px;
	margin: 40px 0px 0px 0px;
	border-top: 1px solid black;
}


/* - - - - - - - - - - */
/* H O R N I   P R U H */
/* - - - - - - - - - - */

/* obrazek 
div#top_img{
	background: transparent;
	width: 0px;
	height: 0px;
}*/

/* texty */
div#top_text{
	position: static;
	width: 80%;
	height: 264px;
	float: right;
}

/* text 1 */
div#top_text_1{
	background: url(../images/top_text_1.gif) no-repeat center bottom;
	position: static;
	height: 133px;
	padding: 0px 0px 0px 0px;
}

/* text 2 */
div#top_text_2{
	background: url(../images/top_text_2.gif) no-repeat center bottom;
	position: static;
	height: 31px;
	padding: 10px 0px 0px 0px;
}

/* text 3 */
div#top_text_3{
	background: url(../images/top_text_3.gif) no-repeat center bottom;
	position: static;
	height: 36px;
	padding: 10px 0px 0px 0px;
}

/* hlavni menu */
div#top_text_menu{
	font: bold 14px Arial,Helvetica,sans-serif;
	color: #404040;
	text-align: center;
	position: static;
	height: 20px;
	padding: 25px 0px 0px 0px;
}


/* - - - - - - - - - - - - - - - */
/* P R O S T R E D N I   P R U H */
/* - - - - - - - - - - - - - - - */

/* leve menu (katalog) */
.center_left{
	width: 23%;
	padding: 30px 10px 10px 10px;
}

/* leve menu - horni pruh */
.menu_left_top {
	background: url(../images/menu_back_1.gif) no-repeat bottom left;
}

/* leve menu - prostredni pruh */
.menu_left_middle {
	background: url(../images/menu_back_2.gif) repeat-y left;
	padding-left: 25px;
}

/* leve menu - spodni pruh */
.menu_left_bottom {
	background: url(../images/menu_back_3.gif) no-repeat top left;
}


/* obsah stranky */
.center_right{
	width: 77%;
	padding: 30px 10px 10px 10px;
}