/* css für augsburg© Michael Bauer */


body {
	
	background: #ffffff url(img/lyla.jpg) no-repeat center;
	background-attachment:fixed;
	color: #78a;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 16px; 
	
}

a:link {

 color: #999999;  
 
 font-weight: bold;
 text-decoration: none; 
 }

a:visited { 
 font-family: arial, verdana,trebuchet,sans-serif;
 
 color: #999999;
 
 font-weight: bold; 
 text-decoration: none;
}

a:active { 
 font-family: arial, verdana,trebuchet,sans-serif;
 color: #999999; 
 
 font-weight: bold; 
 text-decoration: none;

}

a:hover { 
font-family: arial, verdana,trebuchet,sans-serif;

 color: #806449;
 
 font-weight: bold; 
 text-decoration: none;

}
h1 {
	color: #78a;
	font-size: 200%;
	margin: 0;
}

h2 {
	color: #78a;
	font-size: 180%;
	margin: 0;
}
h3 {
	color: #806449;
	font-size: 120%;
	font-weight: bold;
}
h4 {
	color: #78a;
	font-size: 110%;
}





div#wrapper {
	
	width: 650px;
	margin: 0 auto;
	padding: 0;
}





/* Styles für Text */
}
	.text{
	float: left;
	width: 600px;
	overflow: hidden;
	
}

