/**
* Template-Nr. 0210 - lzt
*
* @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: #3d5266;
}

/* Kopfzeile
----------------------------------------------------------------------------- */
div#header {
	background: url(/de/bilder/lzt/bg_header.gif) repeat-x left top;
}

/* Navi
----------------------------------------------------------------------------- */
ul.naviLevel1 a, 
ul.naviLevel1 li.active a, 
#right h1 a,
caption  {
	color: #3d5266;
}
ul.naviLevel2, ul.naviLevel2 li {
	border-color: #3d5266;
}
ul.naviLevel3 li a.active, 
ul.naviLevel3 li a.active:hover {
	background: url(/de/bilder/lzt/col.gif) no-repeat right center;
}



/* farbige Textfelder & JS-Textbox */

.textbox_headline, .textbox_headlineJS, .textboxTitel a{
color: #5E9BC2;

}

.textbox_einfach{
  border: 2px solid #99cbfe;
}

.textbox_farbig{
  background:  #99cbfe;
}

.textbox_farbig,.textbox_farbig a{
  color: #1b1b1b;
}


/* farbige Anpassung Tag-Cloud */ 
#tagCloud {
		background-image: url(/de/bilder/lzt/tag_cloud.jpg);
}

/* Termine */
div.termineItem {
	margin: 0 0 16px 0;
}
div.termineItem .termineHeader {
	background: #ccc;
	color: #000;
	border-top: 3px solid #074368;
	margin: 0 0 6px 0;
	font-size: 1em;
}
div.termineItem .termineHeader .colLeft {
	float: left;
	width: 155px;
	padding: 1px 6px 3px 11px;
}
div.termineItem .termineHeader .colRight {
	float: left;
	padding: 1px 6px 3px 15px;
}
div.termineItem .termineContent {
	position: relative;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/*font-size: 0.92em;*/
	padding: 0 0 0 170px;
}
div.termineItem .termineContent .colLeft {
	position: relative;
	float: left;
	width: 155px;
	padding: 0 5px 4px 10px;
	border-right: 1px solid #ccc;
	margin: 0 0 0 -171px;
}
div.termineItem .termineContent .colRight {
	position: relative;
	float: left;
	padding: 0 5px 4px 15px;
	border-left: 1px solid #ccc;
	left: -1px;
}
div.termineItem .termineContent .spacer {
	position: absolute;
	left: 164px;
	bottom: -2px;
	background: #fff;
	width: 6px;
	height: 2px;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.termineHeadLinks {
	display: block;
	margin: 0 0 1.2em 0;
	font-size: 1.1em;
	color: #036;
}
.termineHeadLinks a {
	color: #036;
	font-weight: bold;
}

/* Anmeldung zum Termin */
#frmRegister {
	background: #074368;
	padding: 10px;
	margin: 10px 0;
}
#frmRegister legend {
	border: 1px solid #ccc;
	padding: 3px 10px;	
}
#frmRegister .row {
	clear: both;
	margin: 0 0 0.3em 0;	
}
#frmRegister .error {
	display: block;
	font-size: 0.9em;
	border: none;
	padding: 0 0 0 140px;
}
#frmRegister p.description {
	color: #fff;
	text-align: right;
}
a.btn {
	border: 1px outset #333;
	padding: 3px 10px 4px 10px;
	background: #ccc;
	text-decoration: none;
	color: #000;
}

