	#sysmenu {
		font-size: .8em;
		line-height: 1em;
		text-align: right;
	}


	/* Allgemeine Inhalte */

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


	/* Content Hauptbereich */

	.content * {
	}
	.content h2.csc-firstHeader {
		font-size: 1.4em;
	}
	.content h2 {
		color: #000;
		font-size: 1.3em;
		font-weight: normal;
		margin-bottom: .8em;
	}
	.content h3.csc-firstHeader {
		font-size: 1.2em;
	}
	.content h3 {
		color: #000;
		font-size: 1.2em;
		font-weight: normal;
		margin-bottom: .8em;
	}
	.content h4.csc-firstHeader {
		font-size: 1.1em;
	}
	.content h4 {
		color: #333;
		font-size: 1.1em;
		font-weight: normal;
		margin-bottom: .8em;
	}
	.content p {
		color: #333;
		font-size: .9em;
		font-size: 14px;
		line-height: 150%;
		margin-bottom: 1em;
	}
	.content p.indent {
		margin-left: 3em;
	}
	.content .csc-textpic-caption {
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: .7em;
	}
	.content ul {
		font-size: .8em;
		line-height: 150%;
		list-style-type: none;
		margin-bottom: 1em;
		margin-left: 1em;
	}
	.content ul li {
		background: transparent url('images/arrow.png') no-repeat 0 .2em;
		margin-bottom: .5em;
		padding-left: 1.8em;
	}
	.content ul li ul {
		font-size: 100%;
		margin-top: 1em;
	}
	.content ul li ul li {
		background: transparent url('images/ul_09_999999.png') no-repeat 0 .4em;
		margin-bottom: .5em;
		padding-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 {
		color: #000;
		text-decoration: underline;
	}
	.content a:hover {
		color: #5C7AEB;
		text-decoration: none;
	}


	/* Fussbereich */
	#footer {
		color: #ccc;
		font-size: .8em;
		text-align: center;
	}


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


	/* Content linke Spalte */

	#leftcol .content {
		font-size: .9em;
	}

	/* Test */
	.csc-textpic-above {
	}
	.csc-textpic-imagewrap {
		margin-bottom: 0;
	}
	.csc-textpic-text p {
	}


	/* 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;
	}
