/* CSS Document */

body {
   font-family:Arial, Helvetica, sans-serif;
   color: #000000;
   background-color: #ffffff;
   padding: 0;
   margin: 0;
   }
   
.text {
   font-size: 13px;
   color: #000000;
   line-height: 19px;
   }
   
   
.textklein {
   font-size: 11px;
   color: #000000;
   line-height: 14px;
   }

   
 .starttext {
   font-size: 11px;
   color: #000000;
   line-height: 25px;
   text-transform:uppercase;
   }
  
.textlink {
   font-size: 13px;
   color: #000000;
   line-height: 19px;
   text-decoration: underline;
   }
   
a.menu {

	font-size: 12px;
	font-style:normal;
	text-transform: uppercase;
	color:#000000;
	text-decoration:none;
	padding-left: 8px;
	}
	
a.menu1 {

	font-size: 11px;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	}
	
a.menu1:hover {

	font-size: 11px;
	font-style:normal;
	color:#ff0000;
	text-decoration:none;
	}
	
a.menu1:active {

	font-size: 11px;
	font-style:normal;
	color:#ff0000;
	text-decoration:none;
	}

a.menuactive {

	font-size: 11px;
	font-style:normal;
	color:#ff0000;
	text-decoration:none;
	}
