.small {
	font-size:10px;
	font-style:italic;
	}
	.test1 {
	float:left;
	margin-right:3px;
	}
	
.test2 {font-size:12px;
	color: #990000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	float:right;
	width:400px;}
	
.test3 {
	height:3px; 
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(images/test_trenner.jpg);
	}

.testa {
	background-image:url(images/test2.jpg);
	background-repeat:repeat-y;
	width:454px;
	}
	
.testb {
	background-image:url(images/test1.jpg);
	background-repeat: no-repeat;
	background-position:top;
	width:454px;
	}
	
	
a:link,
a:visited,
a:hover{
	color: #666666;
	}	
	

a:hover{
	color: #990000;
	}

.testc {
	background-image:url(images/test3.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width:424px;
	padding:15px;
	}
	
body {	margin:0px;
	padding:0px;
	}	
body,
p,
td,
input,
textarea {
	font-family:  Arial;
	font-size:12px;
	line-height:18px;
	}
	
.input_rechts {
	float:right;}
