/*
   var. 1 = #F5C567 = rgb(245,197,103)
   var. 2 = #897A5C = rgb(137,122, 92)
   var. 3 = #5D3F04 = rgb( 93, 63,  4)
   var. 4 = #FDE0A8 = rgb(253,224,168)
   var. 5 = #FDF1D9 = rgb(253,241,217)

*/

* {
	padding: 0px;
	margin: 0px auto;
}

html, body {
	height: 100%;
}

body {
	font-size: 12px;
	font-family: Arial,  Sans-serif, Hevletica;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-image: url(./gfx/page_bg.jpg);
	background-repeat: repeat-x;
}

/* table {
	margin: auto;
}*/

img {
	border: none;
	border-width: 0px;
}

a {
	text-decoration: none;
	color: #000;
}

#frame {
	margin: auto;
	width: 960px;
	background-image: url(./gfx/content_back.gif);
	background-repeat: repeat-y;
	min-height: 100%;
/*	height: 100%;*/
}

#header {
	width: 960px;
	height:	219px;
}

#header .banner {
	width: 960px;
	height:	210px;
	background-image: url(./gfx/banner.jpg);
	background-repeat: no-repeat;
}

#header .menu_bg {
	width: 200px;
	height:	9px;
	background-image: url(./gfx/menu_up_bg.jpg);
	background-repeat: repeat-x;
	float: left;
}

#header .page_bg {
	width: 760px;
	height:	9px;
	background-image: url(./gfx/page_up_bg.jpg);
	background-repeat: repeat-x;
	float: left;
}

#page {
	width: 960px;
	padding-bottom: 20px;	/* kolko je vyska footer */
}

#left {
	width: 200px;
	background-image: url(./gfx/menu_bg.jpg);
	background-repeat: repeat-x;
	float: left;
}

#content {
	width: 760px;
	float: left;
}

#menu {
	margin: 5px 0;
	width: 100%;
	float: left;
}

/*										prva uroven menu	*/
div#menu ul {
	list-style-type: none;
	margin-left: 12px;
}

div#menu ul li {
	margin-top: 4px;
	color: #333333;
}

div#menu li a {
	color: #333333;
	display: block;
}

div#menu ul li a:hover, div#menu ul li.menu_click, div#menu ul li.menu_click a {
	color: #CC0000;
}

/*										druha uroven menu	*/
div#menu ul li.menu_click ul li a, div#menu ul li ul li a  {
	font-size: 11px;
	color: #666666;
}

div#menu ul li.menu_click ul li.menu_click a, div#menu ul li.menu_click ul li a:hover  {
	color: #CC0000;
}

div#menu hr {
	margin: 10px 0;
	height: 1px;
	background: #666665;
	border-width: 0;
}

.clear {
	clear: both;
}

div#footer {
	height:	20px;
	margin:	-20px auto 0 auto;
	text-align:	center;
	width:	960px;
	line-height: 20px;
	color: #666666;
	font-size: 9px;
}

div#footer_author {
	background-color: #F5C567;
	width:	200px;
	float: left;
}

div#footer_author a {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

div#footer_author a:hover {
	color: #CC0000;
}

div#footer_copyright {
	background-color: #FDF1D9;
	text-align:	center;
	width:	760px;
	float: left;
}

h1 {
	padding: 9px 0;
	font-size: 16px;
	color: #C02103;
	font-weight: bold;
	text-transform:	uppercase;
}

#content_page {
	margin: 0 10px;
}

div#obsah p {
	line-height: 1.3em;
	margin-bottom: 1em;
}

div#obsah a {
	color: #666666;
	text-decoration: underline;
}

div#obsah a:hover {
	color: #CC0000;
	text-decoration: underline;
}

div#products_group_popis {
	margin-bottom: 15px;
}

div#products_content {

}


#admin_edit_page {
	color: #FFFFFF;
	background-color: #5D3F04;
	padding: 6px;
	margin-bottom: 10px;
}

.menu_list1 {
	color: #000000;
}

.menu_list1:hover, .menu_list1_click, .menu_list1_click:hover {
	color: #CC0000;
}

.menu_list2 {
	color: #666666;
	padding-left: 15px;
}

.menu_list2:hover, .menu_list2_click, .menu_list2_click:hover {
	color: #CC0000;
	padding-left: 15px;
}

input.button, .button {
	border: 1px solid #FF6000;
	background-color: #FDC570;
	font-size: 11px;
}

.button, .button a {
	color: #000000;
	padding: 2px;
}














.dialog_box
{
	padding: 5px 15px 5px 15px;
	background-color:#A9BDFF;
	border-color: #5275E8;
	border-style: solid;
	border-width: 1px;
}

.dialog_box span#dialog_text
{
	font-size : 16px;
	font-weight : bold;
	color : #D81E05;
	text-align : center;
	padding-left: 15px;
	padding-right: 5px;
}
.dialog_box td#dialog_button_table
{
	text-align : center;
	padding-left: 15px;
	padding-right: 5px;
}

.dialog_button, .dialog_button:hover
{
	border: 			1px solid #E9E9E9;
	background-color:	#5275E8;
	font-size:			11px;
	color: 				#FFFFFF;
	font-weight:		normal;
	padding:			2px 5px;
	display:block;
    vertical-align: middle;
	text-decoration:none;
}

.dialog_button:hover {
	color: 				#FFFFFF;
	background-color:	#AB1414;
}

.dialog_button_space
{
	padding-right: 5px;
}

.error {
	color: 				#FF0000;
	font-weight: 		bold;
}

.warning {
	color: 				#FF0000;
	font-size:			11px;
	font-weight: 		bold;
}

.question {
	color: 				#FF0000;
	font-size:			13px;
	font-weight: 		bold;
}


select.comboBox, input.textBox, textarea.textAreaBox, input.checkBox {
	border: 			1px solid #666666;
	background-color:	#FFFFFF;
	color:				#000000;
	font-size:			11px;
	font-weight: 		normal;
}

input.fileBox {
	border: 			1px solid #666666;
	background-color:	#FFFFFF;
	color:				#000000;
	font-size:			11px;
	font-weight: 		normal;
}

.required {
	background-color:	#FFF0C8;
	color: 				#000000;
}

.required.disabled {
	border: 			1px solid #333333;
	background-color:	#666666;
	color: 				#EEEEEE;
}

select.disabled, input.disabled, textarea.disabled {
	background-color:	#999999;
	color: 				#EEEEEE;
}

select.required, input.required, textarea.required {
	background-color:	#FFF0C8;
	color: 				#000000;
	border: 			1px solid #666666;
}

input.button, .button {
	border: 			1px solid #FF6000;
	background-color:	#FDC570;
	font-size:			11px;
	color: 				#000000;
	font-weight:		normal;
	padding:			0px;
}

.button, .button a, .button a:hover {
	color: 				#000000;
	text-decoration:	none;
	font-weight:		normal;
	padding-top:		2px;
	padding-bottom:		2px;
	padding-left:		2px;
	padding-right:		2px;
}

.big, .big a, .big a:hover {
	height: 16px;
	display: block; 
}

.xsmall {
	width:				50px;
}

.small {
	width:				100px;
}

.smallx {
	width:				150px;
}

.medium {
	width:				200px;
}

.mediumx {
	width:				250px;
}

.large {
	width:				300px;
}

.largex {
	width:				350px;
}

.xlarge {
	width:				400px;
}

.xxlarge {
	width:				450px;
}

.fullSize {
	width:				100%;
}

