/* CSS für www.arnodistel.de */

/* SITE LAYOUT */
	body {
		background-color:#666;
		color: #FFF;
	}
   
/* SITE ELEMENTS */
  
	.content {
		clear: left;
		background-image:url(Strix-varia-005_sml.jpg);	
		background-repeat:no-repeat;
		padding-left: 10px; padding-bottom: 40px;
	}
	
	.imageinfo {
		position: absolute;
		bottom: 20px;
		font-size: 10px;
	}

/* TYPOGRAPHY */

	body {
		font-family: arial, helvetica, sans-serif;
	}

	h1 {
		font-size: 42px;
		color: #CCF;
		padding-top: 7px;
	}

	pre {
		font-size: 18px;
	}
	
/* DECORATION */

	img {
		border-width: 0px;
	}
	
	a:active {
		text-decoration: none;
		color: #AAF;
	}
	a:link {
		text-decoration: none;
		color: #AAF;
	}
	a:visited {
		text-decoration: none;
		color: #AAF;
	}
