/* CSS fuer fbCMS */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background-color:#000000;
	background:black url(images/hintergrundbild.jpg) no-repeat;
	}
/* Tabellenzellen haben grundsaetzlich eine Hoehe von 25px */
td {
	height:25px;
	font-size:12px;
	}
/*########################################
#                  EBENEN                #
########################################*/
/* Ueber-Ebene fuer evtl. Zentrierung... */
#EbeneEins {
	width:100%;
	}
/* Logo */
#EbeneLogo {
	width:768px;
	height:100px;
	border:0px solid grey;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
	z-index:-1;
	}	
/* Das Hauptmenue, ganz links */
#EbeneHauptmenue {
	border:0px solid #AAAAAA;
	min-height:300px;
	padding-left:3px;
	width:150px;
	padding-top:10px;
	margin-left:10px;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	float:left;
	z-index:2;
	}
#EbeneHauptmenue a {
	color:#FFFFFF;
	}
/* Das Menue, das die Rubriken-spezifischen Elemente (neu, anzeigen, bearbeiten, etc.) enthaelt
#EbeneZweitmenue {
	border:1px solid #BBBBBB;
	float:left;
	width:130px;
	padding-left:3px;
	min-height:300px;
	margin-left:10px;
	line-height:18px;
	}*/
/* Die grosse Ebene in der sich alles abspielt */
#EbeneInhalt {
	border:0px solid #CCCCCC;
	width:80%;
	min-height:300px;
	position:absolute;
	left:180px;
	/*padding-left:3px;
	/*float:left;*/
	top:130px;
	z-index:2;
	}

.TabelleHomepageTDtext {
	padding-left:10px;
	}

/* Die Ebenen des Datei-Verwalters: */
#EbeneDateien1 {
	border:1px solid #CCCCCC;
	width:330px;
	min-height:290px;
	margin-left:10px;
	padding-left:3px;
	float:left;
	}
#EbeneDateien2 {
	border:1px solid #CCCCCC;
	width:330px;
	min-height:290px;
	margin-left:10px;
	padding-left:3px;
	float:left;
	}
	
/*########################################
#                                        #
########################################*/
#dialogbox {
	width:80%;
	margin-top:30px;
	margin-bottom:70px;
	margin-left:60px;
	padding:20px;
	border:1px solid red;
	background-color:#CCCCCC;
	}
	
/*########################################
#             ?BERSCHRIFTEN              #
########################################*/
h1 {
	font-size:18px;
	line-height:28px;
	}
h2 {
	font-size:15px;
	}
/* Ebenen-Titel */
h3 {
	font-size:15px;
	}

/*########################################
#             VERKN?PFUNGEN              #
########################################*/	
a {
	text-decoration:none;
	color:#cfc;
	}
a:hover {
	text-decoration:underline;
	color:lime;
	}
a:visited {
	text-decoration:none;
	/*color:#CCCCCC;*/
	}

/*########################################
#                  MEN?S                 #
########################################*/
/* Hauptmenue */
.Hauptmenuepunkt {
	display:block;
	border-top:4px solid white;
	border-bottom:1px dashed #AAAAAA;
	}
.Hauptmenuepunkt:hover {
	background-color:#ECECEC;
	border-bottom:1px dashed #AAAAAA;
	}
.HauptmenuepunktAngewaehlt {
	display:block;
	font-weight:bold;
	background-color:#F1F1F1;
	border-top:4px solid white;
	border-bottom:1px dashed #AAAAAA;
	}
/* Zweitmenue */
.Zweitmenuepunkt {
	width:130px;
	display:block;
	border-top:4px solid white;
	border-bottom:1px dashed #BBBBBB;
	}
.Zweitmenuepunkt:hover {
	background-color:#ECECEC;
	border-bottom:1px dashed #BBBBBB;
	}
.ZweitmenuepunktAngewaehlt {
	display:block;
	font-weight:bold;
	background-color:#F1F1F1;
	border-top:4px solid white;
	border-bottom:1px dashed #BBBBBB;
	}
#EbeneHauptmenue a, #EbeneZweitmenue a {
	text-decoration:none;
	}
#EbeneHauptmenue a:hover, #EbeneZweitmenue a:hover {
	text-decoration:underline;
	}
/*########################################
#               FORMULARE                #
########################################*/
input, select, textarea, file {
	border:1px solid grey;
	background-color:#EFEFEF;
	font-size:12px;
	padding:1px;
	}
	
/*########################################
#                  TEXT                  #
########################################*/
hr {
	width:80%;
	}
small {
	line-height:normal;
	}
/* Fehlermeldungen: */
.fehlermeldung {
	font-weight:bold;
	color:#FF0000;
	}
/* OK-Meldungen: */
.okmeldung {
	font-weight:bold;
	color:#00CC00;
	}
.fragezeichen {
	font-size:13px;
	color:#990000;
	font-weight:bold;
	}
/* Galerie-Fotos werden nacheinander, aber mit _bestimmten_ Abstaenden, aufgebaut */
.GalerieVorschau {
	float:left;
	padding:5px;
	width:245px;
	min-height:160px;
	text-align:center;
	}
.GalerieVorschauFoto {
	border:1px solid white;
	}

.GalerieBreite {
	width:100%;
	}

.FotoAnzeigen {
	border:1px solid white;
	}
.BildMerkenKnopf {
	padding:2px;
	background-color:#333333;
	border:1px solid white;
	}
.BildMerkenKnopf:hover{
	padding:2px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#666666;
	border:1px solid white;
	}
.Mailnachricht {
	margin-left:30px;
	border:1px solid white;
	width:400px;
	}
.HighlightbilderHomepage {
	float:right;
	width:240px;
	height:160px;
	}

.infobox {
	display:none;
	}
a:hover .infobox {
	position:absolute;
	font-size:10px;
	font-weight:normal;
	display:block;
	color:#000000;
	padding:3px;
	width:210px;
	background-color:#CCCCCC;
	border:1px dotted grey;
	z-index:4;
	}
