@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(/fileadmin/leaching/images/bar.png);
	background-repeat: repeat-y;
	background-color: #c2f8de;
	font-family: Verdana, Arial, Helvetica, "sans-serif";
	font-size: 94%;
	line-height: 1.5;
}
.csc-subheader { font-weight: bold; }
.align-right { text-align: right; }
.imgtext-table {
	font-style: italic;
}
.contenttable {
	border-collapse: collapse;
	font-size: 80%;
}
.contenttable td, .contenttable th {
	text-align: left;
	border: 1px solid black;
	padding: 2px .5em;
}
#footer {
	margin-top: 2em;
}
#footer p {
	font-size: 90%;
}
#footer * {
	margin: 0;
}
h2
{ 
  font-weight: bold;
  font-size: 120%;
}
h3
{ 
  font-weight: bold;
  font-size: 110%;
}
#logo {
	margin-top: -1px;
	background: #a7e7bf;
	width: 100%;
	border-bottom: 4px solid #008001;
	height: 41px;
	padding-left: 5px;
}
#leftpane {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 280px;
	padding: 10pt 0px 100px;
	margin: 20pt 10pt;
	font-size: 80%;
}

#menu ul
{ 
  margin: 0;
  padding: 0;
  list-style-type: square;
}
#menu li 
{
  padding: 0;
  margin: 0 10px;
}

li li 
{
  margin-right: 0;
}
#menu .active { font-weight: bold; }
#menu .active ul { font-weight: normal; }
a
{ 
  text-decoration: underline;
}
a:link, a:visited, #footer h3
{ 
  color: #008001;
}
a:hover
{ 
  color: #7f006a;
}
a img
{ 
  border: none;
}
#leftpane a:link, #leftpane a:visited
{ 
  text-decoration: none;
}

#mainContent {
	padding: 20px;
	margin-left: 300px;
}
