<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:'Quattrocento Sans', sans-serif;
	font-weight:400;
	margin:10px 0 20px 0;
	color:#666;
	}
	
	
h2 {
	font-family:'Quattrocento Sans', sans-serif;
	font-weight:lighter;
	color:#666;}
	
h3 {
	font-family:'Quattrocento Sans', sans-serif;
	font-weight:lighter;
	color:#666;
	}	
	
h4 {font-family:'Quattrocento Sans', sans-serif;
font-weight:lighter;
color:#006;
margin-top:20px;
margin-bottom:0px;}



.themen {
	margin:15px 0 15px 0;}
	
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#F90;
	text-decoration:none;}

a:hover {
	text-decoration:underline;!important}
	
p {
	font-family:'Quattrocento Sans', sans-serif;
	font-size:14px;
	line-height:20px;
	color:#666;
	}
	
.big {
	font-size:20px;}
	
body {
	background-color:#eceded;
	background-image:url(bgue.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;}

.container {
	width:800px;
	margin:50px auto;
	background-color:#FFF;
	position:relative;
	padding-bottom:15px;
	-webkit-box-shadow: #666 0px 2px 5px;
	-moz-box-shadow: #666 0px 2px 5px;
	box-shadow: #666 0px 2px 5px;
	behavior:url(../pie/PIE.htc);
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;}
	
.header {
	width:750px;
	padding:25px;
	border-bottom:5px solid #F90;}

.content {
	width:600px;
	border-top:solid 2px #999;
	padding:50px 100px 50px 100px;
	background-color:#FFF;
	position:relative;
	margin:auto;}
	
.footer {
	height:50px;
	border-top:5px solid #F90;}
	
.price {
	font-weight:bold;
	color:#000;
	text-align:center;
	display:block;
	height:30px;}
	
.price span {
	font-size:14px;}
	
.button {
	display:block;
	width:100%;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:5px;
	box-shadow: 2px 2px 3px #666;
	padding:10px 0 10px 0;
	text-align:center;
	background-color:#F90;
	color:#FFF;}

/*************CSS-TOGGLE**************/

.trigger:before {
	content:'► ';}
	
.trigger:hover:before {
	content:'▼ ';}

.trigger {
	-moz-border-radius:15px;
	background-image:url(faqbg.jpg);
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #ddd;
	color:#FFF;
	cursor:pointer;
	margin-bottom:5px;
	padding:5px 0 5px 20px;
	
	width:600px;
}

.trigger_active:before {
	content:'▼ ';}
	
.trigger_active:hover:before {
	content:'▲ ';}

.trigger_active {
	color:#FFF;
	text-shadow:0 1px 0 #999;
	-moz-border-radius:15px 15px 0 0;
	-webkit-border-radius:15px 15px 0 0;
	border-radius:15px 15px 0 0;
}
.toggle_container {
	padding:20px;
	width:579px;
	margin-bottom:8px;
	border: dotted 1px #666;
	border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
}</pre></body></html>