@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(../images/Yanone.woff2) format('woff2'), url(../images/Yanone.woff) format('woff');
}
body{
	font-family:Yanone Kaffeesatz;
	font-size:12px;
	color:#3D363B;
	background: #ffffff url(../images/bg.png) repeat-y 50% 0; 
}
.clear { clear: both; }
*{padding:0;}
.img_curve_all {
border: 5px solid #EBBC6F;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.img_round {
border: 5px solid #EBBC6F;
-webkit-border-radius: 75px;
-moz-border-radius: 75px;
border-radius: 75px;
}
.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: 970px; margin: 0 0 0 8px; overflow:hidden; text-align:left}
#mm ul {padding:0; margin:0;}
#mm ul li a {font-size: 15px; color: #ffffff; padding: 5px 20px 5px 20px; margin: 10px 0 10px 0; line-height:30px; float:left; border-right: 1px solid #3D363B;}
#mm ul li a:hover {background:#3D363B; color: #ffffff}
#mm ul .expanded a {background:#640209; color: #ffffff;}
#mm ul .active a, #mm ul .active ul li a, #mm ul .active ul li a:hover {color:#FFF;background:#3D363B;}
#mm li .act{ background:#960B4D; color:#ffffff; text-decoration:none; }
#mm ul .last a {border-right: none}
/* TOP MENU */
.body_shade {
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#E5E1CB), color-stop(0.25, #EEEDED), color-stop(0.5, #E5E1CB), color-stop(0.75, #EEEDED), to(#E5E1CB));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #E5E1CB, #EEEDED, #E5E1CB, #EEEDED, #E5E1CB);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #E5E1CB, #EEEDED, #E5E1CB, #EEEDED, #E5E1CB);
	/* IE 10 */
	background: -ms-linear-gradient(top, #E5E1CB, #EEEDED, #E5E1CB, #EEEDED, #E5E1CB);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #E5E1CB, #EEEDED, #E5E1CB, #EEEDED, #E5E1CB);	
}
.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: #4A4A4A;
	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: #580227;
	color: #ffffff;
}