/* CSS Document */
body{
                font-family: Trebuchet MS, Arial, sans-serif;
                font-style: normal;        
                font-size: 12px; line-height: 15px; font-weight: 100;
}
body>table{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-350px;
	background-image: url(img/backgroundlines.jpg);
	width: 900;
	height: 641;
} /*die Tabelle, die nach body folgt, vertikal und horizontal zentrieren*/
body>table td {background-repeat:no-repeat;} /*wiederholendes bg-images unterdrücken*/
p {font-family: Trebuchet MS, Arial, sans-serif;font-size: 12px; line-height: 15px; font-weight: 100; color: black;}
h1 { font-family: Trebuchet MS, Arial, sans-serif; font-size: 16px; line-height: 19px; font-weight: 900; color: white;}
h2 { font-family: Verdana, sans-serif; font-size: 10px; line-height: 12px; font-weight: 100; color: white}
h3 { font-size: 11px; font-style: normal; line-height: 11px; font-weight: 100; color: #FF9900}
h4 {  font-family: Times, serif; font-size: 9px; font-style: normal; line-height: 11px; font-weight: 500; color: #666666}
a:link, a:visited { font-family: Arial, sans-serif; font-size: 11px; line-height: 15px; font-weight: 900; color: #1241AF; text-decoration: none}
a:active {  font-size: 11px; line-height: 15px; font-weight: 900; color: #333333;}
a:hover { text-decoration: none; font-weight: 500; color: #66CCFF;}
