body {
    margin: 0px;
    padding: 0px; 
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    position: relative;      
}

p {
    margin-top: 5px;
}

a:link,a:visited {
    color: #52801a;
    text-decoration: none;
}

a:hover {
    color: #00c6ff;
    text-decoration: none;
}

form {
    margin: 0px;
    padding: 0px;
}

fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

fieldset.gruene_seiten select,
fieldset.gruene_seiten input {
    margin-right: 20px;
}

select {
    margin: 0px;
}

input {
    border: 1px solid #1b3001;
    background-color: #e9e9e9;
    margin: 2px 0px;
    color: #1b3001;
    font-size: 11px;
}

textarea {
    border: 1px solid #1b3001;
    background-color: #e9e9e9;
    color: #1b3001;
    font-size: 11px;
    margin: 2px 0px;
}

input[type="submit"], input[type="button"] {
    font-weight: bold;
    color: #1b3001;
    padding-left: 10px;
    font-size: 12px;
    background-color: transparent;
    background-image: url(http://je.dbs02.rm-intern.de/images/pfeil_rechts_dunkelg_small.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 5px 7px;
    border: 0 none;
    text-align: left;
}

input[type="submit"].fancy_small_white {
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
    background-color: transparent;
    background-image: url(http://je.dbs02.rm-intern.de/images/pfeil_rechts_white_small.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 5px 7px;
    border: 0 none;
    text-align: left;
}

input[type="submit"].orange {
    color: #fa7c00;
    background-image: url(http://je.dbs02.rm-intern.de/images/pfeil_rechts_orange_small.gif);
}

input[type="submit"]:hover, input[type="button"]:hover {
    color: #00c6ff;
    background-color: transparent;
    background-image: url(http://je.dbs02.rm-intern.de/images/pfeil_rechts_cyan_small.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 5px 7px;
}
