/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(../../images/hg.gif);
	background-repeat: repeat-x;
	background-color: #666666;	
}
	a:link{
	color:#ffffff;
	text-decoration: none;
}
 	a:visited{
	color:#CCCCCC;
	text-decoration: none;
}
 	a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
 	a:active{
	color:#FFFFFF;
	text-decoration: underline;
}
#logo{
	position: absolute;
	left:20px;
	top:10px;	
	}
#ueberschrift{
	position:absolute;
	left:249px;
	top:11px;
	color: #333333;	
	}	
#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}
#content{
	position:absolute;
	left:200px;
	top:150px;
	}
	

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 140%;
}
	

