body {
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Geneva, Arial, Sans-Serif;
 	text-align: left;
	font-size: 11px;
}

a:link, a:visited {
    color: #95be44;
    text-decoration: none;
}

a:active {
	color: #95be44;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

a img { border:0; background: none;
	padding: 0;}



p a {background: transparent url(img/link.gif) no-repeat;
	padding: 6px 2px 0px 12px;}


h1, h2, h3 {color: #95be44; line-height: 1.0em; }
p {margin:0;}


h1 {
	margin:10px 0 6px 0;
	font-size: 14px;
}

h2 {
	margin:10px 0 4px 0;
	font-size: 12px;

}

h3 { margin:10px 0 4px 0;
	font-size: 11px;
}

h4 {
	margin:10px 0 0 0;
	font-size: 1em;

}

h5 {
	margin:10px 0 0 0;
	font-size: 0.9em;
}

h6 {
	margin:3px 0 0 0;
	font-size: 0.75em;
}




hr{
	border:dotted #95be44 1px; height:1px;
	clear:left;
}


li {
	padding-bottom: 0px;
}

ul {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-image: url(img/quadratallgemein.gif);
	list-style-type: square
}

ol {

	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}


blockquote{
	background-color:#95be44;
	padding: 3px;
	border-left: 2px solid #95be44;
	margin: 3px 0 20px 0;
}

pre, code {
	color: #4b4b4b;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #95be44;
	border-right: 1px solid #95be44;
	border-bottom: 1px solid #95be44;
	border-left: 6px solid #95be44;
	background-color: #ffffff;
	margin: 3px 0 20px 0;

	font-size:1em;
	overflow:auto;
	line-height:2.2em;
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #95be44;
	font-style: normal;
	font-weight: bold;
	}


/*-----------------------------------------------------------------*/

table {border-collapse:collapse; border:0;}



