/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background-color: #FCF8F0;
	text-align: center;
}
h1 { 
	font-size: 18px;
	line-height: 110%;
	font-weight: normal;
}
h2 { font-size: 14px; }
h3 { font-size: 12px; }

#header, #maincontainer {
	width: 958px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#maincontainer {
	margin-top: 10px;
}

/* HEADER */
#header {
	height: 274px;
	background: url(/grafik/header_bg.gif) no-repeat left top;
}
#logo {
	float: left;
	width: 220px;
	text-align: center;
	overflow: hidden;
}
#logo img {
	margin-top: 60px;
}
#languageselect {
	color: #99B2B2;
	float: left;
	margin: 14px 0 0 4px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#languageselect a { 
	color: #99B2B2;
	text-decoration: none;
}
#languageselect a:hover { 
	color: #366; 
	text-decoration: underline;
}

#panorama {
	float: right;
	width: 724px;
}

/* MENU */
#menu { 
	float: left; 
	clear: left;
	width: 218px;
}
#menu ul {
	list-style: none;
	margin: 10px 0 25px 0;
	padding: 0;
	border-top: 1px solid #E7E5E2;
}

/* LEVEL 0 */
#menu ul li a {
	padding: 6px 0 6px 15px;
	border-bottom: 1px solid #E7E5E2;
	display: block;
	text-decoration: none;
	background: url(/grafik/menu_ul.gif) no-repeat right center;
	color: #366;
}
#menu ul li a:hover { text-decoration: underline; }
#menu ul li.activ a { color: #D1A19B; }
#menu ul.closed { display: none; }

/* CONTENTCONTAINER */
#content { 
	line-height: 140%;
	margin: 0 257px 50px 257px;
}
#adresse {
	padding: 40px 0 10px 0;
	clear: right;
	text-align: justify;
}

/* SHOWCASES */
#showcases {
	width: 212px;
	float: right;
}
#showcases dl {
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid #E7E5E2;
}
#showcases dt, #showcases dd { margin: 0; }
#showcases dt { padding: 9px 9px 2px 9px; }
#showcases dd { padding: 0 9px 9px 9px; }

#showcases dd div { 
	margin-top: -1em;
	text-align: right;
}

/* expressanfrage in showcases */
.expressanfragebreit { width: 100px; }
.expressanfragemittel { width: 75px; }
.expressanfrageklein { width: 25px; }


/* COPYRIGHT */
#copyright { 
	margin-top: 20px;
	font: 10px Arial, Helvetica, sans-serif;
	float: left;
	padding: 4px;
}
#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: underline; }


/* KLASSEN */
/*TABELLEN*/
.tabelle { border: 1px solid #D6DCD5; }
.tabelle td, .tabelle td { 
	text-align: center;
	padding: 6px 2px;
}
.tabelle th {
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	background-color: #D6DCD5;
}
.tabelle td { background-color: #F2F1E9; }
.tabelle tr.dunkel td { background-color: #E8E9E2; }
.tabelle th.alignleft, .tabelle td.alignleft { text-align: left; }
.tabelle tr.dunkel2 td { background-color: #DFE2DB; }

/* BILDBOXEN */
.imagebox {
	/* width: 400px; x IE */
	width: 438px;
	min-width: 440px;
	margin: 1em 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}
.imagebox img { margin: 1px 1px 0 0; }