/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background: #C00;
	text-align: center;
}

/* BASICS */
#maincontainer {
	width: 1000px;
	background: #643F2B;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 390px;
	background: url(/grafik/panoramabild/home.jpg) no-repeat;
}
#polaroid {
	position: absolute;
	margin-left: 320px;
	top: 0;
	background: no-repeat left top;
	height: 390px;
	width: 480px;
	z-index: 2;
}
#languageselect {
	position: absolute;
	top: 12px;
	width: 90px;
	margin-left: 900px;
	text-align: right;
}
#logo {
	position: absolute;
	top: 0;
}
/* CONTENTCONTAONER */
#contentcontainer { width: 1000px; }
#contentcontainer table { width: 100%; background: url(/grafik/contentcontainer_bg.jpg) repeat-x left bottom; /*#643F2C */ }
#contentcontainer table table { background: none; }
#contentcontainer table th#menu {
	width: 220px;
	padding-left: 10px;
}
#contentcontainer table th#menu a:hover img { background-color: #503323; }
#contentcontainer table td#content {
	padding: 0 100px 20px 64px;
	line-height: 18px;
	background: url(/grafik/content_bg.gif) no-repeat center bottom;
	height: 340px;
}
#contentcontainer table td#content h1 {
	font-size: 24px;
	margin: 0;
	padding: 0 0 20px 0;
	font-weight: 500;
}
#contentcontainer table td#content h2, 
#contentcontainer table td#content h3 {
	font-size: 16px;
	margin: 0;
	padding: 0.5em 0;
}
#contentcontainer table td#content h3 { font-size: 12px; }

/* FOOTER */
#footer {
	height: 117px;
	background: #A1CDA4 url(/grafik/footer_bg.jpg) repeat-x left top;
}
#footer, #footer td, #footer a { color: #4D7451; }
#footer a:hover { color: #50543A; }
#footer table {
	height: 90px;
	margin: 15px 0 0 10px;
}
#footer table th {
	width: 112px;
	vertical-align: middle;
	text-align: center;
	background: url(/grafik/footer_logo_bg.gif) no-repeat left top;
}
#footer table th img { border: 2px solid #88B98C; background-color: white; }
#footer table th a:hover img { border-color: white; }
#footer table td {
	vertical-align: middle;
	padding: 0 10px 0 30px;
}
#footer table td#printlogo { display: none; }

/* COPYRIGHT */
#copyrightcontainer {
	background-color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
#copyrightcontainer, #copyrightcontainer a {
	color: #E68080;
	text-decoration: none;
}
#copyrightcontainer a:hover { color: white; }

/* BILDBOXEN */
.imagebox {
	width: 210px; /* x IE */
	float: right;
	text-align: right;
}
.imagebox img { margin: 1px 1px 0 0; }
/* 296x140 */
.imagebox2 img.imageright {
	margin-right: 10px;
	border: 1px solid #A0CDA4;
}
.imagebox2 img { border: 1px solid #A0CDA4; }
/* links/rechts: || 193x140 mitte: 194x140*/
.imagebox3 img.imageright {
	margin-right: 10px;
	border: 1px solid #A0CDA4;
}
.imagebox3 img { border: 1px solid #A0CDA4; }