/* CSS Document */

html, body {
  margin:0px;
  padding:0px;
}

body {
  background: #e5e5e5 url('../img/bg.jpg') repeat-x;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
}

div#frameholder {
  width: 955px;
  margin: 0 auto;
  padding: 0;
}

div#header01 {
  width: 955px;
  height: 49px;
  background: url('../img/bg_top01.jpg') no-repeat bottom;
  float:left;
}

div#header02 {
	color: #ffffff;
  width: 955px;
  height: 152px;
  background: url('../img/bg_top02.jpg');
  float:left;
}

div#header02en {
	color: #ffffff;
  width: 955px;
  height: 152px;
  background: url('../img/bg_top02en.jpg');
  float:left;
}


div#main {
  width: 955px;
  min-height:498px;
  background: url('../img/bg_main.gif') repeat-y;
  
}

div#main-content {
  width: 955px;
  min-height:498px;
  background: url('../img/bg_main_bottom.gif') no-repeat bottom right;
  
}

div#left {
  width: 140px;
  min-height:498px;
  background: url('../img/bg_left.jpg') no-repeat top;
  float: left;
}

div#left-content {
	margin:40px 0 0 10px;
}

div#content {
  width: 639px;
  min-height:498px;
  background: url('../img/bg_main_top.jpg') no-repeat top left;
  float: left;
}

div#right {
  width: 176px;
  min-height:498px;
  float: left;
}

div#footer {
  width: 955px;
  height: 30px;
	background: url('../img/bg_bottom.jpg') no-repeat;
}


/* clears */
.clear {
  clear: both;
}

a:link          {color:#626262;font-weight:bold;text-decoration:none; margin:0; padding:0;}
a:visited       {color:#626262;font-weight:bold;text-decoration:none; margin:0; padding:0;}
a:hover         {color:#727272;font-weight:bold;text-decoration:none; margin:0; padding:0;} 

h1 {font-size:16px; color:#939393; font-weight:bold; margin:0; padding:0; text-align:right;}
h2 {font-size:14px; color:#5B5B5B; font-weight:bold; margin:0; padding:0;}
h3 {font-size:12px; color:#5B5B5B; font-weight:bold; margin:0; padding:0;}

div.menu_01 {
	width:114px;
	background: url('../img/menu_01_middle.gif') repeat-y;
	margin:3px 0 3px 0;
}

div.menu_01_top {
	width:114px;
	height:2px;
	background: url('../img/menu_01_top.gif') no-repeat;
}

a.menu_01_content {
	display:block;
  width:98px;
	padding: 3px 10px 4px 3px;
	font-weight:normal;
	color:#ffffff;
}

a.menu_01_content:hover {
	color:#ffff00;
}

div.menu_01_bottom {
	width:114px;
	height:2px;
	background: url('../img/menu_01_bottom.gif') no-repeat;
}

div.menu_02 {
	width:114px;
	background: url('../img/menu_02_middle.gif') repeat-y;
	margin-bottom:3px;
}

div.menu_02_top {
	width:114px;
	height:2px;
	background: url('../img/menu_02_top.gif') no-repeat;
}

a.menu_02_content {
	display:block;
  width:98px;
	padding: 3px 10px 4px 3px;
	font-weight:normal;
	color:#ffffff;
}

a.menu_02_content:hover {
	color:#ffff00;
}

div.menu_02_bottom {
	width:114px;
	height:2px;
	background: url('../img/menu_01_bottom.gif') no-repeat;
}



.katalog_item {width:177px; height:207px; background-image:url('../img/bg_item.gif'); background-repeat:repeat; margin-right:20px; margin-bottom:20px; float:left; border:1px solid #ffffff;}
.katalog_item_dark {width:177px; height:207px; background-image:url('../img/bg_item2.gif'); background-repeat:repeat; margin-right:20px; margin-bottom:20px; float:left; border:1px solid #cccccc;}
.katalog_item_right {width:177px; height:207px; background-image:url('../img/bg_item.gif'); background-repeat:repeat; margin-right:0px; margin-bottom:20px; float:left; border:1px solid #ffffff;}
.katalog_item_right_dark {width:177px; height:207px; background-image:url('../img/bg_item2.gif'); background-repeat:repeat; margin-right:0px; margin-bottom:20px; float:left; border:1px solid #cccccc;}
.katalog_item_content {width:168px; height:110px; margin-left:9px; margin-top:0px;}
.katalog_item_img {margin-bottom:5px; border:0px;}
.katalog_item_nazev {font-weight:bold; color:#92000a; height:25px; margin-top:1px;}
.katalog_item_cena{font-weight:bold; font-size:12px; color:#92000a;}
a.katalog_item_link:link,a.katalog_item_link:visited {font-weight:bold; font-size:12px; color:#000000;}
a.katalog_item_link:hover {color:#666666;}
.katalog_item_popis {margin-top:3px; font-size:11px; color:#000000; line-height:15px;}

.katalog_detail {width:565px; min-height:450px; margin-top:10px; background: url('../img/bg_detail.gif') no-repeat top left;}
.katalog_detail_img {width:564; height:320px; margin-left:1px;}

.input  {
 background-color : #FFFFFF;
 border-width: 1px;
 border-style: solid;
 border-bottom-color: #B7B7B7;
 border-left-color: #6F6F6F;
 border-top-color: #6F6F6F; 
 border-right-color: #B7B7B7;
 font-family: Verdana, Tahoma, Arial;
 color: #133345;
 font-size:11px;
 font-weight: normal;
 padding-left: 5px;
 padding-right: 5px;
}

.under {border-bottom: 1px solid #018ebf;}

.under2 {border-bottom: 1px solid #999999;}
