
.-header_first {
    height: 69px;
    background: #aec905;
}
/* ----- NEWSTEASER ----- */
/* 4-culumn version */
.column_quarter.text.teaser {
    width: 300px;
}

.teaser-text .column_quarter.text {
    width: 100%;
}
.teaser-text .column_quarter.text .col {
    width: 200px;
}
.column_quarter {
    width: 700px;
	-background: #ff0000;
    margin-top: 25px;
    margin-bottom: 25px;
}

.column_quarter .col {
    float: left;
    position: relative;
    width: 210px;
}

.column_quarter .col {
    margin-right: 20px;
}

.column_quarter .col h3 {
	font-size: 14px;
    line-height: 20px;
	color: #049eab;
}

.column_quarter .col span.date {
    font-size: 10px;
    color: #aaa;
}

.column_quarter .col .teaser_img {
    margin: 0;
    height: 110px;
    width: 215px;
    background: #efefef;
    overflow: hidden;
}

.column_quarter .col .teaser_img p {
    width: 205px;
    height: 100px;
    display: block;
    margin-top: -105px;
    background: #fff;
    opacity: 0.5;
    padding: 5px;
    border-bottom: 15px solid #fff;
}

.column_quarter .col .teaser_img:hover p {
    margin-top: 0;
    opacity: 0.9;
    transition: all 0.4s;
    moz-transition: all 0.4s; /* Firefox 4 */
    webkit-transition: all 0.4s; /* Safari and Chrome */
    o-transition: all 0.4s; /* Opera */
}

.column_quarter .col .teaser_img p a {
    display: none;
}

.column_quarter .col .teaser_img:hover p a {
    display: block
}

.column_quarter .col a.more {
    text-decoration: none;
    color: #9ba21b;
	font-size: 14px;
    text-align: left;
    display: block;
    line-height: 20px;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    -right: 0;
}

.column_quarter .col a.more:hover {
    color: #99cc01;
}

#menu {
float: left;
-width: 24%;
margin-left: 1%;
}
#menu .navigation {
    -display: inline;
}
#menu .navigation li {
    list-style: none;
}
#menu .navigation li a {
    text-decoration: none;
    font-size: 13px;
	font-weight: bold;
    line-height: 24px;
    color: #049eab;
    display: block;
}

#menu .navigation li a:hover,
#menu .navigation li a.active {
    color: #eb6502;
    font-weight: bold;
}

#menu .navigation li ul li {
    margin-left: 8px;
    display: none;
}
#menu .navigation li a.active+ul>li {
    display: block;
}

#menu .navigation li ul li a {
    padding-left: 5px;
    border-bottom: 1px dotted #ccc;
}
#menu .navigation li ul li a.first {
    border-top: 1px dotted #ccc;
}
.twitter {
float:left;
 margin-bottom: 10px;
}
