@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:15px;
	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-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:#3D363B;text-decoration:none;cursor:pointer;
}
a:hover{color:#E00000;
}
div.menu {float:right; width:100px; padding: 55px 0 0 0; text-align: center; font-size: 24px; font-weight: bold}
div.home {background: url('../images/home.png') no-repeat 50% 0;}
div.home:hover {background: url('../images/home_hover.png') no-repeat 50% 0; text-decoration: overline;}
div.profile {background: url('../images/profile.png') no-repeat 50% 0;}
div.profile:hover {background: url('../images/profile_hover.png') no-repeat 50% 0; text-decoration: overline;}
div.product {background: url('../images/product.png') no-repeat 50% 0;}
div.product:hover {background: url('../images/product_hover.png') no-repeat 50% 0; text-decoration: overline;}
div.service {background: url('../images/service.png') no-repeat 50% 0;}
div.service:hover {background: url('../images/service_hover.png') no-repeat 50% 0; text-decoration: overline;}
div.gallery {background: url('../images/gallery.png') no-repeat 50% 0;}
div.gallery:hover {background: url('../images/gallery_hover.png') no-repeat 50% 0; text-decoration: overline;}
div.contact {background: url('../images/contact.png') no-repeat 50% 0;}
div.contact:hover {background: url('../images/contact_hover.png') no-repeat 50% 0; text-decoration: overline;}
/* TOP MENU */

.body_shade {
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #79CDFB, #ffffff);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #79CDFB, #ffffff);
	/* IE 10 */
	background: -ms-linear-gradient(top, #79CDFB, #ffffff);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #79CDFB, #ffffff);	
}
/* Div Eye */
div.eye {float: right; font-size: 18px; color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
div.eye:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #B90000; 
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
div.eye:hover, div.eye:focus, div.eye:active {color: #ffffff;}
div.eye:hover:before, div.eye:focus:before, div.eye:active:before {
  -webkit-transform: scale(0);
  transform: scale(0); 
}
/* Div Eye */

.link {
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	background:#B90000; color: #ffffff; padding: 5px 15px 5px 15px; border: 1px solid #B90000;
	border-radius: 15px; 
}
.link:hover {
	background: #3D363B; color: #ffffff;
	border: 1px solid #dddddd;
}

.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;
}