body, table {
font-family: arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height: 160%;
margin: 0;
color:#777;  
}


h1, h2, h3 {
color: #777;
font-size: 24px;
font-family: 'arial', Tahoma, sans-serif;
margin-top: 0.2em;
  margin-bottom: 1.0em;
line-height: 100%;
font-weight:normal;  
}

h2 {
font-size: 18px;
}

h3 {
font-size: 12px;
  text-transform:uppercase;
  margin-bottom: 0.5em;
}

hr {
border: 0px; /* Für Firefox und Opera */
border-top: solid 1px #C1D78F;
  padding:6px;
border-bottom: solid 1px #fff; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}


a, a:visited { color: #666; text-decoration: underline; font-weight:normal; }

a:hover { color: #666;text-decoration: underline; font-weight:normal}

a img { border: none }


/*********** NEWS CONTENT ***********/
.verlauf {
#999; /* for non-css3 browsers */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79c000', endColorstr='#96d32e'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#79c000), to(#96d32e)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #79c000,  #96d32e); /* for firefox 3.6+ */
padding:10px 20px;
font-size:24px;
color:#fff;
}
.news_content {
border:1px dashed #c1c1c1;
font-size: 12px;
margin-top:1px;
padding:10px 20px;
}
.news_box {
height:286px;
overflow-y:auto;
}

.box {
opacity: 0.9;
background-color: #bcea60; 
padding: 10px; 
border-radius: 7px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}

.box:hover {
opacity: 1.7;
-webkit-box-reflect: none;
-webkit-box-shadow: 0px 0px 20px #333333;
-moz-box-shadow: 0px 0px 20px #333333;
box-shadow: 0px 0px 20px #333333;
-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
background-color: #bcea60; 
padding: 10px; 
border-radius: 7px;
}
