/* allgemeine angaben
-------------------------------------- */
/*farben
"Blau": #014383/ RGB 1 67 131
"Grau": #898989/ RGB 137 137 137
"Weiß": #d9d9d9/ RGB 217 217 217
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;               
}
html {height: 100%; font-size: 62.5%;}
html.ie9, html.ie8, html.ie7 {font-size: 12px;}

.print {overflow:hidden; height:0; width:0; position:absolute; top:-99999px; left:-99999px;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:focus {
	outline: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border:none; max-width: 100%;
}
p { 
    font-size: 1.6em;
    line-height: 1.6em;
    padding: 0.3em 0 1.2em 0;
    margin:0 0 0.6em 0;
}
b, strong {font-weight: bold;}
small {font-size: 0.8em;}
i,italic {font-style: italic;}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {padding-top: 1em;}
/*************************/

body {
        background-color: #014383;
        height: 100%;
        width: 100%;
        font-family: 'Verdana', non-serif, 'Cambria', serif;
        /*line-height: 1.5em;*/
        color: #666666;
        text-align: center;
        /*min-width: 256px;*/
}

h1, h2, h3, h4 ,h5, h6 {font-weight: bold; padding: 0.1em 0 0.3em 0; line-height: 1.3em; color: #898989;}

h1 {font-size: 2.8em;}
h2 {font-size: 2.2em; font-style: italic; color: #014383;}
h3 {font-size: 2em;}
h4 {font-size: 1.7em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

/*Schriftgrad*/
.normal {font-weight: normal;}
.fett {font-weight: bold;}

a, a:link, a:visited {
    outline: none;
    text-decoration: underline;
}
a:hover, a:active { color: #014383;}

table, tr, td, th {
/*    font-size: 1.0em;*/
    vertical-align: top;
}
table h1 {font-size: 41px;}
table h2 {font-size: 28px;}
table h3 {font-size: 22px;}
table h4 {font-size: 18px;}
table h5 {font-size: 16px;}
table h6 {font-size: 12px;}
td {
    padding: 5px;
}
td.vertical_mittig {
    vertical-align: middle;
}
ul, ol {
    list-style-type: disc;
    line-height: 1.4em;
    font-size: 1.6em;
}

/* am Bildschirm verstecken */
.hide {display: none; visibility: hidden; height: 0; width: 0; overflow: hidden;}
.clear {height: 0; overflow: hidden; float: none; clear: both;}

/* bild links/rechts vom text */
.floatLeft {clear: left; float: left; margin: 5px 35px 20px 0;}
.floatRight {clear: left; float: right; margin: 5px 15px 20px 35px;}
.above, .below {margin: 10px auto;}
.vertikal-mittig {vertical-align: middle;}
.horizontal-mittig {text-align: center;}
.vertikal-horizontal-mittig {vertical-align: middle; text-align: center;}
.text-vertical-abstand {margin-top: 140px;}

.pdf {
  padding-left: 30px;
  background: url(../pics/pdf.gif) left center no-repeat;
}

.line {
    background-color: #01632F;
    border-radius: 3px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: inherit;
}



