body{
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
td{
	font-size: 11px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #497CB5;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h1.flow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #497CB5;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #497CB5;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h2.flow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #497CB5;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #497CB5;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h3.flow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #497CB5;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
p{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li{
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.3em;
	padding-left: 1.3em;
	margin-bottom: 3px;
}
sup {
	vertical-align: top;
	font-size: 0.8em;
	line-height: 100%;
}
sub {
	vertical-align: bottom;
	font-size: 0.8em;
	line-height: 100%;
}
.more{ /* DW */
	font-weight: bold;
}
a:link, a:visited{
	color: #497CB5;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
}
.strong{
	font-weight: bold;
}
.light{
	color: #CDE6FE;
}
.em{
	font-weight: bold;
	color: #0F3279;
}
ul.small{
	font-size: 10px;
}
.swapimg{/* DW */
}
.error{
	color: #C00;
	font-weight: bold;
}
a:link.swapimg, a:visited.swapimg{
	display: block;
	border: 1px solid #497CB5;
}
a:hover.swapimg, a:active.swapimg{
	display: block;
	border: 1px solid #C00;
}
.nomargin{
	margin: 0px;
	padding: 0px;
}
.divider{
	display: block;
	height: 1px;
	background: #BFD7EA;
	margin: 5px 0px;
	overflow: hidden;	/* IE */
}
.container{
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-color: #F1F8FF;
	height: 550px;
}
.header{
	background-image: url(../img/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.footer{
	font-size: 10px;
}
.remark{
	font-weight: bold;
	color: #F00;
	background: #FF0;
}
td.formanswers{
	padding-top: 3px;
}
.input{
	border: 1px solid #497CB5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
}
.button{
	border: 1px solid #497CB5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	cursor: pointer;
}
.button:hover{
	background: #BFD7EA;
}
.px100{
	width: 100px;
}
.px200{
	width: 200px;
}
.px310{
	width: 310px;
}
.px300{
	width: 600px;
}
input.small, select.small{
	width: 90px;
}
textarea.tableleft{
	font-size: 10px;	
	margin-bottom: 5px;
	font-weight: bold;
	width: 80px;
}
textarea.tableright{
	font-size: 10px;	
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: normal;
	width: 220px;
}

.special-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#5E8E3F;
}

.vorteilebox {
	background-color:#FFFFFF;
	border: 1px solid #6F6E76;
	width:260px;
	height:250px;
}

.vorteile {
	list-style-type:none;
	padding:10px 5px 5px 5px;
}

.vorteile li {
	background-image: url(../img/bulletp.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.3em;
	padding-left: 1.3em;
	margin-bottom: 3px;
}