body{
	font-family:Verdana;
	font-size:14px;
	color:#FFF;
}

.ground ul li
{
	list-style-type:none;
}

.ground ul li a,
a.arrowLink{
	background: url('../Images/pfeil13_normal.gif') no-repeat left center;    
	padding: 0px 0px 0px 20px;		
	line-height:20px;
}
.ground ul li a:hover,
a.arrowLink:hover{
	background: url('../Images/pfeil13_active.gif') no-repeat left center; 
	
}

#welcomeLink{
	font-family:Trebuchet MS, Verdana;
	font-style:italic;
	color:#FFF;
	font-size:50px;
	position:relative;
	left:350px;
	top:420px;
	background: url('../Images/Pfeil_Large.gif') no-repeat left center;   
	padding: 0px 0px 0px 80px;
}
#welcomeLink:hover{
	color:#F60;
	background: url('../Images/Pfeil_Large_Active.gif') no-repeat left center;   
	padding: 0px 0px 0px 80px;
	text-decoration:none;
}
.ground h1{
	
	font-family:Trebuchet MS, Verdana;
	font-style:italic;
	margin:0px;
	text-align:left;
	color:#333;
	font-size:medium;
	
}

.sky
{	
	height:200px;	
	text-align:center;
	
}

.ground{

	position:relative;
	top:30px;

}
.ground div
{
	overflow:auto;
	height:260px;
}
.content a{
	color:#FFF;	
}
.content a:hover{
	color:#f60;
	text-decoration:none;
}
textarea,
input
{
	font-family:Verdana;
	font-size:smaller;
	
}
.button
{
	cursor:pointer;
}
