/*
 *        aws-design - style
 */
* {
        margin: 0;
        padding: 0;
}
body
{
        margin: 0;
        padding: 0;
        font: 14px verdana, sans-serif;
        color: #d4aa7f;
        background: #a50;
}

/* ...................... SCHRIFTFORMAT ...................*/
h1, h2, h3
{

}
h1
{
        font-size: 110%;
        margin: 10px;
        padding: 10px;
}
h2
{
        font-size: 100%;
        margin: 12px;
}
h3
{
        font-size: 85%;
        margin: 5px;
        font-weight: lighter;
}
p
{
        margin: 10px;
        padding: 10px;
}
#left p
{
        font-size: 100%;
        margin: 5px 5px 5px 10px;
        font-weight: lighter;
}
/* ..................ende SCHRIFTFORMAT ...................*/

/* ......................  BOXEN ..........................*/
#outbox
{
         margin: 20px auto 0 auto;
         width: 985px;
}
#header
{
         margin: 0;
         width: 985px;
         height: 170px;
         background: url(../../bilder/logo.jpg);
}
#navi
{
         text-align: center;
         padding: 0;
         width: 985px;
         height: 24px;
         border-bottom: 1px solid #000;
         background: url(../../images/bg_navi_foot.jpg);
}
#inbox
{
         padding: 0;
         width: 985px;
         height: 600px;
         background: #000;
}
#left
{
        float: left;
        border-right: 1px dotted #a50;
        width: 150px;
        height: 100%;
        text-align: left;
        background: transparent;
}
#center
{
        color: #d4aa7f;
        float: left;
        width: 682px;
        height: 100%;
        overflow: auto;
        background: transparent;
}
#right
{
        float: right;
        border-left: 1px dotted #a50;
        width: 150px;
        height: 100%;
        text-align: right;
        background: transparent;
}
#footer
{
        position: relative;
         text-align: center;
         font-size: 85%;
         color: #d4aa7f;
         padding: 4px 0 0 0;
         margin-top: 0;
         border-top: 1px dotted #a50;
         width: 985px;
         height: 30px;
         background: url(../../bilder/bg_footer.jpg) repeat-x;
}
#footer ul
{
         padding: 0;
         display: inline;
        list-style-type: none;
}
#footer li
{
         border-right: 1px solid #d4aa7f;
         padding: 0 7px;
         display: inline;
}
#mailbox
{
         margin: 0 5px 0 5px;
         float: left;
        border: 0;
        width: 235px;
        height: 140px;
        text-align: left;
        background: transparent;
}
/* ......................  ende BOXEN ......................*/

/* ...................... NAVIGATION .......................*/
#navi ul
{
        margin: 0;
        padding: 5px;
        list-style-type: none;
}
#navi li
{
         padding: 0;
         display: inline;
}
#navi li a
{
        color: #000;
         text-decoration: none;
        padding: 5px 7px;
         font-weight: bold;
}
#navi li a:hover
{
        color: #d4aa7f;
        text-decoration: none;
         padding: 5px 7px;
         font-weight: bold;
        background: url(../../images/button_over.jpg);
}
#navi li a:active
{
        color: #000;
        text-decoration: none;
         padding: 5px 7px;
         font-weight: bold;
        background: #d4aa7f;
}
#footer li a
{
        color: #d4aa7f;
         text-decoration: none;
}
#footer li a:hover
{
        color: #a50;
        text-decoration: none;
}
a:link
{
        color: #a50;
         text-decoration: none;
}
a:hover, a:active
{
        color: #000;
         text-decoration: none;
         background: #d4aa7f;
}
a:visited
{
        color: #000;
         text-decoration: none;
}
/* .................. ende NAVIGATION .......................*/

/* .................. Die Classes ...........................*/

.p_left {
        text-align: left;
}
.p_center {
        text-align: center;
}

.p_right {
        text-align: right;
}
.p_news
{
         margin: 0 0 0 183px;
         font-size: 85%;
         width: 355px;
         height: 15px;
         border-right: 1px solid #000;
         border-bottom: 1px solid #000;
}
input
{
        border: 1px solid #000;
        width: 170px;
        height: 15px;
        background: #d4aa7f;
}
select
{
        border: 1px solid #000;
        height: 17px;
        background: #d4aa7f;
}
.button
{
        border: 0;
         font-size: 100%;
        color: #d4aa7f;
        background: #d4aa7f url(../../images/button_send.jpg);
        width: 85px;
        height: 20px;
}
fieldset
{
         margin: 0 15px 0 15px;
         padding: 5px;
        background: #d4aa7f;
        color: #000;
        border: 1px solid #a50;
}
legend
{
        font-weight: bold;
}
textarea
{
        border: 1px solid #000;
        width: 220px;
        height: 80px;
        background: #d4aa7f;
}

.logo
{
         position: absolute;
         background: url(../../images/logo_aws_bl.gif) no-repeat;
         width: 120px;
         height: 120px;
         left: -25px;
         top: -70px;
}
.inbild_start
{
         float: left;
         margin: 30px;
         border: 0;
}
.inbilders_l
{
        float: left;
         margin: 10px;
         border: 0;
}
.inbild_ebay
{
        float: left;
         margin: 5px;
         border: 0;
}
.inbilders_r
{
        float: right;
         margin: 0 15px 2px 15px;
         border: 0;
}
.valid
{
        position:relative;
         top: 250px;
         margin: 15px;
         border: 0;
}
.zanox
{
        margin-left: 15px;
         border: 0;
}
.li_letzte
{
        border: 0 !important;
}
/* ..............ende Die Classes ...........................*/

/* .............. E O F .....................................*/