html, body {
	background: url(images/bg.jpg);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0 auto;
}

#background {
	background: url(images/bg_head.jpg) repeat-x;
}

#main {
	padding-top: 10px;
	margin: 0 auto;
	width: 820px;
	padding-bottom: 10px;
}

#head {
	height: 84px;
	background: url(images/head.png) no-repeat;
}

#content {
	padding-left: 5px;
	padding-right: 5px;
	background: url(images/contentbg.gif) repeat-y;
}

#content #left {
	float: left;
	width: 149px;
}

#content .nav_head {
	color: #fff;
	padding-top: 5px;
	padding-left: 8px;
	height: 18px;
	background: url(images/nav_head.gif) no-repeat;
}

#content #left #nav_navigation {
	width: 149px;
	border-top: 20px #fff solid;
	border-bottom: 16px #fff solid;
}

#content #left #nav_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #left #nav_navigation li a {
	display: block;
	background: url(images/list1.gif) no-repeat;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

#content #left #nav_navigation li a.nav_active {
	background-color: #c4e2ac;
	font-weight: bold;
	color: #1f6a29;
}

#content #left #nav_navigation li a:hover {
	background-color: #c4e2ac;
}

#content #left #nav_navigation li li a {
	padding-left: 25px;
	background: url(images/list2.gif) no-repeat;
}

#content #left #nav_navigation li li a:hover {
	background-color: #c4e2ac;
}

#content #left #nav_certificate {
	width: 149px;
	background: #f4f4f4;
	border-top: 4px #fff solid;
	border-bottom: 16px #fff solid;
}

#content #left #nav_netcal {
	width: 149px;
	background: #f1f1f1;
	border-top: 4px #fff solid;
	border-bottom: 16px #fff solid;
	padding: 0;
	margin: 0;
}

#content #left #nav_partner {
	width: 149px;
	background: #f1f1f1;
	border-top: 4px #fff solid;
}

#content #center {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 472px;
}

#content #banner {
	height: 149px;
	border-top: 20px #fff solid;
	border-bottom: 20px #fff solid;
}

#content #banner #banner_logo {
	height: 126px;
}

#content_title, #content_head {
	color: #fff;
	padding-top: 5px;
	padding-left: 8px;
	height: 18px;
	background: url(images/content_head.gif) no-repeat;
}

#content_head {
	border-top: 20px #fff solid;
}

#content #content_view {
	padding: 4px;
}


#content #right {
	float: left;
	width: 149px;
}

#content #right #nav_aktuelles {
	width: 149px;
	height: 149px;
	background: #f1f1f1;
	border-top: 20px #fff solid;
	border-bottom: 16px #fff solid;
}

#content #right #nav_sponsor {
	width: 149px;
	height: 149px;
	background: #f1f1f1;
	border-top: 4px #fff solid;
	border-bottom: 16px #fff solid;
}

#content #right #nav_supplier {
	width: 149px;
	height: 89px;
	background: #f1f1f1;
	border-top: 4px #fff solid;
	border-bottom: 16px #fff solid;
}

#content #right #nav_newsletter {
	width: 149px;
	background: #f1f1f1;
	border-top: 4px #fff solid;
	border-bottom: 16px #fff solid;
}

#content #right #nav_search {
	width: 149px;
	background: #f1f1f1;
	border-top: 4px #fff solid;
}

#foot {
	height: 21px;
	padding-top: 24px;
	padding-right: 10px;
	font-size: 10px;
	background: url(images/foot.png) no-repeat; 
	text-align: right;
}

.clear {
	clear: both;
	float: none;
}

#ec_debug {
	background: #414141 url(images/debug.png) no-repeat right;
	display: block;
	height: 26px;
	position: fixed;
	width: 100%;
	bottom: 0;
	color: #ffffff;
}

#ec_debug ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 18px;
}

#ec_debug li {
	display: inline;
	float: left;
	height: 26px;
}

#ec_debug a, #ec_debug p{
	display: block;
	height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	color: #ffffff;
	text-decoration: none;
}

#ec_debug a:hover {
	background: #666666;
}

#ec_debug_errors, #ec_debug_dbquerys {
	height: 200px;
	position: fixed;
	width: 100%;
	bottom: 26px;
	color: #ffffff;
	padding: 20px;
	overflow: auto;
	display: none;
}

#ec_debug_errors {
	background: #CC0000;
}

#ec_debug_dbquerys {
	background: #006600;
}
