p {
margin: 0 0 0 0;
margin-bottom=1.2em;
}



body {
 font-family:Arial,Helvetica,sans-serif;
 font-size:12px;
 color:#000000;
 padding: 0px;
}



h3 {
 font-family:Arial,Helvetica,sans-serif;
 font-size:13px;
 font-weight:bold;
 color:#000000;
}

h4 {
 font-family:Arial,Helvetica,sans-serif;
 font-size:12px;
 font-weight:bold;
 color:#000000;
}

h2 {
 font-family:Arial,Helvetica,sans-serif;
 font-size:14px;
 font-weight:bold;
 color:#000000;
}

h1 {
 font-family:Arial,Helvetica,sans-serif;
 font-size:14px;
 font-weight:bold;
 color:#000000;
}


p {
 font-family:Arial,Helvetica,sans-serif;
 font-size:12px;
 color:#000000;
}

ul {
 font-family:Arial,Helvetica,sans-serif;
 font-size:12px;
 color:#000000;
}



a:link {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000000;
 /* font-weight:bold; */
 text-decoration:underline;

}
a:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000000;
/* font-weight:bold; */
 text-decoration:underline;
}
a:hover {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000000;
 font-weight:bold;
 text-decoration:none;
}
a:active {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000000;
 font-weight:bold;
 text-decoration:none;
}
a:focus {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000000;
 font-weight:bold;
 text-decoration:none;
}

p.csc-textpicsubheader {
   font-weight: bold;
   font-family : verdana;
   font-size: 12px;
   color: #000000;
   margin: 0px;
   margin-bottom: 10px;
}


#copyright {
  font-weight: bold;
  font-family : verdana;
  font-size: 11px;
  color: #B1B0B0;
  }

/*Tabelle*/

table {
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	}
table th {
	color: white;
	font-size: x-small;
	border-width: 3px;
	padding: 3px;
	border-style: solid;
	border-color: white;
	background-color: #666666;
	-moz-border-radius: ;
}
table td {
	font-size: x-small;
	border-width: 3px;
	padding: 3px;
	border-style: solid;
	border-color: white;
	background-color: #cccccc;
	-moz-border-radius: ;
}


 
