/**
 * Content-Bereich-Styles
 *
 * (c) 2007 S. Teuber <teuber@stibes.de>
 */

h1 {
	font-size:				12px;
	font-weight:			bold;
	color:					#036;
	margin:					0;
	padding:				0 0 12px 0;
}

h2 {
	font-size:				11px;
	font-weight:			bold;
	color:					#000;
	margin:					0;
	padding:				0 0 12px 0;
}

p {
	line-height:			1.3em;
	padding:				0 0 12px 0;
	margin:					0;
}

a {
	text-decoration:		none;
	color:					#036;
}

a:hover {
	text-decoration:		underline;
	color:					#900;
}

ul {
	margin-top:				0;
	margin-bottom:			12px;
	list-style-type:		disc;
}

ul ul {
	list-style-type:		circle;
}


/* Sitemap-Styles */
.csc-sitemap ul {
	list-style-type:		none;
	font-weight:			bold;
	padding:				0;
	margin:					0;
}

.csc-sitemap ul li {
	line-height:			1.6em;
	width:					95%;
	background:				#d1dce5;
	padding:				0 0 0 5px;
	margin:					0 0 5px 0;
}

.csc-sitemap ul ul {
	font-weight:			normal;
}


.csc-sitemap ul ul li {
	line-height:			1.7em;
	width:					auto;
	background:				#FFF;
	margin:					0 0 0 -5px;
	padding-left:			20px;
}

.csc-sitemap ul ul ul {
	font-weight:			normal;
	font-style:				italic;
}

.csc-sitemap ul ul ul li {
	line-height:			1.4em;
}
