﻿.Aktion_Suchen
{
    background-image: url(Images/Suchen.gif);
    background-repeat: no-repeat;
    width: 400px;
    height: 40px;
}

.Aktion_Suchen_Textbox
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    width: 255px;
    float: left;
    padding-left: 3px;
    padding-top: 7px;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.Aktion_Suchen_Button
{
    float: left;
    margin-left: 15px;
    padding-top: 4px;
}

.Aktion_Button
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: white;
    text-decoration: none;
    height: 18px;
    width: 196px;
    display: block;
    padding-left: 4px;
    padding-top: 22px;
}

.Aktion_Button:visited
{
    color: white;
}

.Aktion_Button:hover
{
    color: white;
    text-decoration: underline;
}