/**
* Cascading Style Sheet for POLYPHENIA
*
* @author Matthias Nothhaft
* @date 2004-04-26
*/

body {
    margin:  0px;
    padding: 0px;
    /*background: #eeeeff;*/
    background: #ddddff url(hintergrund.gif) no-repeat bottom;
    color: #000066;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
}

h1 {
    text-align: right;
    font-size: 22px;
    color: #cc0000;
    border-bottom: 1px dashed #6666cc;
}

h2 {
    text-align: left;
    font-size: 19px;
    color: #cc0000;
}

h3 {
    text-align: left;
    font-size: 16px;
    color: #cc6600;
    margin-bottom: 6px;
}

.nomargin {
    margin: 0px;
}

h4 {
    text-align: left;
    font-size: 13px;
    color: #cc6600;
    margin: 0px 0px 4px 0px;
}

.box {
    text-align: center;
    font-size: 13px;
    color: #cc6600;
    margin: 0px 0px 12px 0px;
    border: 1px solid #ffffff;
    background: #ffeebb;
    padding: 3px;
}

td {
    font-family: Arial, Helvetica, sans-serif;
}

.img {
    margin: 3px 10px 15px 3px;
}

.price {
    padding: 3px;
    background-color: #ffffff;
    color: #ff9900;
    font-size: 18px;
    font-weight: bold;
    display:inline;
}

.price_small {
    text-align: left;
    padding: 1px 1px 2px 5px;
    background-color: #ffffff;
    color: #ff9900;
    font-size: 13px;
    font-weight: bold;
    width: 66px;
}


a:link {
    font-family: Arial, Helvetica, sans-serif;
}

a:visited {
    font-family: Arial, Helvetica, sans-serif;
}

a:hover {
    font-family: Arial, Helvetica, sans-serif;
}

a:active {
    font-family: Arial, Helvetica, sans-serif;
}

a.text:link {
    color: #003399;
    text-decoration: underline;
}

a.text:visited {
    color: #003399;
    text-decoration: underline;
}

a.text:hover {
    color: #0000ff;
    text-decoration: none;
}

a.text:active {
    color: #0000ff;
    text-decoration: none;
}


a.navi-main:link {
    font-size: 16px;
    color: #999999;
    text-decoration: none;
}

a.navi-main:visited {
    font-size: 16px;
    color: #999999;
    text-decoration: none;
}

a.navi-main:hover {
    font-size: 16px;
    color: #ccccff;
    text-decoration: none;
    background: #000099;
}

a.navi-main:active {
    font-size: 16px;
    color: #ccccff;
    text-decoration: none;
    background: #000099;
}


a.navi-main-active:link {
    font-size: 16px;
    color: #000099;
    text-decoration: none;
    font-weight: bold;
}

a.navi-main-active:visited {
    font-size: 16px;
    color: #000099;
    text-decoration: none;
    font-weight: bold;
}

a.navi-main-active:hover {
    font-size: 16px;
    color: #0000cc;
    text-decoration: none;
    font-weight: bold;
}

a.navi-main-active:active {
    font-size: 16px;
    color: #0000cc;
    text-decoration: none;
    font-weight: bold;
}

/* sub navigation */

a.subnavi:link {
    font-size: 13px;
    color: #0000ff;
    text-decoration: none;
}

a.subnavi:visited {
    font-size: 13px;
    color: #0000ff;
    text-decoration: none;
}

a.subnavi:hover {
    font-size: 13px;
    color: #0000ff;
    text-decoration: underline;
}

a.subnavi:active {
    font-size: 13px;
    color: #0000ff;
    text-decoration: none;
}


a.subnavi-active:link {
    font-size: 13px;
    color: #eeeeff;
    text-decoration: none;
    font-weight: bold;
}

a.subnavi-active:visited {
    font-size: 13px;
    color: #eeeeff;
    text-decoration: none;
    font-weight: bold;
}

a.subnavi-active:hover {
    font-size: 13px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

a.subnavi-active:active {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}


/* Footer links */

a.footer:link {
    color: #9999ff;
    text-decoration: none;
}

a.footer:visited {
    color: #9999ff;
    text-decoration: none;
}

a.footer:hover {
    color: #6666cc;
    text-decoration: underline;
}

a.footer:active {
    color: #6666cc;
    text-decoration: none;
}

.footer {
    color: #9999ff;
}

td.navi_main {
    background: #dddddd;
    padding-left: 8px;
    padding-right: 8px;
   /* border-left: 1px solid #9999cc;
    border-top: 1px solid #9999cc;
    border-right: 1px solid #9999cc; */
}

td.navi_main_active {
    background: #9999cc;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
}

div.subnavi {
    border-bottom: 2px solid #993300; 
    background: #ffdd99; 
    padding: 2px 5px 4px 6px;
}

div.subnavi-active {
    border-bottom: 2px solid #993300; 
    background: #ff9900; 
    padding: 2px 5px 4px 6px;
}

div.subheader {
    font-size: 11px;
    margin: 0px;
}

div.page {
    margin-left: 12px;
    margin-right: 12px;
}

div.absatz {
    margin: 4px 16px 24px 16px;
}


li {
    padding: 3px;
    color: #000066;
}

table.headline {
    border-bottom: 1px dashed #ff9966;
    margin-bottom: 10px;
}

.agb {
    font-size: 11px;
    text-align: justify;
}

td.cell {
    background: #ddddff;
}

/*
td {
    text-align: left;
}*/
