/******
 ******   Style for flyerprint.net
 ******/

html {
    margin: 0;
    padding: 0;
}
 
body {
    background-color: #FFF;
    margin: 0;
    padding: 5px 0 15px 0;
}

body, font, th, td, p, span {
    font-family: Arial, Helvetica, sans-serif;
    color: #2C3A73;
    font-size: 12px;
}

a:link, a:active, a:visited {
    color : #000;
    text-decoration: underline;
}
a:hover {
    color : #A00022;
    text-decoration: underline;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
    color: #A00022;
}

h4 {
    margin-bottom: 3px;
}

/* outer table */
#table_main {
    height: 100%;
    border: 0px;
    margin: 0 auto;
}

#table_main td.white_space_1 {
    padding: 0;
    height: 20px;
}

#table_main td.white_space_2 {
    padding: 0;
    height: 30px;
    vertical-align: top;
    padding-top: 5px;
}

#table_main td.white_space_2 div.hline {
    border-top: 1px #2C3A73 dashed;
    border-bottom: 1px #2C3A73 dashed;
    height: 3px;
}

/* inner table */
#table_inner {
    height: 100%;
}

#table_inner td.left {
    width: 30px;
    border-left: 1px #2C3A73 dashed;
}

#table_inner td.right {
    width: 30px;
    border-right: 1px #2C3A73 dashed;
}

#table_inner td.right_2 {
    width: 30px;
}

/**
 * banner and menu settings
 **/
#main_top {
    height: 134px;
    padding: 0;
    background-image: url("images/banner_right_repeat.gif");
}

#main_top td {
    padding: 0;
}

#table_banner {
    height: 136px;
    background-image: url("images/banner.gif");
    background-repeat: no-repeat;
    width: 100%;
}

#table_banner td {
    padding: 0;
    vertical-align: bottom;
}

#table_menu_top {
    width: 696px;
    height: 20px;
    margin-bottom: 6px;
}

#table_menu_top td {
    background-color: #2C3A73;
    vertical-align: middle;
    padding: 0 3px;
    white-space: nowrap;
    text-align: center;
}

#table_menu_top td.white_space {
    width: 2px;
    background-color: #FFF;
    padding: 0;
}

#table_menu_top td a {
    color: #FFF;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    letter-spacing:-1px;
}

#table_menu_top td.bg_lblue {
    background-color: #8193B6;
}

#table_menu_top td.menu_over {
    background-color: #A00022;
    cursor: pointer;
}

#table_menu_top td.selected {
    background-color: #A00022;
}

/**
 * menu vertical
 **/
#menu_v {
    padding: 0;
    vertical-align: top;
    width: 150px;
}

#menu_v ul.menu_vertical {
    padding: 0 0 20px 0;
    margin: 0;
    list-style-type: none;
}

#menu_v ul.menu_vertical li {
    font-size: 10px;
    padding-left: 30px;
    font-weight: bold;
}

#menu_v ul.menu_vertical li.menu_vertical_first {
    font-size: 10px;
    padding: 0;
}

#menu_v ul.menu_vertical li a {
    color: #2C3A73;
    text-decoration: none;
}

#menu_v ul.menu_vertical li a:hover {
    color: #A00022;
    text-decoration: none;
}

#menu_v ul.menu_vertical li a.selected {
     color: #A00022;
}

/**
 * menu bottom settings
 **/
#main_bottom {
    height: 20px;
    padding: 0;
    background-color: #2C3A73;
}

#table_menu_bottom {
    height: 20px;
}

#table_menu_bottom td {
    background-color: #2C3A73;
    vertical-align: middle;
    padding: 0 6px;
    white-space: nowrap;
    text-align: center;
}

#table_menu_bottom td.white_space {
    width: 2px;
    background-color: #FFF;
    padding: 0;
}

#table_menu_bottom td a {
    color: #FFF;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    letter-spacing:-1px;
}

#table_menu_bottom td.menu_over {
    background-color: #A00022;
    cursor: pointer;
}

#table_menu_bottom td.selected {
    background-color: #A00022;
}

/**
 * special container settings
 **/
.special_content {
    border: 1px #2C3A73 solid;
    background-color: #8193B6;
    color: #FFF;
    padding: 4px;
    text-align: center;
    margin-bottom: 15px;
}

.special_content h3 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.special_content span.des {
    display: block;
    padding: 0;
    margin: 5px 0;
    font-size: 14px;
    color: #FFF;
}

.special_content a {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}



/**
 * content container settings
 **/
#content {
    vertical-align: top;
    width: 478px;
}

div.box {
    border: 1px #2C3A73 dashed;
    padding: 20px;
}

div.box p {
    padding: 0;
    margin: 0;
}
/**
 * font settings
 **/
.red {
    color: #A00022;
}

/**
 * formular settings
 **/
table.table_form {
    /* border-top: 1px #2C3A73 dashed;
    border-left: 1px #2C3A73 dashed;
    border-right: 1px #2C3A73 dashed;*/
    border: 1px #2C3A73 dashed;
}

table.table_form td.cat {
    color: #FFF;
    background-color: #8193B6;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding: 6px;
    /* border-bottom: 1px #2C3A73 dashed; */
}

table.table_form td.row1 {
    padding: 4px;
    /* border-bottom: 1px #2C3A73 dashed; */
}

table.table_form td.row2 {
    padding: 4px;
    /* border-bottom: 1px #2C3A73 dashed; */
}

table.table_form td.row3 {
    padding: 4px;
    /* border-bottom: 1px #2C3A73 dashed; */
}

.post {
    border: 1px #2C3A73 solid;
    font-size: 11px;
    background-color: #FFF;
}

textarea.post {
    width: 100%;
}

input.w2 {
    width: 50px;
}

span.gen {
    font-size: 12px;
}

span.gensmall {
    font-size: 10px;
}

#error_box {
    padding: 5px;
    border: 1px #2C3A73 solid;
    font-size: 11px;
    color: #A00022;
    text-align: center;
}

/* Shop Kategorien */
table.list_categorie td {
    font-size: 9px;
    width: 150px;
    vertical-align: bottom;
}

table.list_produkte {
    background-color: #2C3A73;
}

table.list_produkte td.cat {
    padding: 5px;
    background-color: #2C3A73;
    color: #FFF;
}

table.list_produkte td.row1 {
    padding: 5px;
    background-color: #EAE9F0;
}

table.list_produkte td.row2 {
    padding: 5px;
    background-color: #FFF;
}

table.list_produkte td.even {
    padding: 5px;
    background-color: #DDE3ED;
}

table.list_produkte td.odd {
    padding: 5px;
    background-color: #F2F3F7;
}

/* Warenkorb */
table.warenkorb {
    width: 100%;
    background-color: #2C3A73;
}

table.warenkorb td.cat {
    background-color: #2C3A73;
    color: #FFF;
    text-align: center;
    padding: 4px;
    font-weight: bold;
    font-size: 11px;
}

table.warenkorb td.cat span.gensmall {
    color: #FFF;
}

table.warenkorb td.even {
    padding: 3px;
    background-color: #DDE3ED;
    font-size: 10px;
}

table.warenkorb td.odd {
    padding: 3px;
    background-color: #F2F3F7;
    font-size: 10px;
}

table.warenkorb td.row1 {
    padding: 3px;
    background-color: #FFF;
    font-size: 10px;
}

table.preis {
    float: right;
    width: 50%;
    background-color: #2C3A73;
}

table.preis td.row {
    padding: 5px;
    background-color: #FFF;
}

table.form {
    background-color: #2C3A73;
}

table.form td.cat {
    padding: 4px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

table.form td.catsmall {
    padding: 4px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

table.form td.row1 {
    padding: 4px;
    background-color: #DDE3ED;
}

table.form td.row2 {
    padding: 4px;
    background-color: #F2F3F7;
}

table.form td.row3 {
    padding: 4px;
    background-color: #8193B6;
    color: #FFF;
}

table.form td.row3 a {
    color: #FFF;
}

table.form td.row1small {
    padding: 4px;
    background-color: #DDE3ED;
    font-size: 10px;
}

table.form td.row2small {
    padding: 4px;
    background-color: #F2F3F7;
    font-size: 10px;
}

table.form td.row3small {
    padding: 4px;
    background-color: #8193B6;
    color: #FFF;
    font-size: 10px;
}

table.form td.row3small a {
    color: #FFF;
}

label.form {
    width: 100px;
    float: left;
    margin-bottom: 10px;
}

span.path {
    display: block;
    border: 1px #2C3A73 dashed;
    padding: 5px;
    font-size: 10px;
}

#agb {
    text-align: justify;
}