/** zakladni tagy  **/

body {
	background-color: white;
	background: url(../pic/bg_body.png) repeat-x;
	margin: 0px;
}	

body, html {
	font-size: 100%;
	font-family : Trebuchet, Arial, Sans-serif;
}

#main {
	width: 891px;
	background-color: white;
}


#menu {
	width: 345px;

	float: left;
	background: url(../pic/menu-bg.png) left top no-repeat;
}

#menu em{
	display: block;
	width: 165px;
	float: right;		
	color: white;
	padding: 10px;
	font-style: normal;
	font-size: 75%;
	font-weight: bold;
}
#menu .blue { color:#1d3872;}

#menu span {
	display: block;
	float: right;
	width: 210px;
	background: #678abd url(../pic/bg-aline.png) right repeat-y;
}
#menu a{
	display: block;
	width: 180px;
	float: right;		
	color: white;
	padding: 5px;
	font-style: normal;
	font-size: 65%;
	text-decoration: none;
	border-bottom: 1px solid #b6c8e1;
}
#menu a:hover { background-color:#e87817;}

#topmenu2 {
	background: url(../pic/bg-menu2.jpg) no-repeat;
	height: 300px;
}




#obsah {
	width: 510px;
	float: right;
	margin-right: 20px;
}

#obsah .nadpis {
	display: block;
	padding-top: 20px;
	padding-left: 10px;
	background: url(../pic/h1.gif) left top no-repeat;
	color: #0e204d;
	font-size: 110%;
}
h1, h2 {color:#0e204d;	font-size:110%; margin:0px; padding:0px;}
h1 b, h2 b {color:#ff7600;}
h2 {padding-left:10px}

#obsah p { padding-left: 10px; color:#58585a; line-height:150%; font-size:80%; text-align:justify}

#obsah .submenu { padding-left: 10px; display:block}
.category_menu, #obsah .submenu a {font-size:75%; font-weight:bold; color:#e87817; text-decoration:none}
.category_menu, #obsah .submenu a:hover {text-decoration:underline}

.category_menu {font-size:100%; text-decoration:none;}
.category_menu:hover {text-decoration:underline;}


#footer {clear:both; width:891px; text-align:right; font-size:70%; padding:5px; border-top:3px solid #e2e2e2; color:#6b90c2;}
/*
#footer span {
	float: right;
	background-color: #d9d9d9;
	width: 520px;
	color: #aeadad;
}
*/
#footer a {color: orange; text-decoration:none}


#footer small {	padding: 4px;	display: block;}



/* produktove seznamy, tabulka  */

.product_list {width:100%; border:0px; border-top:1px solid orange; margin-top:20px; margin-bottom:20px}
.product_list TD {border-bottom:1px solid orange; vertical-align:top; padding:10px}
.product_list A {font-weight:bold; color:#e87817; text-decoration:none}
.product_list A:hover {text-decoration:underline;}


/* CSS - Span tabulka */

.tab_1 {position:absolute; border-bottom:1px solid silver; width:500px}
.tab_2 {margin-left:300px; color:black; padding-bottom:2px}


/* Inaxes tabulka */

.inaxestab {font-size:80%; color: #0e204d; margin-left:5px}
.inaxestab td {padding:5px}



/* Formular */
.FormBlock { font-size: 80%; padding: 7px;}
#_elemFirma, #_elemJmeno, #_elemAdresa, #_elemTel, #_elemEmail, #_elemPoptavka { border: 1px solid silver; background: #e9eef5;}


/* Popisek v galerii */
.GalleryDesc { display: block; width: 100%; clear: both; text-align: center; font-weight: bold; margin-bottom: 15px;}

