<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html 	*{
	padding: 0;
	margin: 0;
	}
a img, :link img, :visited img {
  	border: 0;
	}
table	{
  	border-collapse: collapse;
  	border-spacing: 0;
	}
ol, ul	{
  	list-style: none;
	}
p	{
	line-height: 18px;
	}
body 	{
	background: #D0D0D0;
  	color: #252525;
  	margin: 0;
  	padding: 0;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	text-align: center; 
	}
a 	{
 	text-decoration: none;
 	color: #3333CC;
	}
a:link	{
 	color: #3333CC;
	}     
a:hover, a:active {
	color: #ff1e26;
	text-decoration: underline;
	}  
#wrapper{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(images/main_background.gif) repeat-y top left;
}
#head   {
	width: 850px;
	margin-left: 10px;
    margin-right: 10px;	
	padding: 25px 25px 25px 25px;
	height: 375px;
	background: #fff;
	position: relative;
	}
#head h1{
	position: absolute;
	top:20px;
	left: 22px;
	width: 350px;
	height: 23px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight: bold;
	}
#head h1 a{
	text-decoration: none;
	}
h2	{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;	
	color: #3333CC;
	}
h3	{
	padding: 10px 0 10px 0;
	font-size: 16px;
	color: #3333CC;
	font-weight: bold;
	}
h4	{
	padding: 0 0 5px 0;
	color: #3333CC;
	font-size: 14px;	
	font-weight: bold;
	}
h5	{
	padding: 0 0 5px 0;
	color: #3333CC;
	font-size: 12px;	
	font-weight: normal;
	}
td	{
	vertical-align: top;
	}
.select{
	font-size: 16px;
	}
.select a {
	display: block;
	font-size: 11px;
	text-decoration:none;
	padding:5px 8px 5px 8px;
	background-color: #0056AB;
	color:#fff;
	margin-right: 1px;
	font-size: 14px;	
	font-weight: normal;
	}
.select a:hover {
	background-color: #FDCA00;
	color: #0056AB;
	}	
.trenner {
	border-top: 1px solid #A9A9A9;
	}	
img.left {
/*	float: left; */
	margin-right: 25px;
	margin-bottom: 20px;
	border: 1px solid;
	border-color: #C0C0C0;
	}	
#header-image {
	position: absolute;
	top:140px;
	}	
#container {
	float: left;
	width: 900px;
	margin-left: 10px;
    margin-right: 10px;	
	}
#col_left {
	float: left;
	width: 565px;
	padding: 30px 25px;
	}
#col_left p{
	padding-bottom: 20px;
	}	
#col_right {
	float: right;
	background: #E0E0E0;
	width: 224px;
	padding: 30px 30px 20px 30px;
	}
#menu{
	padding-bottom: 20px;
	border-bottom: 1px solid #A9A9A9;
	}
#menu ul{
	margin-bottom: 5px;
	}
#menu li{
	margin-bottom: 5px;
	}
#menu span {
	}		
#menu a {
	display: block;
	background-color: #3333CC;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	position: relative;
	}
#menu a:hover {
	background-color: #ff1e26;
	font-weight: bold;	
	}
#kontakt {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #A9A9A9;
	}
#kontakt img {
	float: left;
	padding-right: 5px;
	}
.dots   {
	padding-bottom: 20px;
	line-height: normal;
}	
.dots ul li {
	padding:0 0 5px 20px;
	background: url(images/bullet.png) no-repeat top left;
}
.dots-white  ul li {
	padding:0 0 5px 20px;
	background: url(images/bullet-old.png) no-repeat top left;
}
#footer {
	width: 920px;
	background: #FFC100 url(images/footer_background.gif) repeat-y top left;
	margin: 0px auto 20px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #252525;
	}
#footer p {
	text-align: center;
	font-size: 90%;
	}
label  {
	display:block;
	font-size: 90%;
	margin: 0;
	padding-top: 5px;
	padding-left: 3px;
}
input.text, textarea {
  	font-family:  Arial,Helvetica,sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #252525;
	background: #F0F0F0;	
	border-color: #F0F0F0 #808080 #808080 #808080;
	border-style:solid;
	border-width: 1px;
	padding: 2px;
	width: 100%;
}
input.button {
	margin-top: 5px;
	padding: 2px;
	width: 100%;
}
</pre></body></html>