/*
	Stylesheet fuer terracult
	
*/
* {
	padding: 0px;
	margin: 0px;
}

body {
/*	background-image:url(../_images/back.jpg);  */
	padding: 0px;
	margin: 0px;
/*	font-family: Helvetica, Arial, Verdana; */
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #8F8F8F;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	line-height: 16px;
}

.contentTitle {
	color: #333;
	font-size:12px;
	font-weight:bold;	
}


a {
	color: #8F8F8F;
}
#header {
	width: 1005px;
	height: 129px;
	margin-bottom: 46px;
	margin-left: 12px;
	margin-top: 12px;
	/*clear: both;*/
}

#tclogo {
	width: 158px;
	height: 129px;
	position: relative;
	left: 27px;
	top: 0px;
}

#tcclaim {
	width: 100px;
	height: 85px;
	position: relative;
	margin-top: -122px;
	margin-left: 159px;
}

#tcbrochures {
	width: 158px;
	height: auto;
	position: relative;
	margin-top: -64px;
	margin-left: 929px;
}

#tcnews {
	position: relative;
	width: 158px;
	height: auto;
	margin-top: -41px;
	margin-left: 714px;
	/*float: left;*/
}

#tcpartner {
	width: 70px;
	height: auto;
	position: relative;
	margin-top: -70px;
	margin-left: 569px;
}


#newslayer_header {
	margin-left: 12px;
	margin-top: 12px;
	width: 666px;
	top: 536px;
	height: 20px;
	
}


#newslayer {
	margin-left: 12px;
	margin-top: -1px;
	padding-top: 0px;
	width: 665px;
	height: 145px;
	left:0px;
	overflow: hidden;
	position:relative;
	border-left: #E0E0E0 1px solid;
	border-bottom: #E0E0E0 1px solid;
}



/***** TOP MENU *****/
div.navifirst {
	width: 163px;
	height: 105px;
	padding-right: 0px;
	position: absolute;
	left: 182px;
	top: 36px;
	border-right:1px solid #707070;
}

div.navifirst p {
	font-size: 13px;
	vertical-align:top;
	color: #8F8F8F;
	margin: 0px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

div.navifirst p.active{
	text-align:right;
	background: #f4f4f4; 
	letter-spacing: 1px;
}

div.navifirst a {
	color: #8F8F8F;
	text-decoration:none;
}

/***** TOP MENU *****/
div.navisecond {
	width: 168px;
	padding-right: 0px;
	height: 105px;
	position: absolute;
	left: 347px;
	top: 36px;
	border-right:1px solid #707070;
}

div.navisecond p {
	font-size: 13px;
	vertical-align:top;
	color: #8F8F8F;
	margin: 0px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

div.navisecond p.active{
	text-align:right;
	background: #f4f4f4; 
	letter-spacing: 1px;
}

div.navisecond a {
	color: #8F8F8F;
	text-decoration:none;
}

/***** TOP MENU *****/
div.navithird {
	width: 168px;
	padding-right: 0px;
	height: 105px;
	position: absolute;
	left: 517px;
	top: 36px;
	border-right:1px solid #707070;
}

div.navithird p {
	font-size: 13px;
	vertical-align:top;
	color: #8F8F8F;
	margin: 0px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

div.navithird p.active{
	text-align:right;
	background: #f4f4f4; 
	letter-spacing: 1px;
}

div.navithird a {
	color: #8F8F8F;
	text-decoration:none;
}

td.highlight {
	color: #ff0000;
}


/***** HOME MENU *****/

.homenav a {
	color: #8F8F8F;
	text-decoration:underline;
	font-size:14px;
	line-height: 20px;
}
/*
.homenavgreen a {
	color: #536119;
	text-decoration:underline;
	font-size:18px;
}

.homenavblue a {
	color: #285771;
	text-decoration:underline;
	font-size:18px;
}

.homenavlogipot a {
	color: #49412a;
	text-decoration:underline;
	font-size:18px;
}
*/

/***** DOORPAGE MENU *****/
.doorpagenavgreen a {
	color: #95bd0d;
	text-decoration:underline;
	font-size:22px;
	line-height:28px;
}

.doorpagenavblue a {
	color: #009bd9;
	text-decoration:underline;
	font-size:22px;
	line-height:28px
}

.doorpagenavlogipot a {
	color: #49412a;
	text-decoration:underline;
	font-size:22px;
	line-height:28px
}


/***** HOME NEWS AREA *****/
.homeNewsMainTitle {
	color: #565656;
	font-size:22px;
	text-indent:10px;
}
.homeNewsTitle {
	color: #333;
	font-size:16px;
	padding-left:13px;
}

.homeNewsText {
	color: #8F8F8F;
	font-size:13px;
	padding: 0 15px;
}





.oneColFixCtrHdr #container {
	width: 1003px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	/*border: 1px solid #000000;*/
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	/*overflow: hidden;*/
}
.oneColFixCtrHdr #header2 {
	background: #FFF; 
	margin-left: 12px;
	margin-top: 12px;
}
.oneColFixCtrHdr #header2 h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header2-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background: #FFFFFF;
	z-index: 5;
	margin-top: 12px;
}
.oneColFixCtrHdr #footer2 {
	padding: 0; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	width: 1003px;
	height: 450px;
	margin-left: 12px;
	margin-top: 62px;
	border: #E0E0E0 1px solid;
}
.oneColFixCtrHdr #footer2 p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 100px; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}


#menu {
	/*width: 1005px;*/
	padding-left: 0;
}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1000;
}

#navigation  ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1000;
}

#menu  ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	text-align:left;
	text-decoration: none;
}

#navigation  ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	text-align:left;
	text-decoration: none;
	width:127px;
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	margin: 0;
	/*padding: 0.9em 0.8em 0.5em 1em;*/
	text-decoration: none;
}

#navigation ul li a {
	float: left;
	display: block;
	width: auto;
	margin: 0;
	/*padding: 0.9em 0.8em 0.5em 1em;*/
	text-decoration: none;
	color: #333;
	font-size:11px;
	font-weight:bold;
}

#menu  ul li a:hover {
	text-decoration: none;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
	text-decoration: none;
}

/* End IE5-Mac hack */

/*
#menu ul.level2, #menu ul.level3 {
	top: 0px;
	left: 0px;

	z-index: 1000;
	
}
*/
/*
#menu ul.level2 li a.menuarrow {	
	background-image: url(../_images/active1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
*/

#menu  ul.level2 li, #menu ul.level3 li {
	/*border-bottom: 1px solid #fff;*/
	float: none;
	margin: 0;
	padding: 0;
	left: auto;
	width:127px;
	z-index: 1000;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	/*padding: 5px 9px 5px 5px;*/
	text-decoration: none;
	line-height: 20px;
}


#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	background-image: none;
	text-decoration: none;
}




/* M E S S A G E  B O X C L E A N */
.msgclean-gray {
	border:solid 1px #DEDEDE;
	background:#EFEFEF;
	color:#222222;
	padding:4px;
	text-align:center;
}
.msgclean-yellow {
	border:solid 1px #DEDEDE;
	background:#FFFFCC;
	color:#222222;
	padding:4px;
	text-align:center;
}
.msgclean-ok {
	border:solid 1px #349534;
	background:#C9FFCA;
	color:#008000;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.msgclean-error {
	border:solid 1px #CC0000;
	background:#F7CBCA;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}