body
{
    font-family: Century Gothic;
	font-size:14pt;
    background-color: white;
}
/* Link Formatierung */
a:link       { color: #0000C8; text-decoration: underline;}
a:hover		 { color: rgb(255,50,50); text-decoration: none; }
a:active     { color: rgb(255,50,50); text-decoration: underline; }
a:visited    { color: rgb(0,0,200); text-decoration: underline }

/* Content Formatierung */
.hinweis { 
	font-size: 12pt;
	font-style: italic
}
.quickbar-table {
	border:none;
	height:100px;
	width: 100%;
	font-size: 12pt;
}
.table-titel {
	font-size: 22pt;
	font-weight: bold
}
.table-top {
	border:none;
	width:100%;
	background-color:#C0C0C0;
	height:45px;
	padding:5px;
}
.table-top-left {
	width:80%;
	text-align:left;
}
.table-top-right {
	width:20%;
	text-align:right;
}
.table-bottom {
	border:none;
	width:100%;
	background-color:#C0C0C0;
	height:45px;
	padding:5px;
}
.table-bottom-left {
	width:80%;
}
.table-bottom-right {
	width:20%;
	text-align:right;
}
.main-wrapper {
	min-height:500px;
	margin-top:50px;
	margin-bottom:50px;
}
.main-text {
	margin-left: 150px;
	margin-right: 150px;
	margin-bottom: 50px;
	margin-top:50px;
	text-align: justify;
}
.punktliste {
	margin-left: 35%;
	margin-right: 35%;
	text-align:left;
}
.text-style1 {
	font-size:10pt;
	font-weight:bold;
	text-align:right;
}
.bild {
	text-align:center;	
}
.bildunterschrift {
	font-size:12pt;
	font-style:italic;
	text-align:center;
	margin-top:10px;
}
.header {	
	margin-left:150px;
	margin-right:150px;
	margin-top:50px;
	font-size:18pt;
	font-weight:bold;
	text-align:center;
}
.h1 {	
	margin-left:150px;
	margin-right:150px;
	margin-top:50px;
	font-size:16pt;
	font-weight:bold;
	text-align:center;
}
.h2 {
	font-size:14pt;
	font-weight:bold;
	text-align:center;

}
.h3 {
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}
.vorteile {
	width:48%;
	float:left;
	text-align:right;
	margin-right:1%;
	color:#060;
}
.nachteile {
	width:48%;
	float:left;
	text-align:left;
	margin-left:1%;
	color:#900;
}
