/* Content und Sidebar-Elemente */

BODY {
	margin: 0px;
	padding: 0px;
	background : #FFFFFF url(../images/hg-nav.gif) repeat-x;
	color: #000000;
}

#content h1 {
	font-size: 100%;
	font-weight : normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 2px 0px;
	color: #000000;
	font-variant : small-caps;
	border-bottom: 1px solid #450202;
}

#content h2, #sidebar h2 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
	color: #450202;
	letter-spacing : 1px;
}

#content h2 {
	padding: 10px 0px 2px 0px;
	text-transform : uppercase;
}

#sidebar h2 {
	padding: 2px 0px 2px 0px;
	text-transform : uppercase;
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-transform : uppercase;
}

#content p, #sidebar p {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 180%;
}

#content a, #sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #bb0214;
	font-style : italic;
}

#content a.link {
	border-bottom: 1px solid #000000;
}

#content a:hover, #sidebar a:hover {
	color: #000000;
}

#content .sidepicture {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	width: 160px;
}

#content .clearer {
	clear: both;
}

#more p {
	marging: 0px;
	padding: 0px 0px 8px 0px;
	text-align: right;
	line-height: 100%;
}

#more a {
	padding: 2px 0px 2px 14px;
	background : url(../images/pfeil-rot.gif) no-repeat;
}

.pictureframe  {
	padding: 1px;
	border : 1px solid #450202;
	background-color: #D8D8D8;
}


/* Listen */

#content ul, #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#content li, #sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pfeil-rot.gif) no-repeat top left;
}

/* Tabellen */

#content table.cells {
	border: 1px solid #450202;
}

#content td.cell {
	background-color: #D8D8D8;
}

#content td.headercell {
	background-color: #d8d8d8;
	color: #450202;
	font-weight: bold;
}