html {
         min-height: 101%;
}
body {
        color: #341e08;     
        text-align:left;
        margin:0px;
        padding:0px;
        font-family: "Trebuchet Ms", Tahoma;
		background:url('../images/bg_niebo.jpg') no-repeat top center;
        white-space:normal;
        font-size:12px;
}

a { 
	color:#1c5d7d }
a:hover {
	color:#61a3b6 }
.content {	
	text-indent:10px;
	padding-bottom:10px;
	}
.highlight {
	color:#1c5d7d;
	text-decoration:underline;
}
.bg1 {
    background: url('images/bg_lewa.jpg') top left no-repeat;
    position:absolute;
    width:600px;
    height:auto;
    z-index:1;
    top:90px;
    left:0;
}
.bg2 {
	background:url(../images/bg_zaglowki.png) no-repeat bottom center;
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    top:10%;
    left:1;
}
.bg3 {
    background:url(../images/bg_trawa.png) bottom left repeat-x;
    width:100%;
    height:50px;
    position:absolute;
    z-index:1;
    top:107%;
    left:0;
}
.wraper {
        width:802px;
        margin:0 auto;
        position:relative;
        z-index:3;
}

.top_1 {
	height:auto; 
	background:#fff;
	border:5px solid #fbe7a3;
}
.top_2 {
	padding:10px;
	height:auto;
}

.bottom_contakt {
	background:#c1e3ec;
	top:90%;
	padding:5px;
}
.bottom_menu {
	text-align:right;
	font-weight:bold;
	padding-right:5px;
	color:#FFF;
	background:#84bcc7;
	padding:3px;
}
.menu{
	margin:0; 
	padding:0;
	font-weight:bold;
	list-style:none; 
	z-index:4;
	width:60px;
	position:absolute;
	}
	
.menu ul{
	left:-55px;
	width:60px;
	}
.menu li{
	padding:0;
	margin:0 0 1px 0;  
	display:block; 
	}
.menu li a{
	text-align:right;  
	padding:0px 5px;
	display:block;  
	text-decoration:none; 
	margin-top:5px; 
	color:#341e08
	}
.menu li a:hover{
	color:#fff
	}
.menu li a.active, .menu li a.active:hover{
	color:#fff
	}
.menu li a span{
	line-height:20px;
	}

.form_button {
	background: #F5410F none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:3px solid #F52D0F;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:lowercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;	
}

.form_input {
	width:200px;
	font-family: "Trebuchet Ms", Tahoma;
	font-size:12px;
	color:#341e08;
	line-height:13px;
	font-weight:normal;
	border:#333 1px solid;
	padding:3px;
	margin:5px;
}
.form_submit {
	font-family: "Trebuchet Ms", Tahoma;
	font-size:12px;
	color:#fff;
	background:#341e08;
	line-height:13px;
	font-weight:normal;
	border:#333 1px solid;
	padding:3px;
	margin:5px;
}
