/*
// trostgesang.de
// (c) Layout: Markus Spicher 2010
// (c) CSS: Gustaf Mossakowski, <gustaf@koenige.org> 2010

braun	rgb(85, 42, 20)
gold	rgb(213, 152, 13)
rosa	rgb(112, 45, 61), 20% = e1d1d5

font	Gill Sans 60pt, 16pt; 20pt, 12pt; 9pt

*/

html, body		{ background-color: #FFF; font-family: "Gill Sans", 
				"Trebuchet MS", sans-serif; color: rgb(85, 42, 20); 
				font-size: 16px; margin: 0; padding: 0; height: 100%; 
				vertical-align: middle; }
#middle			{ width: 100%; height: 100%; border-collapse: collapse; }
.box			{ width: 40em; height: 35em; margin: auto; position: relative; 
				overflow: hidden; border: 1px solid black; }
.vertical-box	{ background: rgb(213, 152, 13); padding: 1.5em 0 5.5em;
				float: left; }
.left			{ padding: 1.5em 0 5.5em; float: left; }

.h1box			{ width: 25em; height: 40em; margin: auto; }
h1				{ font-size: 5em; font-weight: normal; 
				margin: 0; height: 100%; position: absolute; }
ul.topics		{ line-height: 1.4; list-style: none; 
				text-align: right; position: absolute; right: 0; top: 11.1em; 
				padding: 3.5em 7.5em 0 0; background: #e1d1d5; 
				width: 40em; height: 17.5em; }
ul.topics li	{ font-size: 1.33em; }
h2				{ font-size: 1.66em; font-weight: normal; 
				margin-bottom: 0; }
p				{ margin: 0; }

.adresse		{ position: absolute; bottom: 1em; left: 7.5em; 
				padding: .5em; }
address			{ font-style: normal; font-size: .75em; margin: .5em 0;}
