/* Stylesheet */
@import url("navigation.css");



@import url(import/areas.css);
@import url(import/navi.css);
@import url(import/login.css);
@import url(import/admin.css);
@import url(import/newsletter.css);
@import url(import/supporthotline.css);
@import url(import/currencies.css);
@import url(import/content.css);
@import url(import/details.css);
@import url(import/review.css);


* {
        margin:0;
        padding:0;
        font-family:Arial, Verdana, sans-serif;
        font-size:11px;
        color:#555;
}

body {
        background:url(../images/gradient.jpg) left top repeat-x;
        background-color:#fff;
}

a img {
        border: 0;
}

.clear {
        overflow:hidden;
}

.cF {
        clear:both;
}

div#col_1 h3 {
        margin:0 0 5px 0;
        font-size:12px;
        color:#fff;
}

div#col_1 h4 {
        width:765px;
        height:14px;
        margin:10px 0;
        padding:0 10px;
        background-color:#06598d;
        font-size:10px;
        color:#fff;
}
div#col_2 h1, .moduleHeading {
        font-size: 14px;
        color: #7F0001;
        margin-bottom: 5px;
        font-weight: bold;
}
div#col_2 h2, .smallHeading, .contentsTopics {
        font-size: 13px;
        color: #7F0001;
        margin-bottom: 5px;
        font-weight: bold;
}
div#col_2 h3 {
        font-size: 12px;
        color: #7F0001;
        margin-bottom: 5px;
}
div#col_2 p {
        margin-bottom: 10px;
}

/* alte Styles */
td.main {
        line-height: 1.5;
        padding:10px;
}
.login_table {
        background-color: #ffcccc;
}
.onepxwidth {
        width: 1px;
}
TR.headerError {
  background-color: #ffcccc;
}

TR.headerMessage {
        background-color: #00CC33;
}
TD.headerError {
  background: #ffbbbb;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #bbffbb;
  font-weight: bold;
  text-align: center;
}
.messageStackError, .messageStackWarning { background-color: #ffbbbb; }
.messageStackSuccess { background-color: #bbffbb; }







/* Produktliste bei Zusammenfassung */

td.dist {
        padding-bottom:10px;
}

td.item {
        font-weight:bold;
}

/* Neue Adresse */

td.newAdd {
        padding-left:10px;
}











.calendar {
        width:180px; /* Standard: 220px */
        background-color: #C3C3C3;
        /*border: 1px solid #555555;*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin:0px;
        padding:0px;
        text-align:center;
}
.calendar th {
        background-color: #555555;
        font-weight: bold;
        height: 18px; /* Standard: 20px */
        color:#fff;
}
.calendar .header {
        background-color: #7F0001;
        font-weight: bold;
        height: 20px; /* Standard: 24px */
        color: #FFFFFF;
}
.calendar .footer {
        background-color: #7F0001;
        font-weight: bold;
        font-size:0.8em;
        color: #FFFFFF;
        width:100%;
}
.calendar td {
        width: 22px; /* Standard: 22px */
        height: 20px; /* Standard: 20px */
        text-align: center;
        font-size:0.9em;
        padding: 2px;
        color:#000;
}
.calendar .today {
        width: 18px; /* Standard: 18px */
        height: 16px; /* Standard: 16px */
        background-color: #7F0001;
        padding: 2px;
        border: 1px solid #000000;
}

.calendar .link {
        width: 18px;
        height: 16px;
        background-color: #7F0001;
        padding: 2px;
        /*border: 1px solid #000000;*/
}

.calendar a, .calendar a:link, .calendar a:hover {
        font-weight: bold;
        text-decoration: none;
        color: #fff;

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
        /*background-color: #5670B3;*/
        color: #ffffff;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
        width: 100%;
        background-color: #5670B3;
        color: #ffffff;
}