body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 100.01%;
	line-height: 130%;
	color: #333;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#container a:focus {
	outline: none;
}

#header {
	width: 960px;
	height: 135px;
	border-bottom: 4px solid #009933;
	position: relative;
}

#header .logo {
	background: url(/gfx/selbsthilfe-logo.jpg) no-repeat;
	width: 280px;
	height: 270px;
	position: absolute;
	top: 19px;
	right: 0px;
}

#header .logo a {
	display: block;
	width: 280px;
	height: 270px;
}

#header .mainNav {
	position: absolute;
	bottom: -15px;
	left: -15px;
}

#header .mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#header .mainNav ul li {
	display: inline;
}

#header .mainNav ul li a {
	display: block;
	float: left;
	font-family: "trebuchet ms",helvetica, arial, sans-serif;
	font-size: 113%;
	text-decoration: none;
	color: #333;
	padding: 0px 15px 20px 15px;
}

#header .mainNav ul li a:hover {
	color: #009933;
}

#header .mainNav ul li.on a {
	background: url(/gfx/pfeil.gif) no-repeat center bottom;
	color: #009933;
}

#main {
	width: 960px;
}

#main .columnLeft {
	width: 639px;
	float: left;
	padding: 80px 40px 65px 0px;
}

#main .columnLeft a {
	text-decoration: none;
	color: #009933;
}

#main .columnLeft a.anchor {
	padding: 0px 40px 0px 0px;
}

#main .columnLeft a:hover {
	text-decoration: underline;
}

#main .columnLeft h3 {
	font-size: 138%;
	font-weight: normal;
	color: #009933;
	margin: 0px 0px 15px 0px;
}

#main .columnLeft h4 {
	font-size: 88%;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 15px 0px;
}

#main .columnLeft p {
	font-size: 88%;
	color: #333;
	margin: 0px 0px 15px 0px;
}

#main .columnLeft .devider {
	font-size: 88%;
	font-weight: bold;
	line-height: 100%;
	color: #009933;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dotted #009933;
}

#main .columnLeft ul {
	font-size: 88%;
}

#main .columnRight {
	width: 281px;
	float: left;
	padding: 185px 0px 65px 0px;
}

#main .columnRight .boxHeader {
	background: url(/gfx/boxHeader.gif) no-repeat;
	width: 281px;
	height: 20px;
}

#main .columnRight .boxContent {
	background: #d9f0e1;
	width: 241px;
	padding: 0px 20px;
	font-size: 88%;
}

#main .columnRight .boxContent p {
	margin: 0px;
}

#main .columnRight .boxContent p.top {
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid #fff;
}

#main .columnRight .boxContent p.bottom {
	padding: 12px 0px 0px 0px;
	border-top: 1px solid #fff;
	text-align: right;
}

#main .columnRight .boxFooter {
	background: url(/gfx/boxFooter.gif) no-repeat;
	width: 281px;
	height: 20px;
}

#footer {
	width: 960px;
	height: 40px;
	border-top: 4px solid #009933;
	position: relative;
	font-family: "trebuchet ms",helvetica, arial, sans-serif;
}

#footer .footerNav {
	position: absolute;
	top: -30px;
	right: 0px;
}

#footer .footerNav a {
	font-size: 113%;
	text-decoration: none;
	color: #333;
	padding: 0px 0px 0px 20px;
}

#footer .footerNav a:hover,
#footer .footerNav a.active {
	color: #009933;
}

#footer .copyright,
#footer .author {
	font-size: 75%;
	color: #999;
}

#footer .author a {
	text-decoration: none;
	color: #999;
}

#footer .author a:hover {
	color: #009933;
}

#footer .copyright {
	position: absolute;
	top: 1px;
	left: 0px;
}

#footer .author {
	position: absolute;
	top: 1px;
	right: 0px;
}















.barrierReef {
	display: none;
	text-indent: -5000px;
}

.clear {
	clear: both;
}