body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFAF0;
	behavior: url("css/hover.htc");
}
.nezobrazuj {
	display: none;
}
.resetovac {
	clear: both;
}
img {
	border: none;
}
h2 {
	margin-top: 0px;
}
.form_button {
	BACKGROUND-COLOR: #BEC4B6;
	COLOR: Black;
	FONT-FAMILY: Verdana, Tahoma, Trebuchet MS, sans-serif, MS Sans Serif, Arial, Helvetica;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	BORDER: 1px solid Silver;
	height : 20px;	
	cursor: pointer;
}


/* -- ---------------------- ------------------------------------------------------------------------------------------------------------*/
#stranka-celek {
	width: 980px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;


}
/* -- PORADI PRVKU NA STRANCE ------------------------------------------------------------------------------------------------------------*/
#top {
	position: absolute;
	width: 980px;
	text-align: left;
}
#bottom {
	position: absolute;
	padding-top: 144px;
	width: 980px;
	text-align: left;
	background-color: #6F8064;
}
/* -- HLAVICKA --------------------------------------------------------------------------------------------------------------------------*/
#hlavicka {
	width: 980px;
	height: 118px;
	background: url(../grafika/stavhaus/hlavicka.jpg) no-repeat top;
}
#hlavicka .logo {
	padding-left: 120px;
	padding-top: 40px;
}
#hlavicka H2{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	padding-top: 30px;
	font-size: 1.2em;
	color: #005200;
}

/* -- NAVIGACE --------------------------------------------------------------------------------------------------------------------------*/
#navigace {
	width: 980px;
	height: 26px;
	background: url(../grafika/stavhaus/navigace.jpg) no-repeat top;
}
.menu-horizont {
	color: #FF9316;
	padding-left: 170px;
	width: 640px;
	float: left;
	padding-top: 3px;
}
.menu-horizont a{
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	color: #ffffff;				
	font-size: .8em;
}
.menu-horizont a:hover{
	color: #eeda78;
}
.menu-horizont a.select{
	color: #eeda78;
	text-decoration: underline;				
}
#hlavicka .hledej {
	width: 160px;
	float: right;
}

/* -- PATICKA -----------------------------------------------------------------------------------------------------------------------------*/
#paticka {
	width: 980px;
	height: 24px;
	clear: both;
	background: url(../grafika/stavhaus/bg_paticka.jpg) no-repeat left;
	border-top: 20px solid #6F8064;
}
#paticka .right {
	float: right;
	width: 150px;
	font-size: .75em;	
	color: #F8F4DF;
	padding-top: 5px;

}
#paticka .right a {
	color: #F8F4DF;
}
#paticka .right a:hover {
	color: #F08100;
}

/* -- MENU LEVA STRANA --------------------------------------------------------------------------------------------------------------------*/
#sloup-left{
	float: left;
	width: 160px;
	height: 400px;
	min-height: 400px;
	padding-top: 20px;
	padding-right: 5px;

}
#sloup-left .menu {
	margin: 0px;
	padding: 0px;
	display: block;		
	text-align: right;
}
#sloup-left .menu lu {

}
#sloup-left .menu li {
	list-style: none;
	padding-left: 15px;
	padding-bottom: 8px;	
}
#sloup-left .menu  a{
	text-decoration: none;
	color: #F8F4DF;
	font-size: .9em;
}
#sloup-left .menu  a:hover{
	color: #eeda78;
}
#sloup-left .menu  a.select{
	color: #eeda78;
	text-decoration: underline;
}
#sloup-left .menu li.sub-li a {
	padding-left: 10px;	
}

#sloup-left .menu a.color{
	color: #FFBD70;
}
#sloup-left .menu a:hover.color{
	color: #FFA235;
}
#sloup-left .menu a.color-select{
	color: #FFA235;
	text-decoration: underline;	
}

/* -- PRAVA STRANA --------------------------------------------------------------------------------------------------------------------*/
#obsah-right{
	float: right;
	width: 150px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #F8F4DF;
}
#obsah-right h3 {
	margin-bottom: 8px;
	padding-bottom: 12px;	
	background: url(../grafika/stavhaus/oddelovac.gif) repeat-x bottom;	
}
#obsah-right .datum {
	color: #F08100;
	margin-top: 0px;
	font-size: .8em;
	font-weight: bold;	
}
#obsah-right .nadpis {
	color: #F08100;
	font-weight: bold;	
	font-size: .9em;
}
#obsah-right h4{
	font-size: .8em;		
	margin: 0px;
}

#obsah-right p {
	font-size: .8em;
	margin: 2px 0px 8px 0px;
	padding-top: 0px;	
	padding-bottom: 10px;
	background: url(../grafika/stavhaus/oddelovac.gif) repeat-x bottom;
}
#obsah-right .detail {
	color: #F8F4DF;
	text-decoration: none;
	font-weight: bold;
}
#obsah-right .detail:hover {
	color: #F08100;
}
#obsah-right .hr {
	margin-top: 10px;
}

/* -- FORM HLEDEJ -----------------------------------------------------------------------------------------------------------------------------*/
#obsah-right .hledani{
	margin-top: 20px;
}

#obsah-right .form-hledej {
	margin:0px 0px 0px 0px;
}
#obsah-right .input-hledej {
	FONT-SIZE: 12px;
	border : 1px solid #97928E;
	height : 15px;	
	background-color: #BEC4B6;	
	margin-top: 3px;
	margin-right: 5px;
}


/* -- HLAVNI OBSAH -----------------------------------------------------------------------------------------------------------------------*/
#obsah {
	float: left;
	color: #453E22;
	font-size: .8em;
	padding: 10px;
	margin: 10px;	
	background-color: #F9F4E0;
	color: #3f582f;
	width: 610px;
	margin-top: 25px;
	min-height: 500px;
	_height: 500px;				
}
#obsah a{
	color: #6F8064;
	text-decoration: underline;
}
#obsah a:hover{
	color: #F08100;
	text-decoration: underline;
}

#obsah h2{
	font-size: 1.4em;
}


/* -- HLAVNI OBSAH HOME-------------------------------------------------------------------------------------------------------------------*/
#obsah-home {
	float: left;
	color: #453E22;
	width: 635px;
	padding-left: 15px;
	margin-top: 25px;		
}
#obsah-home a{
	text-decoration: none;
}
#obsah-home .home-td {
	width: 193px;
	height: 168px;
	&height: 166px;
	vertical-align: bottom;
	border: 2px solid transparent;
	cursor: pointer;
	_border: none;	

}
#obsah-home .home-td:hover {
	border: 2px solid #DD8315;
}
#obsah-home h3 {
	color: #064B27;
	padding: 0px;
	margin-bottom: 5px;
	font-size: .9em;
	padding-left: 10px;	
}
#obsah-home .prvek-1 {
	width: 205px;
	height: 175px;
	background: url(../grafika/stavhaus/prvek_1.jpg) no-repeat top;
	float: left;
	padding-top: 7px;	
	margin-right: 10px;	
}
#obsah-home .prvek-2 {
	width: 205px;
	height: 175px;
	background: url(../grafika/stavhaus/prvek_2.jpg) no-repeat top;
	float: left;
	padding-top: 7px;	
	margin-right: 10px;	
}
#obsah-home .prvek-3 {
	width: 205px;
	height: 175px;
	background: url(../grafika/stavhaus/prvek_3.jpg) no-repeat top;
	float: left;
	padding-top: 7px;	
}
#obsah-home .prvek-4 {
	width: 205px;
	height: 175px;
	background: url(../grafika/stavhaus/prvek_4.jpg) no-repeat top;
	float: left;
	padding-top: 7px;	
	margin-right: 10px;		
}
#obsah-home .prvek-5 {
	width: 205px;
	height: 175px;
	background: url(../grafika/stavhaus/prvek_5.jpg) no-repeat top;
	float: left;
	padding-top: 7px;	
	margin-right: 10px;		
}
#obsah-home .prvek-6 {
	width: 205px;
	height: 175px;
	background: url(../grafika/stavhaus/prvek_6.jpg) no-repeat top;
	float: left;
	padding-top: 7px;	

}


/* -- PRVEK 7 -------------------------------------------------------------------------------------------------------------------*/
#obsah-home .prvek-7 {
	width: 634px;
	height: 130px;
	background: url(../grafika/stavhaus/prvek_7.jpg) no-repeat top;
	float: left;
	_float: none;	
	padding-top: 10px;
}
/*
#obsah-home #text-left {
	float: left;
	text-align: center;
	margin-left: 140px;
	_margin-left: 70px;
}
#obsah-home #text-right {
	float: right;
	text-align: right;	
	margin-right: 20px;
	_margin-right: 60px;	
	margin-top: 20px;	
}*/
#obsah-home .prvek-7 a {
	color: #CB5606;
	font-weight: bold;
}
#obsah-home .prvek-7 a:hover {
	color: #ffa235;
}
#obsah-home .prvek-7 .text-left {
	float: left;
	text-align: center;
	width: 177px;	
	_width: 247px;		
	margin-left: 140px;
	_margin-left: 70px;
}
#obsah-home .prvek-7 .text-right {
	float: right;
	text-align: right;	
	width: 297px;	
	margin-right: 20px;
	margin-top: 20px;
	_width: 227px;		
	_position: absolute;
	_margin-right: 90px;
}

/* -- KONTAKTNÍ FORMULÁØ ------------------------------------------------------------------------------------------------------------------*/
.form-nadpis{
	text-align: left;
	padding-left: 100px;	
	font-weight: bold;
}

.form-popis-left{
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

