@charset 'utf-8';
/*------------------------------------------------
	*
	*	Copyright 2007, Curt Georgi
	*	www.curtgeorgi.de
	*	Author: Oliver Hook
	*	Function: basic
	*
--------------------------------------------------*/
/*------------------------------------------------
	*	reset browser defaults
--------------------------------------------------*/
* { /* setzt alle default-werte auf 0 */
	margin:0;
	padding:0;
}
body {
	padding:0 0 0 13px;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#58595b;
	background:#ECEDEE url(images/bgBodyShadow.gif) repeat-y;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul, dl {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*------------------------------------------------
	*	predefined styles
--------------------------------------------------*/
.clear { /* cleart floats im quellcode über das <br /> tag */
	clear:both;
	height:0;
	font-size:0;
}
.clearfix:after { /* clearfix-methode ohne zusätzliches mark-up im quellcode */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { /* clearfix-methode für safari */
	display:block;
}
hr { /* hr wird ausgeblendet, im print-stylesheet wieder eingeblendet */
	display:none;
}
.divider { /* trennlinien */
	clear:both;
	margin:15px 0;
	height:1px;
	background:#d4d4d5;
}
.invisible { /* basis-style um objekte unsichtbar zu setzen */
	position:absolute;
	left:-1000em;
}
/*------------------------------------------------
	*	font defs
--------------------------------------------------*/
h1 {
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
}
h2 {
	clear:left;
	margin:0 0 20px 0;
	padding-top:20px;
	font-size:1.2em;
}
h2.hlNM {
	padding-top:0;
}
h3 {
	clear:left;
	margin:0 0 10px 0;
	font-size:1.0em;
}
h3.hlToggleClose, h3.hlToggleOpen {
	padding:0 0 0 17px;
	background:url(images/bgIconLinkIntern.gif) 0 1px no-repeat;
}
h3.hlToggleOpen {
	background:url(images/bgIconLinkDown.gif) 0 1px no-repeat;
}
p {
	clear:left;
	margin:0 0 15px 0;
	line-height:1.4em;
}
#ctMain ul {
	clear:left;
	margin:0 0 15px 0;
}
#ctMain ul li {
	padding:0 0 0 12px;
	margin-bottom:5px;
	line-height:1.4em;
	background:url(images/iconListTxt.gif) 0 6px no-repeat;
}
.lnIntern, .lnDown {
	padding: 0 0 0 17px;
	margin:0 0 15px 0;
	display:block;
	font-weight:bold;
	background:url(images/bgIconLinkIntern.gif) 0 1px no-repeat;
}
.lnDown {
	background:url(images/bgIconLinkDown.gif) 0 1px no-repeat;
}
a {
	color:#58595b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p a {
	text-decoration:underline;
}
#ctMain ul li a {
	text-decoration:underline;
}