/* Content und Ebene-Elemente */

BODY {
	margin: 0px;
	padding: 0px;
	background : #666666 repeat-x;
	color: #FFFFFF;
}

#catcher {
	top: 0px;
	left: 0px;
	width: 23px;
	height: 222px;
	padding: 1px;
	border : 0px solid #000000;
	background-color: #FF0000;
	position: absolute;
	z-index: 1;
	}
	
#tablen {
	background: CCCCCC;
	padding: 2px;
	border : 3px solid #FFFFFF;
	border-style: groove;
}

#content a {
	text-decoration: none;
	font-weight : bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#content a.link {
	color: #666666;
}

#content a:hover {
	color: #FFFFFF;
}
  
a {
 	text-decoration: none;
	font-weight : bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a.link {
	color: #FFFFFF;
}
 
a:hover {
	color: #FF0000;
}


/* Liste */

#content h1 {
	font-size: 200%;
	font-weight : normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 2px 0px;
	color: #ffffff;
	font-variant : small-caps;
	border-bottom: 1px solid #555555;
}

#content h2, {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
	color: #ffffff;
	letter-spacing : 1px;
}

#content h2 {
	padding: 10px 0px 2px 0px;
	text-transform : uppercase;
}

.titel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.text	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
}

.bold	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
}

