/* News Box */
#news {
	/*width:410px;*/
	width:482px; /* Breite Stage 1 */
	background:url(../img/line-dotted.gif) top left repeat-x;
}

#links {
	/* width:200px; */
	width:234px;
	float:right;
	border-right:14px solid white;
	background:url(../img/line-dotted.gif) top left repeat-x;
}

#tracibility {
	/* width:200px; */
	width:234px;
	float:right;
	background:url(../img/line-dotted.gif) top left repeat-x;
}

#news h2,
#links h2,
#tracibility h2 {
	font-size:11px;
	/*color:#B0AF00; Farbton rot*/
	color:#abd22c; /* Farbton gruen */
	padding-top:4px;
	padding-bottom:2px;
	border-bottom:2px solid #333;
}

#news p,
#links p,
#tracibility p {
	padding:14px 0 0 0;
	font-size:11px;
	line-height:120%;
}

#news ul,
#links ul,
#tracibility ul {
	list-style-type:none;
	margin:0;
	padding:14px 0 0 0;
}

#news ul li,
#links ul li,
#tracibility ul li {
	font-size:11px;
	line-height:14px;
	background:url(../img/box-arrow-green.gif) no-repeat 0 4px;
	padding-left:14px;
}

#news a,
#links a,
#tracibility a {
	font-size:11px;
	color:#666;
	text-decoration:none;
}

#links a {
	font-weight:bold;
}

#news a:hover,
#links a:hover,
#tracibility a:hover {
	text-decoration:underline;
}

#tracibility input {
	vertical-align:middle;
}

#tracibility input.searchfield {
	border:1px solid #333;
	width:80px;
	height:15px;
	margin-right:2px;
}



/* Threecol */
#threecol-right * {
	font-size:11px;
	color:#666;
}

#threecol-right h1 {
	margin:0;
	/* color:#B0AF00 !important; Farbton rot */
	color:#abd22c !important; /* Farbton gruen */	
	font-weight:bold;
	background:url(../img/line-dotted.gif) top left repeat-x;
	text-transform:uppercase;
	padding-top:2px;
	padding-bottom:1px;
	border-bottom:2px solid #333;
	margin-bottom:10px;
	letter-spacing:0.75px;
}

#threecol-right .csc-header h1 {
	margin-top:1.5em;
}

#threecol-right .csc-header-n1 h1 {
	margin-top:0;
}

#threecol-right h2  {
	color:#666;
}

#threecol-right a {
	text-decoration:none;
	/* color:#999900; */
	color:#99bc27; /* Farbton gruen: #abd22c */
}

#threecol-right p {
	margin-bottom:1em;
}

#threecol-right a:hover {
	text-decoration:underline;
}

#threecol-right li a {
	color:#666 !important;
}

#threecol-right ul {
	list-style-type:none;
	margin:0 !important;
	padding:0 0 10px 0;
}

#threecol-right ul li {
	line-height:14px;
	background:url(../img/box-arrow-green.gif) no-repeat 0 4px;
	padding-left:14px;
}



/* Autolinkin */
/*
.auto-linking-box {
	background:url(../img/line-dotted.gif) top left repeat-x;
}

.auto-linking-box h2 {
	font-size:11px;
	text-transform:uppercase;
	color:#abd22c;
	padding-top:4px;
	padding-bottom:2px;
	border-bottom:2px solid #333;
	margin-bottom:10px;
}

.auto-linking-box h3 {
	font-size:11px;
	color:#666;
}

.auto-linking-box ul {
	list-style-type:none;
	margin:0 !important;
	padding:0 0 10px 0;
}

.auto-linking-box ul li {
	line-height:14px;
	background:url(../img/box-arrow-green.gif) no-repeat 0 4px;
	padding-left:14px;
}

.auto-linking-box a {
	font-size:11px;
	color:#666;
	text-decoration:none;
}

.auto-linking-box a:hover {
	text-decoration:underline;
}
*/