


/* Hauptitel */
h1.h1 {
	font-family: 'Titillium Web';font-size:32px; font-weight:600;margin-bottom:1em;margin-top:1em;color:#0060a0;text-align: center; position: relative; padding: 0 20px;
}

/* Untertitel */
h2.h2 {
	font-family: 'Titillium Web';font-size:36px;font-weight:600;margin-bottom: 0.5em;margin-top:1em;color:#0060a0;line-height:100%;
}

/* Bereich */
h3.h3 {
	font-family: 'Titillium Web';font-size:140%;font-weight:bold;margin-bottom: 0.5em;margin-top:1em;color:#0060a0;
}

/* Liste ungeordnet */
ul.ld {
	margin:0; padding: 0.4em 0 1em 0; list-style: none;
}

/* Liste alphabetisch */
ol.la {
	margin:0;padding:1em  0 1em 0;list-style: none; 
}

/* Liste numerisch */
ol.ln {
	margin:0;padding:1em  0 1em 0;list-style: none;
}

/* Listeneintrag */
li.li {
	padding-left: 12px; position:relative;
}

/* Linie */
hr.line {
	color:#003D6E; background-color:#003D6E;height:1px;border:none;
}

/* Linie für Textanker */
hr.anchor {
	
}

/* Link */
a.ref:link {
	color:#003D6E; text-decoration:underline;
}

/* Link visited */
a.ref:visited {
	color:#003D6E; text-decoration:underline;
}

/* Link hover */
a.ref:hover {
	color:#003D6E; text-decoration:none;
}

/* Link aktive */
a.ref:active {
	color:#003D6E; text-decoration:none;
}

/* Bild default */
.inone {
	margin:0px;
}

/* Bild Links */
.ileft {
	float:left;vertical-align:top;
	margin:0px;
}

/* Bild Rechts */
.iright {
	float:right;vertical-align:top;
	margin:0px;
}

/* Bild Mittig */
.icenter {
	float:none;
	margin:0px;
}

/* Bild default in Tabelle */
.itnone {
	margin:0px;
}

/* Bild Links in Tabelle */
.itleft {
	float:left;vertical-align:top;margin-right:0.5em;margin-bottom:0.5em;
}

/* Bild Rechts in Tabelle */
.itright {
	float:right;vertical-align:top;margin-left:0.5em;margin-bottom:0.5em;
}

/* Bild Mittig in Tabelle */
.itcenter {
	margin:0px;
}

/* Container für Bildunterschrift */
div.ialt {
	border-color:#eee;border-width:5px 5px 0 5px;background:#eee;
}

/* TextStyle für Bildunterschrift */
div.ialt_title {
	padding:3px;color:#000;text-align:left;font-size:90%; font-weight:bold;
}

/* Absatz links */
div.pleft {
	text-align:left;
	font-size:100%;
}

/* Abstatz rechts */
div.pright {
	text-align:right;
	font-size:100%;
}

/* Abstatz mittig */
div.pcenter {
	text-align:center;
	font-size:100%;
}

/* Absatz Blocksatz */
div.pjustify {
	text-align:justify;
	font-size:100%;
}

/* Text hochgestellt */
span.sup {
	vertical-align:20%; font-size:75%;
}

/* Text farbig */
span.color {
	color:#666666;
}

/* Einblenden Container */
div.peffect_cont {
	
}

/* Einblenden Titel */
div.peffect_title {
	
}

/* Einblenden Text */
div.peffect_text {
	
}

/* Tabelle ohne Rahmen */
table.tnb {
	margin-top:0.5em; margin-bottom:0.5em
}

/* Tabelle mit Rahmen nur außen */
table.tob {
	border:1px solid #003D6E;margin-top:0.5em; margin-bottom:0.5em;
}

/* Tabelle mit Rahmen */
table.tb {
	border:1px solid #003D6E;margin-top:0.5em; margin-bottom:0.5em;
}

/* 1. Zeile mit Rahmen ohne Hintergrund */
th.th_b {
	color:#000;  padding:0.2em; border-top:1px solid #003D6E; border-left:1px solid #003D6E;
}

/* 1. Zeile mit Rahmen mit Hintergrund */
th.th_bbg {
	background-color:#E6ECF1;color:#000;  padding:0.2em;border-top:1px solid #003D6E;border-left:1px solid #003D6E;
}

/* Zeile mit Rahmen ohne Hintergrund */
td.td_b {
	background-color:#fff;color:#000000;  padding:0.2em; border-left:1px solid #003D6E;border-top:1px solid #003D6E;
}

/* Zeile mit Rahmen mit Hintergrund */
td.td_bbg {
	background-color:#eee;color:#000000; padding:0.2em; border-left:1px solid #003D6E;border-top:1px solid #003D6E;
}

/* 1. Zeile ohne Rahmen ohne Hintergrund */
th.th_nb {
	color:#000;border:1px solid #003D6E; padding:0.2em;
}

/* 1. Zeile ohne Rahmen mit Hintergrund */
th.th_nbbg {
	background-color:#E6ECF1; color:#000; padding:0.2em;
}

/* Zeile ohne Rahmen ohne Hintergrund */
td.td_nb {
	border:none;
}

/* Zeile ohne Rahmen mit Hintergrund */
td.td_nbbg {
	border:none; background-color:#eee;
}


/* Hauptitel */
h1 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  display:inline-block;
}

h1:before {
  background: #ddd;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
   left: 0;
  width: 100%;
}

ul.ld li:before {
    position:absolute; width:8px;top:0;left:0;height:1em;
    content: "-";
}

span.sup > a.ref {
	font-family: 'Titillium Web', sans-serif;
	color: #929496; 
	display: inline-block; 
	text-transform:uppercase;
	border-radius:10px;
	padding: 5px 20px;
	text-decoration:none;
	font-weight:400;
	box-shadow: 0px 0px 0px 1px #d5d5d6,0px 0px 0px 2px #e5e6e6;
        margin-top: 20px; margin-bottom:20px;
}
span.sup > a.ref:hover {
	background: #d5d5d6; 
	color:#fff;
}

div.bg_normal{}

div.bg_grey_inline{ 
    background:#edeeee;padding-top:15px;padding-bottom:15px;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
}
div.bg_grey_inline h2.h2,div.bg_grey_inline h3.h3 {color:#0060a0; margin:0; }
div.bg_grey_inline span.color {color:#0060a0;}

div.bg_grey{ background:#edeeee;padding-top:100px;padding-bottom:100px;}
div.bg_grey h2.h2,div.bg_grey h3.h3 {color:#0060a0; margin:0; }
div.bg_grey a.ref,div.bg_grey a.ref:hover {color:#fff;}
div.bg_grey span.color {color:#0060a0;}

div.bg_blue{ background:#0060a0;color:#bcd0e2;padding-top:12px;padding-bottom:12px;}
div.bg_blue a.ref {color:#bcd0e2;}
div.bg_blue a.ref:hover {color:#edf3f7;}
div.bg_blue span.color {color:#fff;}




