﻿.box
{
    background-position: left top;
    border-width: 1px;
    border-color: #edeceb;
    width: 190px;
    margin-bottom: 25px;
    background: url(images/box_top.jpg) no-repeat left top;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding-top: 3px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.box_teaser_titel
{
    font-size: 1.1em;
    color: #000000;
}

.box_teaser
{
    font-size: .9em;
    color: #666666;
    padding-top: 5px;
}

.box_teaser a
{
    color: #0066FF;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

.box_teaser a:hover
{
    font-weight: bold;
    text-decoration: underline;
}