/* CSS Document */
/*******************************************************************************
All pages
*******************************************************************************/
*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body, html{
	height: 100%;
}

a{
	color: Black;
}

a:hover{
	color: red;
}

body{
	background-color: rgb(255,255,255);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url('imgs/pozadi.gif');
}

#pagediv{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#pagecenterdiv{
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-color: white;
	min-height: 100%;
	_height: 100%;
}

#menu{
	overflow: hidden;
	height: 30px;
}

#menu a{
	position: relative;
	margin-top: 1px;
	top: 0px;
}

#menu a:hover, #menu #menu_selected{
	position: relative;
	margin: 0px;
	top: -30px;
}

#mainpage{
	background-color: White;
	padding: 10px 20px 10px 20px;
	font-size: 0.8em;
}

#copyright{
	font-size: x-small;
}

.okno {
	border: 1px solid gray;
	background-image: url('imgs/form.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}

/*******************************************************************************
Katalog category detail
*******************************************************************************/
.katalog_overwiev{
	height: 150px;
	width: 33%;
	text-align: center;
	vertical-align: top;
	font-size: 0.8em;
}

.wiev_details_header{
	padding-left: 10px;
	padding-bottom: 20px;
}

.wiev_details_img{
	width: 80px;
	padding-bottom: 5px;
}

.wiev_details_img img{
	float: right;
}

.wiev_details_label a{
	text-decoration: none;
	padding-left: 10px;
	font-size: 12px;
	vertical-align: middle;
}

.wiev_details_label a:hover{
	text-decoration: underline;
}

/*******************************************************************************
Katalog details
*******************************************************************************/
.odkaz_katalog{
	text-decoration: none;
}
.odkaz_katalog:hover{
	text-decoration: underline;
}

#productname{
	background-color: #F6F6F6;
	border-bottom: 2px solid #CCCCCC;
	font-weight: bold;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

#symbols{
	width: 40px;
	vertical-align: bottom;
}

#image{
	width: 300px;
	vertical-align: top;
}

#popis, #technicke_data, #technicke_data td{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
}

#technicke_data_nadpis{
	background-color: #F6F6F6;
	border-bottom: 2px solid #CCCCCC;
	font-weight: bold;
	height: 20px;
	font-size: small;
	padding-left: 15px;
	padding-right: 15px;
}

/*******************************************************************************
Katalog category overwievs
*******************************************************************************/
.cat_img{
	width: 20%;
	text-align: center;
	padding-bottom: 25px;
	vertical-align: top;
}

.cat_img a{
	text-decoration: none;
}

.cat_img a:hover{
	text-decoration: underline;
}

/*******************************************************************************
Servis, prodejci
*******************************************************************************/
#servis_a_prodejci{
	width: 860px;
	border: 1px solid #ACB2B4;
}

#servis_a_prodejci th{
	font: x-small;
	border: 1px solid #747E84;
	background-color: #747E84;
	text-align: left;
	color: white;
}

#servis_a_prodejci td{
	font: x-small;
	border: 1px solid #747E84;
	background-color: #ACB2B4;
	color: white;
}

#servis_a_prodejci a{
	color: white;
	text-decoration: none;
}

#servis_a_prodejci a:hover{
	color: white;
	text-decoration: underline;
}