/* INIT
-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited { text-decoration: none; }
a { color: #808080; }
a:hover { color: #b41010; }
ol, ul { list-style: none; }
legend { display: none; }

body, input, textarea, select, option, optgroup, button {
	font-family: Tahoma;
}

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

/* LAYOUT
-----------------------------------------------*/
body{
background-color:#eeede5;
background-position: center top;	margin: 0 auto;
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
}
#page{	background-position: center top;
	width: 940px;
		margin: 0 auto;}
#top{
height: 200px;
width: 100%;
}

#menu{
padding: 25px 0 0 415px;
float: left;
width: 175px;

}

#menu ul{
	float: left;
width: 175px;

}
#menu li{
	float: left;
	width:140px;
		height: 31px;
}

.onas{width: 137px; margin-bottom: 12px;}
.meble{width: 104px; margin-bottom: 15px;}
.kontakt{width: 137px;}


#menu a {
	float: left;
	width:170px;
		height: 31px;

}
#menu a:hover {
	background-image: url(../images/hover.png); 	
	background-repeat: no-repeat;
	background-position:left;
	margin-right: 10px;	
}

#submenu{
/*width: 100%;*/
height: 27px;
padding: 10px 0 0 478px;
}

#submenu a{
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #d3cac6;
}
#submenu a:hover{
color: #b3816b;
}
span{
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bolder;
	color: #b3816b;
	margin: 0 4px;
}
#content{
width: 100%;
float: left;
}
p.intro{
	padding-top: 2px;
	color: #3f3e3c;
	font-family: times new roman;
	font-size: 16px;
}
#coll{
	width: 400px;
	float: left;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #5f5e5b;padding: 10px 0px;	text-align:justify;
	
}
#colr{
width: 432px;
background-image:url(../images/colr.jpg);
background-repeat:no-repeat;
float: right;
height:465px;
padding: 20px 43px 20px 50px;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #5f5e5b;
	text-align:justify;
}
#colr img{
border: 1px solid #806b62;
margin: 0 6px 8px 0;

}
h1{
	font-family:  "Times New Roman";
	color:#8e786e;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	padding: 5px 0 4px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdc9c1;
}
h2{
	font-family:Arial;
	color:#806b62;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

#footer{
	clear:both;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cdc9c1;
	border-bottom-color: #cdc9c1;
	padding: 12px 12px;
		font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #a89a90;

}

#footer a{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #a89a90;
}

#footer a:hover{
	color: #72716d;
}
	/* FORM
-----------------------------------------------*/
#form2{ margin-top: 10px ;}
input.text{
	margin-bottom: 1px;
	background-color: #fff;
	border: 1px solid #8e786e;
	width: 165px;
}
input.text:focus, textarea.text:focus{
	border: 1px solid #8e786e;	
}
textarea.text{	
	margin-top: 3px;
	background-color: #fff;
	border: 1px solid #8e786e;
	width: 165px;
}
input.btn{
	margin: 10px 0 0 55px;
	background-color: #fff;
	border: 1px solid #8e786e;
	color: #4B4B4B;
	height: 20px;
	padding-bottom: 1px;
}
input.btn:active{
	background-color: #8e786e;
	color: #fff;
}
