/* Standard CSS */
body {
	margin: 20px 0px 0px 0px;
	font-family: Arial;
	background-color: #000000;
	}
	
/* Hintergrundfarben */
.bgfarbe1 {background-color: #FFFFFF;}
.bgfarbe2 {background-color: #000000;}

/* Farben */
.farbe1, .navi1 a, .Lauftext, td {color: #58585A;}
.farbe2, a, .navi1 a:hover, .navi1_akt a, .navi2 a:hover, .navi2_akt a, .Ueberschrift, .csc-firstHeader, .csc-header h1 {color: #b76129;}
.farbe3, .navi2 a {color: #878889;}

/* Schriftgroessen */
.hoehe1 {font-size: 10px;}
.hoehe2, .bodytext, .navi1 a, .navi1_akt a, .navi2 a, .navi2_akt a {font-size: 11px;}
.hoehe3, .Ueberschrift, .csc-firstHeader, .csc-header h1 {font-size: 16px;}

/* Zeilenabstaende */
.abstand1, .navi1 a, .navi1_akt a, .navi2 a, .navi2_akt a, .Lauftext, .Ueberschrift, .csc-firstHeader, .csc-header h1, td { line-height: 20px;}

/* allgemeine Schriftformatierungen */
.fett, .Ueberschrift, .csc-firstHeader, .csc-header h1 {font-weight: bold;}

/* Navigation */
a {text-decoration: none;}
a:hover {text-decoration: underline;}
.navi1 a, .navi1_akt a, .navi2 a, .navi2_akt a {text-decoration: none;}
.navi1_akt a, .navi2_akt a {font-weight: bold;}
.navi2 a, .navi2_akt a {padding-left: 15px;}

/* Abstand Ueberschrift */
.csc-header h1 {margin-top: 0px;}

/* Definition der Bilddarstellung im Contentbereich */
.csc-textpic-caption, .Bildunterschrift {
        text-align: right;
        line-height: 12px;
	font-size: 9px;
        padding: 2px;
	border-top: 1px solid #b76129;
	}
DL.csc-textpic-image {margin: 4px;}
	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 20px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 29px !important;
	}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 10px;
	margin-top: 6px;
	border: 1px solid #b76129;
	background-color: #eb8020;
	}
	
/* Kein Rand um Bilder */
img {border: 0px;}

/* Festlegen der Aufzaehlungszeichen */
li {list-style-image: url(img/list.gif); margin-left: -24px;}
	
/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image {margin-right: 3px;}