/**
* Formatierungen Institut ISP
*
* ? 2007 <i-D> internet & Design GmbH & Co. KG
* Erfurter Str. 35
* 99423 Weimar
* Deutschland
* Fon:     03643 7785 0
* Fax:     03643 7785 29
* E-Mail:  office@i-d.de
* Web:     http://www.i.d.de/
*
* @author Niels Bobogk <niels@i-d.de>
*/

/* 01_reset
----------------------------------------------------------------------------- */
body {
	background-image: url(../../../img/bg_body_i.gif);
}

/* 02_layout
----------------------------------------------------------------------------- */
#logo {
	background-image: url(../../../img/logo_i_isp.gif);
	width: 420px;
}
#layerFunctions {
	background-image: url(../../../img/bg_functions_i.gif);
}
#layer01 {
	background-image: url(../../../img/bg_layer01_i.gif);
}
#layer01.layout02 {
	background-image: url(../../../img/bg_layer01_layout02_i.gif);
}
#footer{
	background-image: url(../../../img/bg_footer_i.gif);
}

/* 03_navi
----------------------------------------------------------------------------- */
#navi a {
	background-image: url(../../../img/i_navi_i.gif);
}
#navi li ul li ul li a {
	background-image: url(../../../img/i_navi3_i.gif);
}

/* 05_content
----------------------------------------------------------------------------- */
.i_layout_farbig { 
	background-image: url(../../../img/i_layout_farbig_i.gif); 
}
#content h3 {
	color: #b1a799 !important;
	border-left: 2em solid #D6CFC2 !important;
	}


