
html,body{margin:0;padding:0}

body {
	color: black;
	background-color: white;
	font-size: 13px;
	font-family: Arial;
	line-height: 17px;
	margin: 10px 0;
	padding: 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
	}

img {
	padding: 0;
	border: 0;
	margin: 0;
	}
	
/* darin läuft alles ab */
div#page {
	text-align:left;
	width: 1024px;
	margin: 0 auto;
	}

/* Kopfzeile */
div#maintitle {
	width: 1024px;
	height: 76px;
	background-color: #666666;
	text-align: right;
	}

div#subtitle {
	width: 1024px;
	height: 126px;
	margin: 2px 0 2px 0; 
	}

div#chapterImg {
	width: 207px;
	height: 126px;
	float: left;
	margin-right: 3px; 
	}

div#chapterName {
	height: 126px;
	width: 814px;
	float: left;
	background-color: #940001;
	}

div#chapterName img {
	margin-top: 61px;
	}

/* Inhaltsbereiche */
div#main {
	width: 1024px;
	background-image: url(../img/hintergrund.gif);
	background-repeat: repeat-y;
	}
	
div#left {
	background-color: #940001;
	margin-right: 3px; 
	float:left;
	width: 207px;
	}

div#left div#menu {
	height: 267px;
	width: 207px;
	color: white;
	text-align: right;
	padding: 0px;
	}

div#left div#footer {
	background-color: #666666;
	width: 207px;
	}

div#left div#footer p {
	padding: 5px 30px 5px 5px;
	text-align: right;
	color: white;
	background-color: #666666;
	font-size: 12px;
	}

div#content {
	width: 760px;
	float: left;
	margin: 0px;
	padding: 10px 27px 10px 27px; 
	}

.clearLR {
	clear:both; 
	}

/* menü */
div#menu a {
	color: white;
	text-decoration: none;
	}

div#menu a:visited {
	color: white;
	text-decoration: none;
	}

div#menu ul {
	margin: 15px 15px 0 0;
	list-style: none;
	}
	
div#menu li {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	}

div#menu li.act a {
	font-style: italic;
	}
	
/* Content */
/* Linkereien  Hauptbereich */
.mail, a:link {
	color: black;
	text-decoration: underline;
	}

.mail:visited, a:visited {
	color: black ;
	text-decoration: none;
	}

.mail:hover, a:hover {
	color: #08284e ;
	text-decoration: none;
	}

.mail:active, a:active {
	color: #08284e ;
	text-decoration: none;
	}


/* Ueberschriften */
.csc-header  {
	}

h1 {
	font-size: 15px;
	color: black;
	text-transform: uppercase;
/*	margin: 20px 0 10px;*/
	}

.csc-textpicHeader {
	margin-bottom: 15px;
	}

 /* Texte */
#content p.bodytext {
	text-align: left;
	}

.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

ul {
	padding: 0 0 0 15px;
	}

li {
	padding: 0 0 0 15px;
}

/* bildunterschriften */
.csc-textpic-caption {
	font-size: 9px;
	text-decoration: none;
	text-align: right;
	margin: 0 15px 0 0;
	}

/* Tabellen */
table.contenttable {
	border-color: #EDE9C4;
	border-width: 1px;
	border-style: solid;
	background-color: #08284E;
	width: 100%;
	}

/* Zellen immer */
.contenttable td {
	margin: 0;
	padding: 4px;
	}

/* Layout normal */
/* 1.spalte dunkelgelb */
.contenttable-0 .tr-0, .contenttable-1 .tr-0 {
/*	font-weight: bold; */
	}

.contenttable-0 tr p, .contenttable-1 tr p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.contenttable-0 .tr-even, .contenttable-1 .tr-even {
	background-color: #EDE9C4;
	}

.contenttable-0 .tr-odd, .contenttable-1 .tr-odd {
	background-color:  #EDE9C4;
	}

	/* Erste spalte */
.contenttable-0 .td-0 {
	background-color: #E0DA9E;
	width: auto;
	}

.contenttable-0 .td-1,
.contenttable-0 .td-2,
.contenttable-0 .td-3,
.contenttable-0 .td-4,
.contenttable-0 .td-5,
.contenttable-0 .td-last {
	width: 100px;
	text-align: center;
	}

 /* Layout 1 */
 /* Alle Zellen gleiche Farbe */
.contenttable-1 td {
	table-layout: auto;
	text-align: center;
	width: 50%;
	background-color: #E0DA9E;
	}

.contenttable-1 .td-0 {
	}

/* Formulare */
form {
	width: 80%;
	}

form fieldset {
	border: none;
	padding: 0;
	}

form .formRow {
	margin-bottom: 2px;
	}

/* Korrektur kapitelbild */
.fix-chapter { margin: -10px 0 0 -27px; }
* html .fix-chapter { 
	width: 787px; 
	height: auto; 
	overflow: hidden; 
	}

/*FCE */
/* 2 Spalter */
.\2colums { width: 100%; }
.left { float: left; width: 48%; }
.right { float: right; width: 48%; }

/* Abo essen */
.aboEssen {
/*	margin-left: 436px;*/
	color: white;
	width: 350px;
	height: 140px; 
	text-align: left;
	font-family: Arial;
	}

.aboHelp {
/*	position: relative;	*/
/*	z-index: 50; 	*/
	background-color: #656666;
/* 	top: 10px; */
	}	


.aboHead {
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 6px;
	font-style: italic;
	}

.aboBody {
	width: 346px;
	}

.aboImg {
	width: 174px;
	height: 116px;
	float: left;
	}

.aboImg img {
	}
	
.aboTxt {
	width: 166px;
	height: 113px;
	padding: 2px;
	float: right;
	}

.aboTxt p {
	margin: 0px;
	padding: 0px;
	}
	
.aboTxt a,
.aboTxt a:visited {
	color: white;
	text-decoration: underline;
	}

.aboTxt a:hover {
	text-decoration: none;
	}

/* iE6 hacks
* html .aboEssen { margin-left: 400px; }
* html .aboHelp { right: -37px; }
*/

/* Admin Panel */
body > form {
	text-align: left;
	}

