/* DATEI: tst_desertlon.css */

body								/* BODY */		
{
	Background-Image: url('../images/hintergrund_wueste.jpg');	
	Background-Position: left top;				
	Background-Attachment: fixed;				
	Background-Repeat: no-repeat;
	font-family: arial;						/* Schriftart */
	font-size: 12px;						/* Schriftgrösse */
	letter-spacing: 1px;						/* Zeichenabstand */
}

/* class content */
div.content 
{
	color: black; 						/* Farbe für Schrift */				
	padding: 10px; 						/* Innenabstand allgemein */
	border: solid thin #c8c8c8;					/* Rahmen durchgehend dünn Farbe */
	position: absolute; 						/* Pos für Rahmen abs */
	top: 30px; 						/* 30px von oben */
	left: 30px; 						/* 30px von links */
	width: 720px;						/* 720px Breite */

}

div.content p
{
	text-align: center;						/* Text center */
}

div.content a:link							/* LINK */
{
	color: blue;						/* Link in blau */
	text-decoration: none;					/* Linktext ohne Unterstrich */
}

div.content a:visited						/* LINK */
{
	color: blue;						/* Link in blau */
	text-decoration: none;					/* Linktext ohne Unterstrich */	
}

div.content h1 
{
	font-family: arial;						/* Schriftart */
	font-size: 20px;						/* Schriftgrösse */
	background: #ACE; 					/* Hintergrundfarbe */
	text-align: center;						/* Text center */
}

div.content h2 
{	
	color: blue;						/* Schriftfarbe */
}

div.content h3 
{
	margin: 20px;						/* Abstand von links */
	color: green;						/* Schriftfarbe */
}

div.content h4 
{
	margin: 20px;						/* Abstand von links */
	text-align:justify;						/* Textfluss */
	font-style:normal;
	font:bold;
	font-weight:lighter;
	font-size: 12px;						/* nur wegen IE */



