/**
* Alternativer Stylesheet für Kontrastreiche Darstellung
*
* © 03/2006 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>
*/


@import url(screen.css); 

body {
	height: 100%;
   background: #000 url(../bilder/system/bg_navi_contrast.gif) repeat-y left bottom;
}
#left, #left *, #left a {
	background: #fff;
	color: #000 !important;
}
#content *, #content a {
	background: #000;
	color: #fff;
}
#content {
	background: #000 url(../bilder/system/bg_navi_contrast.gif) repeat-y left bottom;
}


/* Navigation
----------------------------------------------------------------------------- */
/* 1. Ebene */
#navi {
	border-top: 1px solid #000;
	background: url(../bilder/system/bg_navi_contrast.gif) repeat-y left bottom;
}
#navi a { 
   border-color: #000;
}
/* 2. Ebene */
#navi ul  { 
   border-left: 5px solid #000;
}
#navi ul a { 
   padding-left: 12px;
}
/* 3. Ebene */
#navi ul ul { 
   border-left: none;
}
#navi ul ul a { 
   border-color: #000;
}
#navi ul ul a.last { 
   border-bottom: 1px solid #000;
}
#navi ul ul strong a {
   background: url(../bilder/system/navi3_active_sw.gif) no-repeat 11px 0.9em;
}


/* Formulare
----------------------------------------------------------------------------- */
input, textarea {
   background: #fff !important;
   color: #000 !important;
}


