
/* --- Falsche Spalten ausblenden --- */
div#ContentRight, div#ContentBorder {
 display: none;
}
 
/* andere Spalten positionnieren */
#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:10px solid white;
	border-bottom:32px solid white;
	border-right:20px solid white;
}




/* Text */ 

/* †berschriften */

#ContentLeft h1 {
	background: #fff;
	padding-left: 5px;
	color:#ff3333;
	}

#ContentLeft .csc-header h1 a{
	font-size: 11px;
	padding: 5px 0;
	display: block;
	}
	
#ContentLeft .csc-header h1 a:hover {
	color: rgb(77,77,77);
	background: #fff;
	display: block;
	}

#ContentLeft h1.csc-firstHeader {
	padding-left: 5px;
	margin-top: 0;
	}

#ContentLeft h1, #ContentLeft p {
	text-align: left;
	}
	
#ContentLeft h3 a strong { 
	font-weight: normal;
	}

#ContentLeft li a {	
	font-weight: normal; 
	}

#ContentLeft li a:hover {
	color:rgb(77,77,77);	
	}

#ContentLeft li {
	background: #fff;
	padding: 1px 5px;
	border-bottom: 1px solid #fff;
	margin: 0 0;
	display: block;
	font-weight: normal;
	font-size: 11px;
	}
	
#ContentLeft li:hover {
	background: #fff;
	}
	
#ContentLeft p {
	margin: 0;
	padding: 0 5px;
	text-align: normal;}

#ContentLeft img {
	padding: 5px 0px 12px 0px;
	background: #fff;}
	
#ContentLeft .csc-uploads-fileName {
	background: url('PDF_icon15.gif') no-repeat 5% 50%;
	
	}

#ContentLeft .csc-uploads-fileName a{
	margin: 0 0 0 30px;
	}

#ContentLeft .csc-uploads-description{
	font-size: 9px;
	color: #333;
	margin: 0 0 0 30px !important;}


/* ContentCenter */

#ContentCenter {
	width: 680px;
	float: left;
	margin-left:0px;
	padding: 0px 0px 0px 20px;
	background-color: #fff;
	min-height: 640px;
	border-left: 1px dotted rgb(77,77,77);
	border-right: 20px solid #fff;
	border-top:10px solid white;
	border-bottom:32px solid white;
	overflow:hidden;
}

#ContentCenter p {
	padding: 10px 0px 10px 0px}

#ContentCenter img {
	max-width:626px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	border:0px;}

#ContentCenter h1,
#ContentCenter h1.csc-firstHeader {
	padding: 0 0px;	}
	
#ContentCenter h4 {
	padding: 0 0px}
	
#ContentCenter h3 {
	padding: 10px 0px 10px 0px;
	text-decoration: none
	font-size:11px;}

#ContentCenter h5 {
	padding: 0 20px}
	
#ContentCenter table h5 {
	padding: 0 0}

/*
 Hinweis:
 Wenn euer Layout nicht am boden anliegt, dann braucht ihr noch ein clear:both Element unter den div-Boxen
*/