/* $Id: schreib-liesl.css 56 2005-07-31 23: 16: 29Z ee $ */

body {
	font-family: Courier New,Serif;
	text-align: center;
}
#adspace {
	height: 90px;
	text-align: center;
}
#mainbox {
	margin: 0px auto;
	width: 990px;
	background: url('liesl-neu.gif');
	background-repeat: no-repeat;
	text-align: left;
}
#leftbox {
	width: 370px;
	padding-top: 185px;
	padding-left: 50px;
	line-height: 20px;
	float: left;
	height: 306px;
}
* html #leftbox {
	width: 420px;
}
#rightbox {
	width: 350px;
	padding-top: 120px;
	padding-left: 100px;
	line-height: 20px;
	float: left;
}
* html #rightbox {
	width: 450px;
}
#footer {
	clear: left;
	padding-top: 32px;
	text-align: center;
	margin: 6px 0px;
	font-size: 11px;
}
h1 {
	font-size: 18px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	margin: 0px;
}
p {
	font-size: 18px;
	margin: 0px;
}
a {
	color: green;
}
a: hover {
	text-decoration: none;
}