/* Alles zuruecksetzen */
*{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */
body {
	font-size: 70%;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

html, body {
	height: 100%;
}

/* Links Cyan */
concyan a:link, concyan a:active, concyan a:visited {
	color: #000000;
	text-decoration: none;
}

/* Links Magenta */
conmagenta a:link, conmagenta a:active, conmagenta a:visited {
	color: #000000;
	text-decoration: none;
}

/* Links Yellow */
conyellow a:link, conyellow a:active, conyellow a:visited {
	color: #000000;
	text-decoration: none;
}

/* Links Black */
conblack a:link, conblack a:active, conblack a:visited {
	color: #000000;
	text-decoration: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}


/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */
#wrapper {
	position: relative;
	margin: auto auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 798px;
}

#content {
	position: relative;
	top: 0px;
	width: 100%;
	clear: both;
}

/* Header */
#header {
	display: none;
}

/* Navigation */
#nav {
	display: none;
}

/* Contents */
#concyan, conmagenta, conyellow, conblack {
	position: relative;
	width: 798px;
	padding-top: 2px;
	clear: both;
	border-top: 1px solid #FFFFFF;
}

#leftcol {
	position: relative;
	width: 568px;
	margin-top: 5px;
	margin-left: 16px;
}

/* IE6 Hack fuer leftcol */
* html #leftcol {
	margin-left: 8px;
}

#rightcol {
	position: absolute;
	top: 7px;
	left: 600px;
	width: 181px;
}

/* IE6 Hack fuer rightcol */
* html #rightcol {
	top: 3px;
}
/* IE7 Hack fuer rightcol */
*+html #rightcol {
	top: 2px;
}

#concyan #leftcol h2, #conmagenta #leftcol h2, #conyellow #leftcol h2, #conblack #leftcol h2 {
	color: #000000;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 210% "Trebuchet MS", Tahoma, Arial, sans-serif;
	padding-bottom: 5px;
	height: 28px;;
}

#title {
	height: 51px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 4px;
}

#subnav {
	margin-top: 51px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 2px;
}	

/* Footer */
#footer {
	display: none;
}

#validatepanel {
	display: none;
}

/* ===================================================================== */
/* = Subnavigation                                                     = */
/* ===================================================================== */

/* Subnavi im Inhalt / rightcol */
.subnav {
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 140%;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	font-variant: normal;
	list-style-type: none;
}

.subnav li {
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
}

.subnav a {
	color: #000000;
	display: block;
	width: 181px;
	text-decoration: none;
	background-color: #FFFFFF;	
}

/* IE6 - Hack fuer subnav */
* html .subnav a {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
}
* html .subnav li {
	margin: 0px 0px -1px;
}

.navpfadzurueck {
	color: #000000;
	text-decoration: none;
	height: 16px;
}
.navpfadzurueck a, 
.navpfadzurueck a:link, 
.navpfadzurueck a:visited {
	color: #000000;
	text-decoration: none;
}
.navpfadzurueck a:active {
	color: #000000;
	text-decoration: none;
}
.navpfadaktiv {
	color: #000000;
	height: 16px;
}


