/* 1.0 | hannes | 2006-04-21 | belvita.it */

body { 
	margin: 0 auto; 
	padding: 0;
	background: #333 url(/grafik/body_bg.jpg) repeat;
	text-align: center;
}
h1 { font-size: 18px; font-weight: 500; margin: 0 0 0.5em 0; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
blockquote {
	border: 1px solid #A4DA2E;
	background: #CCEC88 url(/grafik/blockquote_bg.gif) no-repeat left top;
	margin: 1em 0;
	padding: 10px 15px 10px 25px;
}

#invisiblehr { border: 1px solid #BAE953; }

#header, #extramenu, #panoramabild, #maincontainer, #logos, #fooder, #panoramaflash {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#panoramaflash { background: #A0E113 url(/grafik/panoramaflash_bg.gif) repeat-x left top; }

/* EXTRAMENU */
#extramenu {
	height: 25px;
	background: #FFF url(/grafik/extramenu_bg.jpg) no-repeat left top;
	line-height: 25px;
	color: #6F9D08;
}
#extramenu a { 
	margin-left: 5px;
	color: #6F9D08;
	font-weight: bold;
}
#extramenu a:hover { color: #415F00; }

/* PANORAMABILD */
#panoramabild {
	height: 278px;
	text-align: right;
	overflow: hidden;
	background: #A0E113 url(/grafik/panoramabild/index.jpg) no-repeat left top;
}

/* MAINCONTAINER */
#maincontainer { background: #A0E113; } /* x InternetExplorer */ 
#contentcontainer { background: url(/grafik/content_top_bg.gif) no-repeat left top; }
#contentcontainer h1 { 
	margin: 15px 0 10px 50px;
	line-height: 20px;
}
#sitemap {
	margin: 50px 0 0 50px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#sitemap a { text-decoration: none; }
#sitemap a:hover { text-decoration: underline; }

#content { 
	background: #BAE953;
	margin: 0 30px;
	border: 1px solid #BAE953;
	padding: 0 20px;
	line-height: 140%;
	min-height: 50px;
}

/* MENU */
#menu {	
	width: 230px;
	background: #7CB500 url(/grafik/menu_bg.gif) repeat-y left top;
}
#menu ul, #menu li { 
	margin: 0;
	padding: 0;
	list-style: none;
}
/* LEVEL 0 */
#menu ul li a {
	padding: 8px 0 8px 30px;
	border-bottom: 1px solid #DBF6A7;
	display: block;
	background: url(/grafik/menu_ul.gif) no-repeat left top;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
}
#menu a.activ { text-decoration: underline; }
#menu ul li a:hover { text-decoration: underline; }

/* LEVEL 1*/
#menu ul ul li a {
	padding-left: 45px;
	background: #DEEEBD url(/grafik/menu_ul_ul.gif) no-repeat left top;
	border-color: #FFF;
	color: #5A8300;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
#menu ul li a:hover { text-decoration: underline; }

/* SHOWCASE */
#showcase { margin: 2em 0; }
#showcase dl, #showcase dt, #showcase dd {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#showcase dl { margin: 1.5em 0; }
#showcase dt {
	background: url(/grafik/showcase_dt.gif) no-repeat center top;	
	padding: 22px 20px 4px 20px;
	font-weight: bold;
}
#showcase dd {
	background: url(/grafik/showcase_dd.gif) no-repeat center bottom;	
	padding: 0 20px 20px 20px;
}

/* FOODER */
#logos {  background: #FFF; }
#logos th {
	font-weight: normal;
	vertical-align: bottom;
	font: 10px Arial, Helvetica, sans-serif;
	width: 230px;
}
#logos td {
	text-align: center;
	vertical-align: middle;
}
#logos td img { margin: 10px auto; }

/* COPYRIGHT */
#copyright {
	vertical-align: bottom;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 4px;
}
#copyright a { text-decoration: none; }
#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 #FFF;
	border-right: 3px solid #FFF; /* 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 #415F00; }
#copyright a:hover { color: #415F00; }

/* KLASSEN */

/* BILDBOXEN */
.imagebox { 
	margin: 1em 0;
	width: 648px;
	clear: both;
}
.imagebox img { margin: 1px 1px 0 0; }


.streamline { background: url(/grafik/streamline.gif) repeat-x left center; }
.streamline h2 { 
	background-color: #BAE953;
	float: left;
	padding-right: 3px;
}
.pdf {
	padding: 2px 0 2px 22px;
	background: url(/grafik/icon_pdf.gif) no-repeat left center;
}
.download {
	background: url(/grafik/icon_download.gif) no-repeat left center;
	padding: 0 0 0 15px;
}