/*copyright by d.thuet (www.thuet.info)*/
	body {
		margin:0; padding:0;
		font-size: 9pt;
		font-family: Verdana, Tahoma, "Times New Roman";
		}

	#header {
		margin:0; padding:0;
		height: 150px;
		background-image: url(graf/Logos/headbanner-thera-schrift.jpg);
		}

	#main1 {
		margin:0; padding:0;
		background: #00d980 top left repeat-y;
		color:#FFFFFF;
		}
		
	#main2 {
		margin:0; padding:0;
		background: #00d980 top right repeat-y;
		color:#FFFFFF;
		}
		
	#left {
		float:left;
		width:160px;
		margin:0; padding:0;
		background: top right no-repeat;
		}
		
	#right {
		float:right;
		width:160px;
		margin:0; padding:0;
		background: top right no-repeat;
		}

	#middle {
		margin:0 160px;
		background: #d8d8d8;
		color: #000000;
		}
	#footer {
		background: #00d980;
		}
	#space {
		margin:0; padding:0;
		height: 9px;
		background-image: url(graf/Logos/smart-abschlusskante.jpg);
		}
	.column-in {
		margin:0; padding:0.5em 1em;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
	
	.copy { 
	text-align:center; 
	font-size:80%;
	}

.titlenavi {
	font-size: 12pt;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Tahoma, "Times New Roman";
}
.titlefooter {
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, "Times New Roman";
}
.litle {
	font-size: 7pt;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-family: Verdana, Tahoma, "Times New Roman";
}
.redfont {
	color: #FF0000;
}
.whitefont {
	color: #FFFFFF;
}
.grayfont {
	color: #C0C0C0;
}
.underline {
	text-decoration: underline;
}
a:link {
	color: #204aef;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #204aef;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}
/*copyright by d.thuet (www.thuet.info)*/