/* ALLGEMEIN */

body {
	background: #3366cc;
	font-family: Arial, sans-serif;
	margin-left: 10%;
	margin-right: 10%;
}

#gaestebuch {
	line-height: 3.0 ;
}

#aadmin {
	font-size: .8em;
}

#Madmin {
	font-size: .8em;
}

table.bild {
	padding: 5px ;
}
h2.bild {
	color: #99ccff;
}
h2.bild a.bild:link {
	color: #ccffff;
	text-decoration: underline;
}
h2.bild a.bild:visited {
	color: #ccffff;
	text-decoration: underline;
}
a.bild:link {
	color: #ffff00;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
a.bild:visited {
	color: #c0c000;
	text-decoration: none;
}

.info {
	color: #00FF00;
}
a.info {
	color: yellow;
}
a.info:visited {
	color: #00cc00;
}

/* Navigations-Frame */

html.menu {
	background: #3366cc;
}

body.menu {
	background: navy;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	/*text-align: center;*/
}

a.menu {
	color: yellow;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: .9em;
	line-height: 1.5;
}

/* Nur für die Startseite */
div.plakat {top: 0; left: 0; width: 100%; height: 100%;
	position: fixed;
	display: table;
}
p.plakat {
	display: table-cell;
	vertical-align: middle;
	color: #99ccff;
	font-size: 2em;

}
.plakat {
	display: block;
	margin: 1em auto;
	text-align: center;
	border: 0;
}

/* Copyright-Vermerk */
p.copy {
	text-align: right;
	font-size: .7em ;
	font-family: Arial, sans-serif ;
}
a.copy {
	text-decoration: none;
	color: #99ccff;
	font-size: .7em ;
}

.fussnote {
	font-size: .6em ;
	font-family: Arial, sans-serif ;
	color: #99ccff ;
}

/*  DIVs beim Anschau-Fenster der Galerie */
div#back {
	position: absolute;
	top: 30px;
	left: 10px;
	/* float: left;*/ 
	margin: 5px; padding: 5px;
	/* border: 1px dashed silver; */
}
div#vor {
	position: absolute;
	top: 30px;
	right: 10px;
	/* float: right; */ 
	margin: 5px; padding: 5px;
	/* border: 1px dashed silver; */
}
div#galbild {
	cursor: crosshair;
	margin: 5px 5px 5px 5px;
	padding: 10px;
	/* border: 1px dashed silver; */
	text-align: center;
	width: auto;
}
div#kommentar {
	margin: 5px 40px 5px;
	padding: 10px;
	/* border: 1px dashed silver; */
	text-align: center;
	width: auto;
	color: white;
	font: 90% Arial sans-serif;
}
div#kommentar span#kommInhalt {
	color: #ccc;
	font-weight: bold;
}
p#fehler {
	margin: 5px;
	color: red;
}
p#passt {
	margin: 5px;
	color: #33ff33;
	font-weight: bolder;
}