/*
    Document   : style.css
    Author     : Michael Xander
    Copyright  : Michael Xander | Pfeiffer-Verpackung.de
    Description: Site Stylesheet
*/

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #0F0F0F;
}

a:link {color:#0F0F0F; text-decoration:none;}
a:visited {color:#0F0F0F; text-decoration:none;}
a:active {color:#0F0F0F; text-decoration:none;}
a:hover {color:#0F0F0F; text-decoration:underline;}

img {
	behavior: url(iepngfix.htc);
}

div.navi-head {
    font-size: 12px;
    color: #F1F1F1;
    text-align: left;
    padding-bottom: 3px;
    padding-left: 10px;
}

/* Navigations Zellen */
div.navi-cell-head {
    color: #B9B8B8;
    text-align: right;
}
div.navi-cell-1 {
    background-color: #ffffff;
}
div.navi-cell-1:hover {
    background-color: #B9B8B8;
}
div.navi-cell-2 {
    background-color: #F1F1F1;
}
div.navi-cell-2:hover {
    background-color: #B9B8B8;
}

/* Produkte */
div.products-link {
    width: 100px;
    background-color: #ffffff;
}
div.products-link:hover {
    background-color: #B9B8B8;
}
.content_head {
    border: 0px;
    background-image: url(images/top_bg.png);
    height: 36px;
    font-family: arial, verdana;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
}

/* Site Content */
div.content-head {
    font-size: 12px;
    color: #F1F1F1;
    text-align: left;
    padding-bottom: 3px;
    padding-left: 5px;
}
div.content-titel {
    background-color: #ffffff;
    font-size: 12px;
    color: #0F0F0F;
    text-align: left;
    padding-bottom: 1px;
}
div.content-datum {
    font-size: 10px;
    color: #B9B8B8;
    text-align: right;
    padding-bottom: 3px;
}
a.content-datum {
    color: #B9B8B8;
}
a.content-datum:hover {
    color: #B9B8B8;
    text-decoration: underline;
}
div.content-text {
    padding-top: 2px;
    padding-bottom: 3px;
}
div.content-hinweis {
    border: 1px solid #B9B8B8;
    background:#EEEDED;
    padding:2px;
}
div.content-hinweis-2 {
    border: 1px solid #B9B8B8;
    background: #FBFAFA;
    padding:2px;
}

/* Layout 2 */
.layout2_head {
    padding-left:12px;
}

/* Site Elemente */
.site_footer {
    border: 0px;
    background-image: url(images/site_footer_bg.png);
    text-align: right;
    padding-right:10px;
    padding-top:2px;
    font-size: 10px;
    color: #6E6E6E;
}
.box1 {
    border: 1px solid #E3ADB0;
    background:#FBFAFA;
    padding: 2px;
    font-family: verdana, helvetica;
    font-size: 11px;
    color: #000000;
}
.subheadline {
    font-family: verdana, helvetica;
    font-size: 12px;
    color: #000000;
}
.row_lightgray {
    background: #F2F1F1;
    font-family: arial, verdana;
    font-size: 11px;
    color: #1E1E1E;
}

/* Tabelle */
.table_border {
    background: #B9B8B8;
}
.table_head {
    background: #B9B8B8;
    color: #0F0F0F;
}
.table_cell-1 {
    background: #FBFAFA;
    padding-left: 2px;
}
.table_cell-2 {
    background: #F2F1F1;
    padding-left: 2px;
}
.table_cell-3 {
    background: #E2E2E2;
    padding-left: 2px;
}
.table_cell-4 {
    background: #F8F8F8;
    padding-left: 2px;
}
.table_cell-year {
    background: #E2E2E2;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #1E1E1E;
}
.table_text-right {
    text-align: right;
    padding-right: 6px;
}

/* Buttons */
input.button {
	border: 1px solid #B9B8B8;
  	background-color: #FFFFFF;
    font-family: arial, verdana;
    font-size: 11px;
    font-weight: bold;
    color: #E20A16;
    cursor: hand;
    cursor: pointer;
}

input.button:hover, input.button:focus {
	background-color: #F2F1F1;
}

#loader {
	display: none;
}
