/* standart styles */
body {
	margin:0px 0px 0px 0px; 
	background-image:URL("bg.gif"); 
	background-repeat:repeat-x; 
	background-position:top;
	background-color:#ffffff;
}
body, td {
	font-family:"Arial CE", Arial, sans-serif;
	font-size:12px;
	vertical-align:top;
}

/* Horni lista */
.gt {width:100%; height:39px; background-image:URL("gt1.gif");}
.gt2 {float:right; width:14px; height:39px; background-image:URL("gt2.gif");}
.gt3 {float:right; width:200px; height:39px; background-image:URL("gt3.gif");}
.topmenu {
	position:absolute;
	top:6px;
	left:5px;
}
.topmenuitem {
	float:left;
	padding-right:10px;
}
.topmenuitem a {color:#666c73; text-decoration:none;}
.topmenuitem a:hover {color:#ff0000;}
.topmenuitem a.sel {color:#000000; font-weight:bold; text-decoration:none;}
.topmenuitem a.sel:hover {color:#ff0000;}

/* zahlavi */
.header {
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	height:100px;
}

.logo {
	float:left;
	width:50%;
	text-align:left;
}
.ilustration {
	float:left;
	width:50%;
	text-align:right;
}

/* hlavni menu */
.gmenu {width:100%; height:44px;}
.gm1 {width:20px; height:44px; background-image:URL("gm1.gif");}
.gm2 {width:10px; height:44px; background-image:URL("gm2.gif");}
.gm3 {width:3px; height:44px;	background-image:URL("gm3white.gif");}
.gm4 {width:22px;	height:44px; background-image:URL("gm4.gif");}
.gm5 {height:44px; background-image:URL("gm5.gif");}

.menuitem {
	width:150px;
	height:auto;
	text-align:center;
	padding-top:23px;
	padding-bottom:6px;
	background-image:URL("gm3.gif");	
}
.menuitem a {color:#666555; font-weight:bold; text-decoration:none;}
.menuitem a:hover {color:#ff0000;}
.menuitem a.sel {color:#000000; font-weight:bold; text-decoration:none;}
.menuitem a.sel:hover {color:#ff0000;}

/* submenu */
.submenu {
	width:210px;
	padding:0px;
}
.submenuitem {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
}
.submenuitem a {color:#666c73; text-decoration:none;}
.submenuitem a:hover {color:#ff0000;}
.submenuitem a.sel {color:#000000; font-weight:bold; text-decoration:none;}
.submenuitem a.sel:hover {color:#ff0000;}

/* Obsah */
.maincontent {
	width:100%;
	padding-top:10px;
}

/* Dolni lista */
.gb {width:100%; height:15px; background-image:URL("gb3.gif");}
.gb1 {float:left; width:200px; height:15px;	background-image:URL("gb1.gif");}
.gb2 {float:left; width:16px;	height:15px; background-image:URL("gb2.gif");}

.item {padding:10px;}
.itemtitle {color:#ff0000; font-weight:bold;}
.itembody {}
.itemilutration {padding:5px; width:210px;}

.linever {
	width:2px;
	background-color:#a1acb8;
}
.linehor {
	width:98%;
	height:2px;
	color:#a1acb8;
	background-color:#a1acb8;
}

th {
	font-size: 12px;
	vertical-align:top;
	text-align:left;
}
td {
	vertical-align:top;
}

