	body {
		font-size: 62.5%;
		font-family: arial, helvetica, sans-serif;
		height: 100%;
	}

	h1 {
		font-size: 16pt;
		font-family: "Trebuchet MS";
		color: #0f5aa5;
		margin-bottom: 1.5em;
	}

	h2 {
		font-size: 14pt;
		font-family: "Trebuchet MS";
		color: #0f5aa5;
		margin: 2em 0 1em 0;
	}

	h3 {
		font-size: 12pt;
		font-family: "Trebuchet MS";
		color: #0f5aa5;
		margin: 1.5em 0 0.5em 0;
	}

	h4 {
		font-size: 10pt;
		font-family: "Trebuchet MS";
		color: #0f5aa5;
		margin: 1.5em 0 0.5em; 
	}

	h5 {
		font-size: 10pt;
		font-family: "Trebuchet MS";
		color: #0f5aa5;
		margin-top: 0.5em;
		font-weight: normal;
	}

	h6 {
		font-size: 10pt;
		font-family: "Trebuchet MS";
		color: #0f5aa5;
		font-weight: normal;
	}

	p {
		font-size: 9pt;
		margin-bottom: 0.8em;
		color: #717171;
	}

	a {
		text-decoration: none;
		color: #0f5aa5;
	}
	div.spalte2 a:hover {
		border-bottom: 1px dotted #0f5aa5;
	}

	img {
		border: none;
	}

	abbr,
	acronym {
		border: none;
	}

	cite {
		border-bottom: 1px dotted #485aaa;
	}
	
	pre {
    border: 1px solid #0f5aa5;
    padding: 5px;
    margin: 0; !important
    font-family: "Courier New";
    font-size: 10pt;
    color: #717171;
    overflow: auto;
  }

	del {

	}

	ins {

	}

	sub {

	}

	sup {

	}
	
	hr {
    clear: both;
  }

	div.spalte2 ul {
		list-style: url(img/list_arrow.png) inside disc;
		margin-bottom: 0.8em;
	}
	div.spalte2 ul li {
		list-style: url(img/list_arrow.png) outside disc;
		font-size: 9pt;
		margin:0 0 0.2em 1.3em;
		color: #717171;
	}

	div.spalte2 ol {
		list-style: inside decimal;
		margin-bottom: 0.8em;
	}
	div.spalte2 ol li {
		list-style: inside decimal;
		font-size: 9pt;
		margin-bottom: 0.1em;
		color: #717171;
	}

 /** Klassen
  * ---------------------------------------------------------- */
.hide,
.printOnly {
	display: none;
	line-height: 0;
	width: 0;
	height: 0;
}
.info {
    font-size: 8pt;
    border-bottom: 1px solid #777;
    color: #777;
    margin-bottom: 1em;
}

.newsHeadline {
	font-size: 14pt;
	font-family: "Trebuchet MS";
	color: #0f5aa5;
	margin: 0.3em 0 0.5em 0;
}

.weiterLink {
	color: #0f5aa5;
    text-align: right;
    margin-top: -0.6em;
}

.highlight {}
table.CI-table thead tr td {
  font-weight: bold;
  background: url(img/tab_blue.gif) repeat-x 0 0 #0f5aa5;
  color: #fff;
  padding: 5px;
}
table.CI-table tbody tr td {
  margin: 0;
  padding: 5px;
}
table.CI-table tbody tr td p {
  margin: 0;
}
table.CI-table thead tr td p {
  color: #fff;
  margin: 0;
}
table.CI-table tbody tr td.highlight {
  background: #b4cdeb;
}
table.CI-table tbody tr td.highlight p {
  color: #333;
}

a.nolinkstyle {
	color: #777;
	text-decoration: none;
}

li.buttonLike {
	border: 1px solid #eee;
	background: #fff;
	clear: left;
	height: 70px;
}
li.buttonLike:hover,
li.buttonLike a:hover {
	background: #eee;
}
li.buttonLike a {
	padding: 5px 5px 3px 5px;
	text-decoration: none;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}
li.buttonLike a img {
	margin-right: 10px;
	float: left;
}
li.buttonLike a:hover {
	border: none;
}
div.spalte2 ul li.buttonLike {
	list-style: none;
	list-style-image: none;
	margin: 0 0 10px 0;
	list-style-position: outside;
	padding: 0;
}

.vergleichTabelle {

}
table.vergleichTabelle {
  margin-bottom: 2em;
}
table.vergleichTabelle tr td {
  border-bottom: 1px dotted #eee;
}

.rahmen_01 {
  border: 1px solid #0f5aa5;
  padding: 5px;
  margin: 0; !important
}
.noMargin {
  margin: 0; !important
}
.noPadding {
  padding: 0; !important
}

a.ContentButton {
	padding: 2px 6px;
	font-size: 8.5pt;
	background: url(img/tab_blue.gif) repeat-x 0 0 #b4cdeb;
	color: #fff;
}
div.spalte2 a.ContentButton:hover {
	background-position: 0 -22px;
	color: #fff;
	border: 0;
}

