@charset "utf-8";
body{
background:url(../images/bg.jpg) repeat-x #754c00;
color:#573800;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
img a{border:0;}

a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline;}
.container{

width:650px;
margin:0 auto;
margin-top:5px;
}
.header{
height:165px;
background:url(../images/header.jpg) no-repeat;
}
.menu{
height:60px;
background:url(../images/menu_bg.jpg);
position:relative;
}
.content{
height:410px;
overflow:auto;
background:url(../images/page_bg.jpg);
}
.footer{
height:95px;
background:url(../images/footer_bg.jpg);
position:relative;
}
.menu a.onas{
display:block;
width:110px;
height:60px;
position:absolute;
left:30px;
background:url(../images/onas.jpg) no-repeat;
}
.menu a.onas:hover,.menu a.onas_active{
display:block;
width:110px;
height:60px;
position:absolute;
left:30px;
background:url(../images/onas_active.jpg) no-repeat;
}
.menu a.oferta{
display:block;
width:110px;
height:60px;
position:absolute;
left:168px;
background:url(../images/oferta.jpg) no-repeat;
}
.menu a.oferta:hover,.menu a.oferta_active{
display:block;
width:110px;
height:60px;
position:absolute;
left:168px;
background:url(../images/oferta_active.jpg) no-repeat;
}
.menu a.kontakt{
display:block;
width:110px;
height:60px;
position:absolute;
left:319px;
background:url(../images/kontakt.jpg) no-repeat;
}
.menu a.kontakt:hover,.menu a.kontakt_active{
display:block;
width:110px;
height:60px;
position:absolute;
left:319px;
background:url(../images/kontakt_active.jpg) no-repeat;
}

.content .text{
	padding:20px 50px;
	line-height:17px;
	text-align: justify;
}
.footer_copy{
	position:absolute;
	text-align:center;
	right:25px;
	height: 20px;
	width: 600px;
	display: block;
	top: 40px;
}

.text ul li{
list-style:circle inside;
line-height:13px;
}

.inputtext{
background-color:#F3F1EB;
font-size:11px;
padding:2px;
border:1px solid #DDC88F;
width:250px;
}


.inputtextarea{

background-color:#F3F1EB;
font-size:11px;
padding:2px;
width:250px;
border:1px solid #DDC88F;}

table, table tr, table tr td{
vertical-align:top;

}
.kontakt tr td{
padding:2px;

}
