/*** CSS styles defining basic page layout* * DESIGNEO SYSTEM** This document was developed by Designeo, all rights reserved.* {@link http://www.deczka.com}** @author       Honza Michalicka <info@deczka.com>* @copyright    (c) Honza Michalicka 2006 - {@link http://www.deczka.com}* @version      1.0*//** Zakladni layout stranky* ------------------------------------------------------------------------------*/body {    color: #FFFFFF;    background: url(../img/pozadi.png) repeat top left;    text-align: center;  	font-family: "Tahoma", "Arial CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;  	font-size: 75%;  	line-height: 1.7em;}h1 {	font-size: 160%;	margin: 0.8em 0 1.8em;	}	h2 {	font-size: 120%;	}h3 {	font-size: 100%;	}a:link, a:visited { color: #A7D239; text-decoration: none; }a:hover { color: #FFFFFF; text-decoration: underline;}#page  {    width: 653px;  	text-align: left;    margin: 0 auto;    padding: 0;    position: relative;    background: #292929 ;}#page-bg  {    width: 653px;    height: 400px;	  text-align: left;    margin: 0 auto;    padding: 0;    position: absolute;}#header-part {    margin: 0px;    height:420px;    background-color: #292929;}#inside-page #header-part {    margin: 0px;    height:80px;    background-color: #292929;}#content-part {    position: relative;    top: 20px;   clear: both;   margin: 0;   padding: 0px;   min-height:130px;   _height:130px;    }#inside-page #content-part {    position: relative;    top: 30px;   clear: both;   margin: 0px;   padding: 0px;   min-height:350px;   _height:350px;    }    #content {    padding: 0px 30px;     margin:0;}#inside-page #content {    padding: 0px 20px;     margin:0;}#inside-page #footer-part {	background-color: #292929;	height: 30px;	margin: 10px;	padding: 0 0 10px 0;	clear: both;	border-top: 7px solid #A8D23A;	}#header-part object {  position: absolute;  top:10px;  right: 20px;}#content object {  position: absolute;  top:10px;  left: 30px;}/** Hlavicka stranky a logo* ------------------------------------------------------------------------------*/#header-part #img_ilustr {	 position:absolute;	 top:10px;	 left:15px;     width: 622px;	 height: 415px;   background: url(../img/main_img.jpg) no-repeat top left;}#header-part #img_panel {	 position:absolute;	 top:10px;	 left:15px;   width: 622px;	 height: 74px;   background: url(../img/top_img.png) no-repeat top left;}/** Navigace z netu* ------------------------------------------------------------------------------*/#nav {	margin: 0;	padding: 0;	height: 38px;	width: 722px;	list-style: none;	overflow: hidden;   position:absolute;   top:400px;   left:-16px;   background: url(../img/menu_bg.png) no-repeat top left;	}#nav ul { margin: 10px 0 0 0; }#nav li {	margin: 0; 	padding: 0;  list-style: none;	display: inline;	}#nav a {	float: left;	padding: 20px 0 0 0;	overflow: hidden;	height: 0px !important; 	height /**/:30px; /* for IE5/Win only */	}	#nav a:hover {	background-position: 0 -19px;	}#nav a:active, #nav a.selected {	background-position: 0 -38px;	}	#thome a  {	width: 50px;	margin: 0 20px 0 0px;	background: url(../img/thome.png) no-repeat top left;	}#tccr a  {	width: 35px;	margin: 0 20px 0 0;	background: url(../img/tccr.png) no-repeat top left;	}#tlara a  {	width: 44px;	margin: 0 20px 0 0;	background: url(../img/tlara.png) no-repeat top left;	}#tlinks a  {	width: 70px;	margin: 0 20px 0 0;	background: url(../img/tlinks.png) no-repeat top left;	}	#tnews a  {	width: 87px;	margin: 0 20px 0 0;	background: url(../img/tnews.png) no-repeat top left;	}#tguestbook a  {	width: 105px;	margin: 0 20px 0 0;	background: url(../img/tguestbook.png) no-repeat top left;	}#tcontact a  {	width: 78px;	margin: 0 20px 0 0;	background: url(../img/tcontact.png) no-repeat top left;	}#tenglish a  {	width: 30px;	margin: 0 7px 0 0;	background: url(../img/flag_en.png) no-repeat top left;	}#inside-page #nav {	margin: 0;	padding: 0;	height: 38px;	width: 688px;	list-style: none;	overflow: hidden;   position:absolute;   top:75px;   left:-16px;   background: url(../img/menu_bg.png) no-repeat top left;	}		#inside-page #nav ul { margin: 10px 0 0 0; }/** Paticka a copyright* ------------------------------------------------------------------------------*/#inside-page #footer-part p {	text-align: center;	font-size: 75%;	color: #8A908D;	padding: 0 0 10px 0;}#footer-part a { color: #8A908D; }#footer-part a:hover { color: #C0C0C0; background-color: #292929; }#footer-part  .right {float:right}label {        display: block;}
