@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(../images/Yanone.woff) format('woff');
}
body{
	font-family: 'Yanone Kaffeesatz';
	font-size:16px;
	color:#575757;
	background:url(../images/bg.jpg) no-repeat 50% 0; 
	background-repeat:repeat-x;
    background-position:top left;
    background-attachment:fixed
}
.clear { clear: both; }
*{padding:0;}
.img_curve {
border: 5px solid #70B32F;
	border-top-left-radius: 50px; 
	border-top-right-radius: 50px;
}
.img_round {
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
}
.iborder { 
	border:1px solid #cccccc; padding:10px; background: #ffffff;
}

/* TOP MENU */
ul, li{
list-style:none;}
a{
color:#333;text-decoration:none;cursor:pointer;
}
a:hover{color:#c00;
}
.mm2 {margin: auto; width: 915px; margin: 0 0 0 8px; overflow:hidden; text-align:left}
#mm ul {padding:0; margin:0;}
#mm ul li a {font-size: 18px; color: #ffffff; padding: 5px 20px 5px 20px; margin: 10px 0 10px 0; line-height:30px; float:left; border-right: 1px solid #A3CE27;}
#mm ul li a:hover {background:#A3CE27; color: #ffffff}
#mm ul .active a, #mm ul .active ul li a, #mm ul .active ul li a:hover {color:#FFF;background:#;}
#mm li .act{ background:#06383F; color:#ffffff; text-decoration:none; }
#mm ul .last a {border-right: none}
/* TOP MENU */

.banner_shade {
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #4CA040, #DDDDDD);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #4CA040, #DDDDDD);
	/* IE 10 */
	background: -ms-linear-gradient(top, #4CA040, #DDDDDD);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #4CA040, #DDDDDD);	
}

.body_shade {
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #E39614, #ffffff);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #E39614, #ffffff);
	/* IE 10 */
	background: -ms-linear-gradient(top, #E39614, #ffffff);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #E39614, #ffffff);	
}

.link {
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	background:#79663A; color: #ffffff; padding: 5px 15px 5px 15px; border: 1px solid #79663A;
	border-radius: 15px; 
}
.link:hover {
	background: #4C0314; color: #ffffff;
	border: 1px solid #B19F77;
}

.textArea { 
	border-right : 1px solid #a2aeb9; 
	overflow : auto; 
	border-top : 1px solid #a2aeb9; 
	font-size : 11px; 
	border-left : 1px solid #a2aeb9; 
	color : #000000; 
	border-bottom : 1px solid #a2aeb9; 
	font-family : Verdana;
	font-size: 12px;
	background-color : #ffffff; 
	padding: 5px;
}
.button {
	background: #126C79;
	border: 1px solid #BED5FA;
	color: #ffffff;
	font-size: 11px;
	float:right;
	margin: 5px 0 0 10px;
	padding: 2px 10px 2px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.button:hover {
	background: #199DAF;
	color: #ffffff;
}