
	/* *****************start min 480px - max 760px width **********************/
@media only screen and (min-width: 481px) and (max-width: 980px) {

.container {
	position:relative;
	max-width:780px;
	min-width:481px;
	height:auto;
	border-left:6px #a8cc72 double;
	border-right:6px #a8cc72 double;
	border-bottom:6px 	#a8cc72 double;
}
.heading {
	max-width:780px;
	min-width:481px;
	min-height:200px;
	
	background-color: #6ba322;

	background: -moz-linear-gradient(#6ba322, #a8cc72);
	background:-webkit-linear-gradient(#6ba322, #a8cc72);
	background:-o-linear-gradient(#6ba322, #a8cc72);
	background:linear-gradient(#6ba322, #a8cc72);

}
div {
	
}
.header-left {
	float:left;
	width:25%;
	height:auto;
}

.header-left img {
	height:auto;
	width:100%;
}
.header-right {
	float:left;
	width:75%;
	min-height:200px;
	overflow:hidden;

}
.header-right  img {
	width:auto;
	height:200px;
	/*border-bottom-left-radius:60px;*/
	overflow:hidden;

}
.logo-berry {
	position:absolute;
	top:40px;
	left:17px;
	width:150px;
	height:auto;
	clear:both;
}


a.topmenu:link,a.topmenu:visited,a.topmenu:active {
    color:#936e40;
}
a.topmenu:hover {
    color: green;
}
.content {
	min-height:450px;
	padding:20px 0 40px 0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.centrebox {
	width:80%;
}


.clearfloat { 
	line-height: 1px;
}

.imagebox-left {
	position:relative;
	margin:0 auto;
	max-width: 200px;
	margin-bottom:20px;
	clear:both;
	}

.image-texbox ul {
	margin-left:20px;
}
.image-texbox li {
	text-align: left;
}
.imagebox-right {
	position:relative;
	margin:0 auto;
	max-width: 200px;
	margin-bottom: 20px;
	clear:both;
	}

.image-texbox {
	position:relative;
	margin:0 auto;
	width:80%;
	text-align: center;
	}

table.mainpage {
	width:100%;
	margin:0 auto;
}

.copyright {
	color: #4C7223;
}

#table {
	display:inline-block;
	
}

.containerbox {
	width:80%;
}
iframe.iframe-contact
{
	height:350px;
	width:90%;
}
.light {
	color:#8e9990;
}
.copyright {
	background-color: rgba(253,251,238,0.8);
}
a.foot {
	background-color: rgba(253,251,238,0.8);
}
a.foot:link {
	
	color: #8C4A2F;
	}
a.foot:visited {
	
	color: #8C4A2F;
}
a.foot:hover, a:active, a:focus { 
	color:#406318;
}
.copyright {
	color: #73679c;
	}
}