/* ---- verena-braunstein.de Stylesheet v1.0 ---- */
/* ---- PRINT ---- */
/* ---- (c) 2010 Patrick Schwarz  ---- */


/* ---- Grunddefinitionen ---- */
/* Grundschrift und -farbe */
body, input, textarea, select, a {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Absatz */
p, form, table {
	margin: 0;
}

/* Kein Rahmen um verlinkte Bilder */
img {
	border: 0;
}


/* ---- Überschriften ---- */
h1, h2 {
	margin: 1em 0 .2em 0;
	padding: 0;
	font-weight: bold;
}
h2 {
	font-size: 1.0em;
}


/* ---- Boxmodell-Aufbau ---- */
/* Kopfzeile mit Header-Bild */
div#header img {
	width: 100%;
}

/* Fußzeile */
div#footer {
	position:absolute;
	bottom: 0;
	font-size: 0.8em;
}

/* Navigation */
ul#navi {
	display: none;
}


/* ---- Formulare und Tabellen ---- */
input, textarea {
	width: 400px;
	margin-top: 3px;
}
textarea {
	height: 150px;
}
input#submit {
	width: auto;
}
div#erfolg, div#fehler {
	color: #090;
	padding: .2em;
	margin: 0 0 .5em 0;
}
div#fehler {
	color: #900;
}
th {
	color: #c00;
	text-align: right;
	vertical-align: top;
	width: 120px;
}


/* ---- Galerie ---- */
.galerie#cat {
	height: 200px;
}
.galerie#cat span a {
	font-size: 8pt;
	width: 125px;
	float: left;
	text-decoration: none;
}
.galerie#cat a img {
	width: 90px;
	height: 90px;
}
.galerie a img {
	width: 180px;
	height: 180px;
	margin: 0 16px 16px 0;
}
