html {
	margin: 0;
	background-color: rgb(240,234,140);
}

body {
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 75%; 
	text-align: center;  /* CSS-widrige Block-Zentrierung im IE6 (Standard-Mode) */
}

#zentrierbox {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* CSS-konforme horizontale Zentrierung */
	width: 95%;
	min-width: 69em;
	max-width: 70em;
	border: 1px solid black;
	background-color: rgb(165,186,206);
	overflow: hidden;  /* wird von IE7 ignoriert */
}

img {
	border-bottom: 1px solid black;
	max-width: 100%;
}

img.photo {
	width: 100%;
}

h1 {
	margin: 0;
	text-align: center;
	font-family: Georgia;
	font-size: 1.7em;
	font-weight: 200; 
	color: black;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
}

table {
	width: 90%;
}

td {
	padding-left: 1em;
	font-weight: bold;
}

#menue {
	float: left; 
	width: 9em;
	padding-top: 2em;
	padding-left: 0.5em;
	line-height: 220%;
}

#text {
	background-color: white;
	margin-left: 10em;
	margin-right: 28em;
	padding-top: 2em;			
	padding-left: 1em;
	padding-right: 4.5em;
	border-left: 1px solid black;
	height: 36em;
	line-height: 140%;
}

#fotobox {
	float: right;
    width: 30em;
	height: 38em;
    border-left: 1px solid black;
    overflow: hidden;
}

#fotobox2 {
	float: right;
    width: 40em;
	height: 38em;
    border-left: 1px solid black;
    overflow: hidden;
}

#fotobox3 {
	float: right;
    width: 32em;
	height: 38em;
    border-left: 1px solid black;
    overflow: hidden;
}

a:link {
	color: black;
}

a:hover {
	color: black;
	font-weight: bold;
	background-color:rgb(119,151,181);
}

a:visited {
	color: black;
}


