
html,body{margin:0;padding:0}

body {
	color: #00443F;
	background-color: #B8CBDE;
	font-size: 14px;
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-align: center;  /* Zentrierung im Internet Explorer */

	background-image: url(../img/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	}

img {
	padding: 0;
	border: 0;
	margin: 0;
	}

ul {
	padding: 0 0 0 15px; 
	}

li {
	padding: 0 0 0 15px;
	}

.clearLR {
	clear:both; 
	}
	
/* darin läuft alles ab */
div#page {
	text-align:left;
	width: 100%;
	max-width: 1024px;
	height: 768px;
	margin: 0 auto;
	}

div#mainContent {
	}


/* menü */
#menu *,
#menu2 * {
	margin: 0;
	padding: 0;
	}

div#menu,
div#menu2 { 
	text-align: center;
	margin-top: 10px;
	}

#menu ul,
#menu2 ul { 
	float: left;
	list-style-type: none; 
	list-style-position: inside; 
	}
	
#menu li,
#menu2 li {
	float: left;
	}

#menu,
#menu2 {
	}	

#startseite #menu {
	margin-top: 435px;
	}

/* Inhaltsbereich mit Transparentem Hintergrund */
#startseite {
	margin: 0 auto;
	margin-top: 200px;
	width: 717px;
	height: 477px; 
	overflow: hidden;
	}

div#trans {
	margin: 0 auto;
	margin-top: 200px;
	width: 717px;
	height: 477px; 
	background-image: url(../img/center_trans.png);
	background-repeat: no-repeat;
	overflow: hidden;
	}

div#trans .content {
	margin: 0 10px;
	height: 430px;
	overflow: auto;
	}

/* ie6 Fixes */
* html .pngtrans { 
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	} 
* html .pngtrans .content {
	height: 425px !important;
	width: 695px;
	}
	
/* 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: 16px;
	}

.csc-textpicHeader {
	margin-bottom: 15px;
	}

 /* Texte */
p {
	}

.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

/* 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 */
.contenttable-0 .tr-0, .contenttable-1 .tr-0 {
	}

.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;
	}

/* FCE */
.FCEimage {
	width: 228px;
	height: 235px;
	background-image: url(../img/teaser-rechtsoben_trans.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 500px;
	margin-top: -50px;
/*	z-index: 100; */
	}

#startseite .FCEimage {
	width: 228px;
	height: 235px;
	background-image: url(../img/teaser-linksunten_trans.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: -110px;
	margin-top: 220px;
	}

#startseite .FCEimage  img { 
	margin-top: -15px;
	margin-left: 10px;
/*	position: absolute; */
	}

/* Admin Panel */
body > form {
	text-align: left;
	}


* html .FCEimage {
margin-left: 450px;
	background-image: none;
}
