/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% Verdana, sans-serif;
	line-height: 1.6;
	color: #353733; 
	background: #C7B9CA url(vase2.jpg) no-repeat bottom right; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.64em Verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 7px; 
	color: #5D573C;
	}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #8675AA;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #8675AA;
	}
a:hover { 
	text-decoration: normal; 
	color: #66558A;
	}
a:active { 
	text-decoration: normal; 
	color: #8675AA;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container { 
	background: url(apfelbluete.jpg) no-repeat top left; 
	padding: 0 128px 0 100px;  
	margin: 0; 
	position: relative;
	}

#intro { 
	min-width: 560px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(h1.png) no-repeat top left; 
	margin-top: 10px; 
	margin-left: 175px; 
	width: 235px; 
	height: 54px; 
	float: left;
	}
#pageHeader h1 span {
	display:none;
	}
#pageHeader h2 { 
	background: transparent url(h2.png) no-repeat top left; 
	margin-top: 6px; 
	margin-bottom: 30px; 
	width: 160px; 
	height: 48px; 
	float: right;
	}
#pageHeader h2 span {
	display:none;
	}
#pageHeader {
	padding-top: 20px;
}

#quickSummary {
	clear:both; 
	margin: 60px 5px 0px 10px; 
	width: 180px; 
	float: left;
	}
#quickSummary p {
	font: italic normal 1.64em Verdana, sans-serif;
	color: #5D573C;
	letter-spacing: 1px; 
	text-align:left;
	}
#preamble {
	clear: right; 
	padding: 0px 0px 0 0px;
	}
#bild{
	border:6px solid #E9E3E5;
	}
#brixi{
	position:absolute;
	top:92px;
	left:612px;
	}
#supportingText {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}
#explanation img {	
	border:0px;
	}

