/* Hembrock IT-Consulting */

/* Grundeinstellungen */
body {
 color: black;
 background: white;
 background-image: url(/images/bg.gif);
}

table,tr {
 margin: 0px;
 padding: 0px;
 border-collapse:collapse;
}

p, td, th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: black;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 13pt;
}

/* spezielle Contentdarstellungen */
p.sublink, td.sublink  {
        font-size: 10pt;
}

.preis {
  font-size: 16pt;
  font-weight: bold;
}

.nomargin {
  margin: 0px;
  padding: 0px;
}
/* Tabellen */
th {
  background-color: #EEEEE0;
}

th.blank {
  background-color: #FFFFFF;
}

td.list {
  font-size: 10pt;
}

/* Inline Box & Host*/
td.outline {
        border: 1px solid black;
}

td.inlinehead, p.inlinehead {
        font-size: 12pt;
        text-align: center;
        font-weight: bold;
        padding: 0px;
        color: white;
}

td.inline, p.inline {
        font-size: 10pt;
        text-align: center;
        padding: 0px;
        margin-bottom: 0px;
}

p.descr {
        font-size: 11px;
        text-align: left;
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 5px;
}

/*Sonderformate*/
p.impressum {
        font-size : 8pt;
        font-family : Arial, Helvetica, sans-serif;
        color: black;
        text-align: left;
        padding-left: 40px;
}

p.question {
        font-weight: bold;
        font-style : italic;
        margin-bottom: 5px;
        color: #3B3B62;
}

p.answer {
        margin-top: 5px;
        margin-left: 50px;
}

p.error {
        color: red;
        font-weight: bold;
}

p.noerror {
        color: #3B3B62;
        font-weight: bold;
}

p.success {
        color: green;
        font-weight: bold;
}

p.inset {
        margin-left: 13px;
}

p.img {
        text-align: center;
}

span.asterisk {
        color: red;
        padding-left: 5px;
        font-size: 20px;
        font-weight: bold;
}

img.border {
        border: 1px solid black;
}

/* News */
p.news, td.news {
        font-size: 11pt;
        text-align: left;
}

p.newshead, td.newshead {
        font-size: 12pt;
        text-align: left;
        font-weight: bold;
        background-color: #EEEEE0;
        padding-top: 2px;
        padding-bottom: 2px;
}

span.newsdate {
       font-size: 9pt;
       color: #666660;
}

img.news {
        border: 1px solid black;
}

img.newsgif {
        border: 0px;
}

/* Navigation */
td.nav {
        padding-left: 0px;
        vertical-align : top;
        font-size : 10pt;
        font-family : Arial, Helvetica, sans-serif;
        color: black;
}

td.navmenu {
        vertical-align : top;
        font-size : 10pt;
        font-family : Arial, Helvetica, sans-serif;
        color: black;
        font-weight: bold;
}

p.nav {
        font-size : 10pt;
        font-family : Arial, Helvetica, sans-serif;
        color: black;
}

.nav a:link {
        color: #2E2E4D;
        text-decoration: none;
        font-weight: normal;
}

.nav a:active {
        color: black;
        text-decoration: none;
        font-weight: normal;
}

.nav a:visited {
        color: #2E2E4D;
        text-decoration: none;
        font-weight: normal;
}


.nav a:hover {
        color: red;
        text-decoration: none;
        font-weight: normal;
}

/* Content */
td.content {
        vertical-align : top;
}

/* color: #3B3B62; */
.content a:link {
        color: #CC0000;
        text-decoration: underline;
}

.content a:hover {
        color: #CC0000;
        text-decoration: underline;
        background-color : #EEEEE0;
}

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

.content a:active {
        color: #660000;
        text-decoration: underline;
        background-color : #EEEEE0;
}