/*********************************************************************/
/****************  Allgemeine Definitionen  **************************/
/*********************************************************************/

/* Allgemeine Definition des HTML-Kšrpers */
body {
	background-color: White;
	background-image: url(../images/wallpaper-zebra.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Dieser Container definiert die Grš§e und Position des transparenten Bereiches */
#container1 {
	filter: alpha(opacity = 85);
	opacity: 0.85;
	position: fixed;
	background: White;
	top: 0px;
	left: 235px;
	width: 75%;
	bottom: -20px;
	z-index: -2;
}

/* Definition der Bereiche */
.Headerbereich {
	position: absolute;
	height: 177px;
	top: 15px;
	z-index: 10;
}

.Hauptbereich {
	position: absolute;
	top: 205px;
	left: 235px;
	width: 70%;
	z-index: 6;
	padding: 10px 10px 10px 10px;
}

.Menuebereich {
	position: absolute;
	top: 210px;
}

/*********************************************************************/
/****************  Header der Seiten *********************************/
/*********************************************************************/

/* Platzierung des Logos */
#logo {
	position: absolute;
	width: 200px;
	height: 177px;
	background-image: url(../images/fcl_logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 11;
}

/* Platzierung und Ebenendefinition des 'Banners' oben */
#banner {
	position: absolute;
	width: 500px;
	height: 60px;
	left: 260px;
	top: 65px;
	background-image: url(../images/zebras_kommen.gif);
}

#anizebra {
	position: absolute;
	width: 174px;
	height: 177px;
	left: 800px;
	background-image: url(../images/anizebra.gif);
}

/*********************************************************************/
/****************  Definition des Menues *****************************/
/*********************************************************************/

/* Breite und Font-Family der Navigationsleiste */
.moduletable_menu {
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0;
}

/* Definition der einzelnen Menüpunkte */
.menu {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0;
}

.menu a:link,.menu a:visited {
	display: block;
	padding: 5px 5px 5px 8px;
	background-image: url(../images/Button2.gif);
	margin-bottom: 5px;
	margin-left: 4px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

/* Verhalten eines Buttons während die Maus drüberfährt */
.menu li a:hover {
	background-image: url(../images/ButtonHover.jpg);
}

/* Verhalten des zuletzt geklickten Navigations-Buttons */
.menu li a:active {
	background: transparent 2px;
}

/* Definition des Login-Bereichs */
.moduletable {
	width: 179px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	list-style: none;
	margin: 0 0 4px 4px;
	padding: 5px 5px 5px 5px;
	filter: alpha(opacity = 85);
	opacity: 0.85;
	background: White;
}

/* Verkleinern der Schrift bei Login-Links */
.moduletable li a:link {
	font-size: 80%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: Fuchsia;
	text-decoration: none;
	background: none;
}

.moduletable li a:visited {
	font-size: 80%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: Fuchsia;
	text-decoration: none;
	background: none;
}

.moduletable li a:hover {
	font-size: 80%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: Aqua;
	text-decoration: none;
	background: none;
}

.moduletable .input {
	padding: 5px 5px 5px 5px;
}

.moduletable p {
	padding: 0px;
	margin: 2px 0 3px 0;
}

.moduletable .button {
	margin: 4px 0 3px 0;
}

.moduletable ul {
	padding: 0px;
	margin: 5px 0 0 25px;
}

.moduletable h3 {
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 5px 5px;
}

/*********************************************************************/
/****************  Definition des contentbereichs ********************/
/*********************************************************************/

.componentheading {
	text-align: center;
	font: 1.6em Arial, Helvetica, sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	z-index: 8;
}

.contentheading {
	text-align: center;
	font: 1.6em Arial, Helvetica, sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	z-index: 8;
}

.contentdescription {
	text-align: center;
	width: 100%;
	font: 1.6em Arial, Helvetica, sans-serif;
	background: transparent;
	font-weight: bold;
	color: Black;
	margin: 4px;
	z-index: 8;
}

.contentpaneopen {
	font: arial, Helvetica, sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 10px;
	line-height: 1.4em;
	text-align: left;
}

/* Erstellungsdatum und letzte €nderung verbergen */
.createdate,.modifydate {
	display: none;
}

/* Stil der Überschriften Klasse-1 <h1> und weiterer HTML-Tags*/
h1 {
	font-family: arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
}

h2 {
	font-family: arial, verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

a:link {
	color: Fuchsia;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: Fuchsia;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: Aqua;
}