	/* Allgemeine Inhalte */

	.align-left {
		text-align: left;
	}
	.align-center {
		text-align: center;
	}
	.align-right {
		text-align: right;
	}


	/* Font Size Selector */

	#aaa_container a {
		color: #000;
	}


	/* Content allgemein */

	.content {
		Xbackground: orange;
		color: #6d594a;
		font-size: 140%;
	}
	.content * {
	}
	.content h2 {
		color: #6d594a;
		font-size: 1.1em;
		font-weight: normal;
		margin-bottom: .8em;
		text-transform: uppercase;
	}
	.content h2.csc-firstHeader {
	}
	.content h2.imageheader {
		background-repeat: no-repeat;
		height: 69px;
		margin-bottom: 0px;
		overflow: hidden;
		text-indent: -999em;
		white-space: nowrap;
	}
	.content h3 {
		font-size: 1.1em;
		font-weight: normal;
		margin-bottom: .8em;
	}
	.content h3.csc-firstHeader {
	}
	.content h4 {
		font-size: 1em;
		font-weight: bold;
		margin-bottom: .8em;
	}
	.content h4.csc-firstHeader {
	}
	.content p {
		font-size: .75em;
		line-height: 150%;
		margin-bottom: 1em;
	}
	.content p b {
		font-weight: normal;
		text-transform: uppercase;
	}
	.content p i {
	}
	.content p.indent {
		margin-left: 3em;
	}
	.content .csc-textpic-caption {
		font-size: .7em;
		//padding-bottom: 1em; /* extra Abstand fuer IE7 */
	}
	.content ul {
		font-size: .8em;
		line-height: 150%;
		list-style-type: disc;
		margin-bottom: 1em;
		margin-left: 1em;
	}
	.content ul li {
		background: transparent url('images/ul_09_990000.html') no-repeat 0 .4em;
		margin-bottom: .5em;
		Xpadding-left: 1em;
	}
	.content ul li ul {
		font-size: 100%;
		list-style-type: circle;
		margin-top: 1em;
	}
	.content ul li ul li {
		background: transparent url('images/ul_09_999999.html') no-repeat 0 .4em;
		margin-bottom: .5em;
		Xpadding-left: 1em;
	}
	.content ol {
		margin-left: 2.6em;
		margin-bottom: 1em;
	}
	.content ol li {
		font-size: .8em;
		line-height: 150%;
		margin-bottom: .5em;
	}
	.content a {
		Xbackground: transparent url(images/bg-link-13.html) no-repeat scroll left center;
		color: #6d594a;
		Xfont-weight: bold;
		Xpadding: 0 0 0 16px;
		Xtext-decoration: none;
	}
	.content a:hover {
		text-decoration: underline;
	}
	.content .csc-textpic-image a {
		border: 0;
	}


	/* Content Hauptbereich */

	#maincol .content {
		Xpadding: 0 0 0 10px;
	}


	/* Content Spalte links */

	#leftcol .content {
		Xpadding: 0 0 0 20px;
	}


	/* Breadcrumb */
	.breadcrumb {
		font-size: .85em;
	}
	.breadcrumb a {
		border-bottom: 1px dotted black;
		color: black;
		text-decoration: none;
	}
	.breadcrumb a:hover {
		border-bottom: 1px solid #900;
		color: #900;
	}


	/* Fussbereich */
	#footer_container p {
		color: #FAEDB4;
		font-size: .75em;
	}
	#footer_container a {
	        color: #FAEDB4;
	}


	/* Pagebrowser */

	.pagebrowser p {
		color: #333;
		font-size: .8em;
		line-height: 150%;
	}
	.pagebrowser .subsection {
		display: none;
	}
	.pagebrowser a {
		color: #06c;
	}
	.pagebrowser a:hover {
		color: #000;
	}


	/* Wo bin ich */
	#whereami p {
		color: #369;
		color: #783;
		Xcolor: #c40000;
		font-size: 1.4em;
		font-weight: bold;
		letter-spacing: .1em;
	}


	/* Test */
	.csc-textpic-above {
		Xbackground-color: green;
	}
	.csc-textpic-imagewrap {
		Xbackground-color: orange;
		margin-bottom: 0;
	}
	.csc-textpic-text p {
		Xbackground-color: red;
	}


	/* Rahmen fuer Content-Elemente */

	.csc-frame-frame101 {
		/* Blaue Box */
		background-color: #F0F8FF;
		border: 1px solid #B3D9FA;
		margin-bottom: 1em;
		padding: 1em 1em 0 1em;
	}
	.csc-frame-frame102 {
		/* Gruene Box */
		background-color: #EDF9E1;
		border: 1px solid #CAEDA7;
		margin-bottom: 1em;
		padding: 1em 1em 0 1em;
	}
	.csc-frame-frame103 {
		/* Graue Box */
		background-color: #eee;
		border: 1px solid #ccc;
		margin-bottom: 1em;
		padding: 1em 1em 0 1em;
	}


	.csc-sitemap ul.kcm-sitemap {
		font-size: .8em;
	}
	.csc-sitemap ul.kcm-sitemap li {
		list-style: none;
	}
	.csc-sitemap ul.kcm-sitemap li ul {
		font-size: .95em;
	}
	.csc-sitemap ul.kcm-sitemap li ul li ul li {
		padding-left: 16px;
		background: url(bullet.html) no-repeat 0 50%;
	}

