html{
	width: 100%;
	background-color: #fff;
}


body{
background: url(../base.jpg);
margin: 0;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

header, nav, main, section, article, footer{
display: block;
margin: 0;
}


#head{
background-color: #fff;
margin: 0 auto;
display: block;
min-width: 980px;
}

#head image{
border: none;
}

#logo{
	width: 1024px;
	display: block;
	margin: 0 auto;
}

#imglogo{
	width: 200px;
	display: block;
	margin: 20px 50px 30px 120px;
	float: left;
}

#headcontainer{
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

header a{
	text-decoration: none;
}

h1{
	text-align: center;
	margin: 0;
	font-size: 50px;
	color: #2F793C;
}

h2{
	text-align: center;
	margin: 0;
	margin-top: 10px;
	color: #D5695B;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 4px;
	font-family: 'Century Gothic';
}

.osm{
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #D5695B;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: 'Century Gothic';
	margin-top: 10px;
}
#top-phone {margin-bottom:20px;}
#top-phone a {color:#CC3300;text-decoration:none;}

h4{
margin: 15px 0 2px 0;
font-size: 18px;
font-weight: normal;
font-style: italic;
font-family: sans-serif;
}

h3{
margin: 15px 0 2px 0;
font-size: 20px;
font-weight: normal;
font-style: italic;
Font-family: sans-serif;
}


.bold{
font-weight: bold;
}


#navigation{
background-color: #fff;
margin: 0 auto;
width: 1024px;
display: block;

}

#navigation ul{
margin: 0 0 2px 0;
width: 974px;
height: 40px;
padding: 0 25px;
}

#navigation li{
display: block;
float: left;
margin: 10px 60px;
font-size: 20px;
text-decoration: none;
font-size: 17px;
letter-spacing: 1px;
}

#navigation a{
color: #006633;
}

.navigationhr{
margin: 0 auto;
color: #ccc;
}

#content{
background-color: #fff;
padding: 1px 40px 20px 40px;
width: 944px;
margin: 0 auto 40px auto;
}

main p{
text-indent: 20px;
text-align: justify;
margin: 10px 0;
}

article{
padding: 0 15px;
}

hr{
margin: 15px 0;
}


footer{
background-color: #666;
margin: 0 auto;
height: 110px;
}

footer p{
font-size: 14px;
margin: 0;
color: #fff;
margin-top: 20px;
}

#social{
height: 50px;
margin: 0px auto;
width: 135px;
padding-top: 20px;
}

#social p{
margin: 5px 0;
text-align: center;
}

.clear{
	clear: both;
	display: block;
	float: none;
}

#plImg{
	width: 242px;
    margin: 15px 0px 0px 48px;
    border: 1px solid #000;
    padding: 1px;
}

@-moz-document url-prefix() {
	#navigation ul li{
		margin: 10px 54px;
	}
}

.telcolumn ul li a, .adres ul li a{color:#CC3300;text-decoration:none;}
