/* CSS Document */
body {
	background: #FFB800 url(/grafik/body_bg.jpg) repeat-y center top;
	text-align: center;
	margin: 0;
	padding: 0;
}
body, td, th {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #C60;
}
h1 {
	font-size: 21px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
a { color: #C60; }
.blocksatz { text-align: justify; }

/* LAYOUT */	
#panoramabild, #maincontainer, #copyright {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

/* CONTENT */
#content {
	width: 460px;
	margin: 0 0 0 30px;
	padding-top: 10px;
	line-height: 140%;
}
#content a { text-decoration: none; }

/* ADRESSE */
#adresse {
	float: right;
	width: 220px;
	margin: 0 15px 0 0;
}
#adresse dl, #adresse dt, #adresse dd {
	margin: 0;
	padding: 0;
}
#adresse dl { margin-bottom: 1em; }
#adresse dt {
	background: url(/grafik/adresse_dt_bg.jpg) no-repeat left top;
	font-weight: bold;
	line-height: 29px;
	text-indent: 10px;
}
#adresse dd {
	background: url(/grafik/adresse_dd_bg.gif) no-repeat center bottom;
	padding: 10px;
	font-size: 10px;
	line-height: 120%;
}

/* COPYRIGHT */
#copyright {
	padding: 20px 0 4px 0;
	clear: both;
	font: 10px Arial, Helvetica, sans-serif;
	text-indent: 30px;
}
#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

.imagebox { width: 460px; }