/* Rolf Benz Content Background */
div#mainContent {
	padding:0px;
	margin-top:0px;
	margin-bottom:2px;
	margin-left: 10px;
	margin-right:10px;
    width: 690px; 
	/*background-color:#CCCCCC; */
}
.csc-default{
 margin-top:4px;
 margin-bottom:4px;
}

h1,h2,h3, .csc-textpic-text, table.contenttable, table.contenttable tr{
	background-color:white;
	color:black;
	font-weight: normal;
	margin:0px;
	border:0px;
}

table.contenttable{
	width:100%;
	margin-top:4px;
	margin-bottom:10px;
}

table.contenttable td{
	border-bottom:1px dotted black;
}

table.contenttable tr:last-child td{
	border:0px;
}


h1{
	font-size: 250%;
	text-transform: uppercase;
    padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid gray;
}

h2{
	font-size: 200%;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom:1px solid gray;
}

h3{
	font-size: 150%;
	padding-bottom:4px;
	padding-top:4px;
	text-transform:uppercase;
}

h4{
	font-size: 150%;
	padding-bottom:4px;
	padding-top:4px;
}

/* PDF-Icons anhängen */
div#mainContent a[href$='.pdf'] {
  background: url(/fileadmin/user_upload/icons/icon.pdf.gif) center left no-repeat;
  display:inline-block;
  padding-left:20px;
  line-height:16px;
}
