
/* --- Falsche Spalten ausblenden --- */
div#ContentBorder {
 display: none;
}
 
/* andere Spalten positionnieren */
div#ContentLeft {
 	width:198px;
 	float:left;
	margin-left: 20px;
 	margin-bottom: 0px;
 	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	min-height: 600px;
	border-top:12px solid white;
	border-bottom:32px solid white;
	border-right:20px solid white;
}

div#ContentCenter {
	width: 440px;
	float: left;
	margin-left:0px;
	padding: 0px 0px 0px 22px;
	background-color: #fff;
	min-height: 600px;
	border-left: 1px dotted rgb(77,77,77);
	border-right: 20px solid #fff;
	border-top:12px solid white;
	border-bottom:32px solid white;
	overflow:hidden; 
}

div#ContentRight {
 	width:196px;
 	float:left;
 	margin-right: 0px;
	margin-left:0px;
	min-height: 600px;
	padding: 0px 0px 0px 20px;
	background-color: #fff;
	border-left: 1px dotted rgb(77,77,77);
	border-top:12px solid white;
	border-right:20px solid white;
	border-bottom:32px solid white;
}

#ContentRight a:hover, #ContentLeft a:hover{color: rgb(77,77,77) ;}

#ContentLeft li a {	
		color: #ff3333;
		display:block;
		background-color:#fff;}

#ContentLeft li a:hover {
		color: rgb(77,77,77) ;
		}

#ContentLeft li {
	background: #fff;
	padding: 1px 2px 1px 10px;
	
	margin: 0 0 1px 0;
	display: block;
	font-weight: normal;
	font-size: 11px;

	}
	
#ContentLeft li:hover {
	background: #fff;
	}
	

#ContentLeft h1, #ContentRight h1 {
	font-size:11px; 
	font-weight:700;
	background: #fff;
	color: #ff0000;
	display: block;
	border-bottom: none;
	}

#ContentLeft h1.csc-firstHeader, #ContentRight h1.csc-firstHeader{
	margin-top: 0;
	padding-left:5px;}

#ContentLeft h1 .csc-firstHeader, #ContentRight h1 .csc-firstHeader
	{
	padding-top:20px;
	}

#ContentLeft h1, #ContentLeft p, #ContentRight h1, #ContentRight p  {
	text-align: left;
	margin: 0px 0 0 0;
	}

#ContentLeft p, #ContentRight p  {
	padding: 12px 0px 12px 0px;
	text-align: left;
	}

#ContentLeft h1, #ContentRight h1, {
	padding:0px;
}

#ContentLeft .news-search-form {
	padding:3px;
	border: none;
	margin-top: 2px;
	margin-lefT: 1px;
}

 
 #ContentLeft .news-search-emptyMsg {
 	displaY: none;
	font-size: 11px;
	margin-left: 10px;
	clear: both;
}

#ContentLeft .news-search-form input {
	background: transparent;
	border: 1px solid #665;
	width: 99%;
	font-size: 11px;
	padding: 0 3px;}
	
#ContentLeft .news-search-form-submit input{
	background: #fc6;
	border: 0px solid #fc6;
	width: 80px;
	margin-top: 5px;
	margin-right: 2px;
	float:right;
	font-size:11px;
	color: #c00;
	}
 
/*
 Hinweis:
 Wenn euer Layout nicht am boden anliegt, dann braucht ihr noch ein clear:both Element unter den div-Boxen
*/