* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #888;
	border-bottom: 1px dotted #888;
}
a:hover {
	border-bottom: 1px solid #888;
}
body {
	font-size: 62.5%;
	font-family: arial, verdana;
}

p {
	font-size: 9pt;
	line-height: 12pt;
}
div#content p {
	margin-bottom: 7px;
}
.Absatz {
	font-size: 9pt;
	margin: 0 0 1em 0;
	color: #000;
	font-weight: normal;
	padding: 0;
	line-height: 12pt;
}

h1,
.Ueberschrift_1 {
	color: #ff9023;
	margin-bottom: 1.2em;
	font-weight: bold;
	font-size: 16pt;
}
h2,
.Ueberschrift_2 {
	color: #152353;
	margin-top: 20px;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 12pt;
}
h3,
.Ueberschrift_3 {
	color: #ff9023;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 11pt;
}
h4,
.Ueberschrift_4 {
	color: #ff9023;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 10pt;
}
h5,
.Ueberschrift_5 {
	color: #ff9023;
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-weight: bold;
	font-size: 10pt;
}
h6,
.Ueberschrift_6 {
	color: #ff9023;
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-weight: bold;
	font-size: 9pt;
}

ul, ol {
	margin-bottom: 0.9em;
}
ul li {
	list-style: disc outside;
	margin-left: 1.2em;
	font-size: 9pt;
	padding-left: 0.1em;
	margin-bottom: 0.3em;
}
ol li {
	list-style: decimal inside;
	font-size: 9pt;
}

.clear {
	clear: both;
	width: 1px;
	height: 1px;
	line-height: 1px;
	visibiliy: hidden;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

/** Drei-Spalten-Layout */
.dreiSpaltenLayout {
	width: 99%;
}
.dreiSpaltenLayout thead td,
.dreiSpaltenLayout thead td a{
	font-size: 9pt;
	color: #ff9023;
	vertical-align: top;
}
.dreiSpaltenLayout thead tr {
	height: 2em;
}
.dreiSpaltenLayout .spalte1 {
	padding: 0 0.7em 0 0;
	width: 31%;
}
.dreiSpaltenLayout .spalte2 {
	padding: 0 0.7em 0 1.2em;
	width: 35%;
}
.dreiSpaltenLayout .spalte3 {
	padding: 0 0 0 1.2em;
	width: 33%;
}
.dreiSpaltenLayout tbody td,
.dreiSpaltenLayout tbody td a {
	font-size: 8pt;
	vertical-align: top;
	color: #000;
}

/**  contentBox */
.contentBox {
	float: left;
	margin-right: 1em;
}
.contentBox thead h6 a {
	border-bottom: 1px solid #152353;
}
.contentBox thead h6 {
	color: #152353;
	padding-left: 1.7em;
	background: url(./img/bullet_arrow.png) no-repeat 5px;
}
.contentBox tbody p {
	padding-left: 2em;
	color: #000;
	padding-top: 1em;
	font-size: 8pt;
	display: block;
	border: none;
}
.contentBox tbody p a {
}

tr td p {
	margin: 0;
}


/** CMS-Klassen
 * -------------------------------------------- */
 
 .top {
  font-weight: bold;
  color: #152353;
 }
 
 .plus {
  font-style: italic;
  color: #888;
 }
 .orange {
    color: #ff9023;
 }
 .fussinfo {
    color: #ff9023;
    font-size: 8pt;
 }
 .lightBox {}
 
 .vergleichTabelle {
    margin-bottom: 2em;
    font-size: 10pt;
 }
 table.vergleichTabelle thead tr td {
    font-weight: bold;
    border-bottom: 1px solid #ff9023;
 }
 table.vergleichTabelle tbody tr td {
    border-bottom: 1px dotted #eee;
 }
 table.vergleichTabelle tbody tr:hover td {
    background: #eee;
 }
 
 a.noHyperlinkStyle {
    border: none;
    text-decoration: none;
 }
 
 
table.angebotstabelle {
  margin-bottom: 17px;
}
div#content table p {
  margin-bottom: 7px;
}
table.angebotstabelle thead tr td p {
  font-size: 11pt;
  margin-bottom: 7px;
}
