/* ids */
#main, #foot {
	text-align: left;
	margin: 0 auto;
	width: 770px;
	}
#foot {
	color: #333;
	width: 690px;
	padding: 20px 40px;
	font-size: 11px;	
	background-image: url(../img/foot_bg.jpg);
	background-repeat: repeat-x;
	}

/* hlavicky */
#home {
	background-image: url(../img/home.jpg);
	background-repeat: no-repeat;
	height: 273px;
	}
#profil {
	background-image: url(../img/pen.jpg);
	background-repeat: no-repeat;
	height: 273px;
	}
#ceny {
	background-image: url(../img/ceny.jpg);
	background-repeat: no-repeat;
	height: 273px;
	}	
#sluzby {
	background-image: url(../img/majetek.jpg);
	background-repeat: no-repeat;
	height: 273px;
	}	
#kontakt {
	background-image: url(../img/kontakt.jpg);
	background-repeat: no-repeat;
	height: 273px;
	}
#tym {
	background-image: url(../img/tym.jpg);
	background-repeat: no-repeat;
	height: 273px;
	}
#odkazy {
	background-image: url(../img/pen.jpg);
	background-repeat: no-repeat;
	height: 273px;
	}
#majetek {
	background-image: url(../img/majetek.jpg);
	background-repeat: no-repeat;
	height: 273px;
	}


	
#second {
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	height: 130px;
	}

#seconden {
	background-image: url(../en/img/top.jpg);
	background-repeat: no-repeat;
	height: 130px;
	}

/* home table */
#left {
	float:left;
	width:210px;
	margin: 0 0 0 35px; padding:0;
	}
#right {
	float:right;
	width:210px;
	margin:0 35px 0 0; padding:0;
	}
#middle {
	margin:0 275px;
	}

#sub_content {
	float:left;
	width:260px;
	margin: 0; padding:0;
	}
#main_content {
	margin: 0 0 0 300px;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}

/* styles */
body {	
	background-color: #fff;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	text-align: center;
	color: #666;
	}
a:link, a:visited {
	color: #666;	
	}
a:hover { color: #333; }

p {
	text-align: justify;	
	}

#left p {
	text-align: left;	
	}

#second a:link, #second a:visited {
	color: #eee;	
	}
#second a:hover { color: #aaa; text-decoration: none; }

ul {
	padding-left: 18px;
	list-style-type: square;
	}
h1, h2 {
	font-size: 21px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 8px 0;
	}


.newsimg img {
	padding: 5px;
	border: 1px solid #aaa;
	}

.online {
	padding: 15px 0;
	float: right;
	width: 160px;
	text-align: left;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0px;
	color: #fff;
	}

#left strong, #middle strong, #sub_content strong {
	color: #000;
	}


.fmail {
	float: right;
	width: 200px;
	text-align: left;
	margin: 0px;
	}

/* menu */
#navcontainer {
	font-size: 13px;
	margin: 10px 20px;
	float: right;
	}
#navcontainer a {
	color: #fff;
	}

#navcontainer a:hover, #navcontainer li.active {
	font-weight: bold;
	}

#navlist {
	padding-left: 0;
	margin-left: 0;
	width: 180px;
	}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.35em;
	border-bottom: 1px solid gray;
	}
#navlist li a { text-decoration: none; }


/* menu sluzby */
#navlist_menu {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
#navlist_menu a {
	display: block;
	padding: 3px 3px 3px 35px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	}
#navlist_menu a:link, #navlist a:visited {
	}
#navlist_menu a:hover, #navlist_menu li.active {
	background-color: #369;
	color: #fff;
	}
#navlist_menu li.active a:link,  #navlist_menu li.active a:visited {
	color: #fff;
	}




