/* general */
html { width: 100%; }
body { background-color: white; color: black; width: 100%; margin: 0; }
body * { font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; margin: 0; padding: 0; border: 0; text-align: left; }
.margin-s { margin-bottom: 6px; }
.margin-m { margin-bottom: 12px; }
a { background-color: transparent; color: #1B47A2; text-decoration: none; virtical-align: middle; font-size: 100%; font-weight: normal; }
a:hover { text-decoration: underline; }
strong { font-weight: bold }
ul.indent { margin-left: 20px; }
ul.nostyle { list-style-type: none }
b { font-weight: bold; }

.smalltext { font-size: 90% }
.italic { font-style: italic; }
.bold { font-weight: bold; }
.floatr { float: right; }
.floatl { float: left; }
.padb { padding-bottom: 5px; }
.nodisplay { display: none; };


div.center { text-align: center; }
div.clear { clear: both; }
br.clear { clear: both; }

/* layout table */
table.layout { width: 100%; }
td.head { vertical-align: top; }
td.center { background-color: white; width: 100%; vertical-align: top; padding: 5px 4px 0px 4px; }
td.foot { vertical-align: top; }

/* center */
h1 { font-size: 120%; font-weight: bold; text-align: left; padding: 0 0 3px 0; }
h2 { font-size: 110%; font-weight: bold; text-align: left; padding: 0; }

hr.thick { background-color: #ED1D2F; color: #ED1D2F; border: 1px solid #ED1D2F; height: 5px; margin-bottom: 10px; }
hr.thick-nm { background-color: #ED1D2F; color: #ED1D2F; border: 1px solid #ED1D2F; height: 5px; margin-bottom: 0; }
hr.thin { background-color: #ED1D2F; color: #ED1D2F; border: 0; height: 1px; margin-top: 5px; margin-bottom: 5px; clear: both; }

p.padl { padding-left: 120px; }
h2.padl { padding-left: 120px; }
img.margl { margin-left: 5px; }
ul.margl-l { margin-left: 200px; }
ul.margl-s { margin-left: 20px; }
img.margr { margin-right: 5px; }
div.margl { margin-left: 5px; }

a.more { display: block; text-align: right; background-color: transparent; color: #1B47A2; font-weight: bold; text-decoration: none; }
a.more:hover { display: block; text-align: right; background-color: transparent; color: #1B47A2; font-weight: bold; text-decoration: underline; }

input.content { border: 1px solid #1B47A2; background-color: #BDCAED; color: black; width: 420px; }
input.button { border: 1px solid #1B47A2; background-color: transparent; color: black; width: auto; text-align: center; }

div.result-date { width: 120px; text-align: left; }
div.result-titel { margin-left: 120px; text-align: left; }

/* gartentipps */
th.gartentipps { font-weight: bold; padding: 2px; }
td.valid-to { width: 20% }



table.generated {
}

table.generated td {
    padding: 2px;
    vertical-align: top;
}

table.rahmen {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

tr.kopf {
}

table.generated tr.kopf td {
    font-weight:  bold;
    text-align:   left;
    background-color: #B0B0B0;
    color: #000000;
}

table.rahmen tr td {
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}

table.generated tr.zusatz td {
    vertical-align: top;
}

table.rahmen tr.zusatz td {
    border-top: 0px none;
}

table.generated tr.national td {
    color: #000000;
    background-color: #F0F0F0;
}

table.generated tr.national td a {
    color: #1B47A2;
}
