/*

michael-zabe.de
JR, 04/2012

*/

body{
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	/*	
	background-color: #E6E6E6; 
	*/
}

div.seite{
	max-width: 700px;
	min-width: 420px;
	margin: 0 auto;
	left: 10%;	
	top:0;

	font-weight: lighter;

	/*
	background-color: white;	
	min-height: 600px;
	*/
}

/* Navigationszeile */

div.navigation{
	font-size: 0.9em;
	margin-top: 3em;
	margin-bottom: 3.5em;
	text-align: center;

}

/* Seiten-Schemata */

div#eingang{
	text-align: center;
	font-size: 1.1em;

}

div.andere-seite{
	padding: 0 3em;
	line-height: 1.8em;
}

/* Einzelne Seitenanpassungen */


div.biografie{
	line-height: 1.4em;
}

/* Textelemente */

h1, h2, h3{
	font-family: 'Georgia', serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h1{
	font-size: 1.3em;
	margin-top: 1.5em;
}

h2{
	font-size: 1.1em;
	margin-top: 1.3em;
}

abbr{
	border-bottom: 1pt dashed #8A4B08;
}

a:link, a:visited, a:active{
	color: #8A4B08;
	text-decoration: none;
}


/* Kontaktformular */

table.kontakt th{
	text-align: left;
	padding-right: 1em;
	font-weight: normal;
	vertical-align: top;

}

table.kontakt input, table.kontakt textarea{
	background-color: #F6E3CE;
	border: none;
	padding: 0.5em;
}


input.fehler, textarea.fehler{
	background-color: #F5A9A9 !important;
}

div.fehler{
	background-color: #F5A9A9;
	padding: 0.5em 2em;
	margin-bottom: 1em;
}

/* Bilder und Bildunterschriften */

div.bild{
	margin: 1em;
}

div.bildunterschrift{
	margin-top: 0.5em;
	font-size: 0.7em;
	color: #808080;
	line-height: 1.3em;
}

/* Galerie */
div.galeriebild{
	float:left;
	margin: 1em;
	width: 150px;
}

div.galeriebild img{
	width: 150px;
	height: 150px;
}