/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background: #FF811A url(/grafik/body_bg.gif) repeat-y left top;
}
h1 { 
	font-size: 21px;
	font-weight: 600;
/*	color: #FF7300;*/
}
h2 { font-size: 14px; }
h3 { font-size: 12px; }

#maincontainer {
	width: 856px;
	height: 800px;
	margin-left: 15px;
	background: url(/grafik/panoramabild/willkommen.jpg) no-repeat right top;
}

/* MENU */
#logo, #menu { 
	float: left; 
	width: 235px;
	color: white;
}
#menu blockquote {
	margin: 40px 0 20px 20px;
	padding: 0;
	font-size: 11px;
}
#menu a { color: #FFFCEF; }

#menu ul {
	list-style: none;
	margin: 0 0 0 14px;
	padding: 0;
	width: 198px;
}

/* LEVEL 0 */
#menu ul li a {
	border-bottom: 1px dashed #AF5E61;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background: url(/grafik/menu_ul.gif) no-repeat left center;
}
#menu ul li a:hover { text-decoration: underline; }
#menu ul li.activ a { color: #D1A19B; }

/* LEVEL 1 */
#menu ul ul { margin: 0; }
#menu ul ul li a {
	border-bottom: 1px dashed #AF5E61;
	font-weight: normal;
	color: white;
	padding-left: 40px;
	background: #952B2D url(/grafik/menu_ul_ul.gif) no-repeat left center;
}
#menu ul li.activ li a { color: #FFF; }
#menu ul li.activ li.activ a,
#menu ul li.activ a li.activ a,
#menu ul li li.activ a { text-decoration: underline; }
#menu ul.closed { display: none; }


/* CONTENTCONTAINER */
#contentcontainer { 
	float: right;
	padding-top: 280px;
	width: 600px;
	padding-right: 10px;
	line-height: 140%;
	clear: right;
}

/* COPYRIGHT */
#copyright {	
	color: white;
	clear: both;
	vertical-align: bottom;
	font: 10px Arial, Helvetica, sans-serif;
/*	margin: 20px 0 0 19px;
	padding-bottom: 4px;*/
	margin: 20px 0 4px 4px;
}
#copyright a { 
	text-decoration: none;
	color: white;
}
#copyright a:hover { text-decoration: underline; }
#copyright div { margin: 3px 5px; }
#copyright img {
	margin: 0;
	padding: 0;
	float: left;
}
#copyright a.pilolycom {
	border-bottom: 1px solid #8C191C;
	border-right: 3px solid #8C191C; /* Abstand zum seperator als border wg. float left! */
	display: block!important; /* Verhindert Darstellungsfehler bei Firefox */
	float: left!important; /* x Zeilenhöhe */
	width: 57px; /* breite vom Bild muss angegeben werden */
}
#copyright a.pilolycom:hover { border-bottom: 1px solid #FFF; }


/* KLASSEN */
/*TABELLEN*/
.tabelle { border: 1px solid #FCE0C6; }
.tabelle td, .tabelle th {
	font-size: 11px;
	padding: 2px;
}
.tabelle td { text-align: center; }
.tabelle th {
	padding: 4px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	background-color: #952B2D;
	color: #FFF2C4;
}
.tabelle th a { color: #FFF2C4; }
.hell {	background-color: #FDEBD8; }
.dunkel { background-color: #FCE0C6; }

/* BILDBOXEN */
.imagebox {
	width: 210px; /* x IE */
	float: right;
	text-align: right;
}
.imagebox img { margin: 1px 1px 0 0; }
