* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #CACACA;
	margin: 0 0 50px 0;
}
#inhalt {
	width: 875px;
	margin: auto;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
}
#leftcol {
	width: 217px;
	height: 500px;
	margin: 0 28px 0 0;
	float: left;
	text-align: right;
}
#leftcol img {
	margin: 70px 0 213px 60px;
}
#leftcol h1 {
	color: #74D13B;
	font-weight: bold;
}
#leftcol ul {
	list-style-type: none;
}
#leftcol ul li {
	margin: 0 0 5px 0;
}
#leftcol ul li a {
	text-decoration: none;
	color: #74D13B;
}
#leftcol ul li a.act {
	font-weight: bold;
}
#rightcol {
	width: 630px;
	float: left;
}
#navbar {
	height: 200px;
	width: 630px;
	padding: 90px 0 0 0;
	background-color: #74D13B;
	/* background-image inline! */
	background-repeat: no-repeat;
	background-position: left 115px;
}
#navbar ul {
	list-style-type: none;
}
#navbar ul li {
	float: left;
	padding: 0 10px 0 10px;
}
#navbar ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar ul li a.act{
	font-weight: bold;
}
#content {
	padding: 35px 50px 0 0;
}
#content p {
	color: #666666;
	line-height: 22px;	
	margin: 0 0 10px 0;
}
#content a {
	color: #666666;
}
#content ul {
	color: #666666;
	line-height: 22px;
	list-style-image: url(../img/list_icon.png);
	margin: 0 0 10px 18px;
}
#content h2 {
	color: #666666;
	line-height: 22px;	
	font-weight: bold;	
}
#content table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border: 1px solid #666666;
}
#content table th {
	text-align: left;
	font-weight: bold;
	color: #666666;
	padding: 3px;
	width: 33%;
	border-right: 1px solid #9B9B9B;
	border-bottom: 1px solid #9B9B9B;
}
#content table td {
	color: #666666;
	padding: 3px;
	border-right: 1px solid #9B9B9B;
	vertical-align: top;
}
#content blockquote {
	color: #666666;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 10px 0;
	line-height: 22px;
}
#content div.inner {
	margin-left: 18px;
}
#footbar {
	clear: both;
	width: 630px;
	margin: 0 0 0 245px;
	padding: 100px 0 10px 0;
}
#footbar p, #footbar a {
	color: #74D13B;
	text-decoration: none;
}

