/**
* individuelles Stylesheet Screen für 0026 TJM - Thüringer Justizministerium 
*
* @author Niels Bobogk <niels@i-d.de>
* @copyright © 2005 <i-D> internet & Design GmbH & Co. KG, Weimar
* @link http://www.i-d.de/
*/


h2, h3, h4 {
	color: #8c7000;
}

/* Kopfbereich mit Vignette und Schriftzug
----------------------------------------------------------------------------- */
div#header {
	background: url(/de/bilder/justiz/bg_header.gif) repeat-x left top;
}

/* Navi
----------------------------------------------------------------------------- */
ul.naviLevel1 a, 
ul.naviLevel1 li.active a, 
#right h1 a, 
caption {
	color: #8c7000;
}
ul.naviLevel2, ul.naviLevel2 li {
	border-color: #8c7000;
}
ul.naviLevel3 li a.active, 
ul.naviLevel3 li a.active:hover {
	background: url(/de/bilder/justiz/col.gif) no-repeat right center;
}

/* Formularelemente
----------------------------------------------------------------------------- */
input.text:focus, textarea:focus {
	border-color: #C93;
	background: #FFF;
}
input.btn {
	background: #FC0;
	color: #000;
}


/* farbige Textfelder & JS-Textbox */

.textbox_headline, .textbox_headlineJS{
color: #000;
}

.textboxTitel a{
color: #D2BC04;
}

.textbox_einfach{
  border: 2px solid #ffcc00;
}

.textbox_farbig{
  background:  #ffcc00;
}

.textbox_farbig,.textbox_farbig a{
  color: #000;
}

/* farbige Anpassung Tag-Cloud */ 
#tagCloud {
		background-image: url(/de/bilder/justiz/tag_cloud.jpg);
}

