body {
	margin:0;
	padding:0;
	background-color: #FFF59F;
	color: #784D24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/* Das ist alles für <body> */
	/* Achtung bei der Schriftgröss: Nicht grösser als 17px da sonst Format-Probleme */
}
/* Alle Bilder im "Inhalt" bekommen eine Rand von 10% rechts und links
#inhalt img {
	margin-left: 10%;
	margin-right: 10%;
}
*/

#menue{
	z-index: 11;
	position: fixed;
	left: 0px;
	top: 110px;
	width: 140px;
	height: 600px;	
	/* border: thin solid #FF0000; */
	/* Fixes menü auf der linken Seite - Es ist fix, dh. es scrollt mit  */
}

#grafik{
	z-index: 10;
	position: fixed;
	left: 100px;
	margin-top: 0px;
	/* border: thin solid #0000FF; */
	/* Das is die Top - Grafik, auch fix */
}

#inhalt {
	position: static;
	padding-top: 135px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 145px;
	margin-right: 0px;
	border: thin solid #FFF59F;
	/* Das ist der Text welcher gescrollt wird */
	}

#polaroid {
	position: static;
	width: 200px;
	right: 0px;
	float: right;
	padding: 0px 0px 0px 3px;
	/* border: thin solid #FF00FF; */
}
/* Ist die Fotoleiste auf der linken Seite */

#tagebuch{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
/* Schrift bissi anders - kursiv 

/* Ab hier Hack für IE  */
* html{
overflow: hidden;
height: 100%;
width: 100%;
}

* html body{
margin: 0;
padding: 0;
overflow: auto;
height: 100%;
width: 100%;
}
* html #menue{
position: absolute;
}
* html #grafik{
	position: absolute;
	text-align: center;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
	
h1 {
	font-size: 17px;
}

a:link, a:visited, a:hover, a:focus, a:active {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #784D24;
	border: 0;
	background-color: #FFF59F; 
}

#space {
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 140px;
	border: 0px;
}

.text {
	margin-top: 0px;
	margin-top: 2%;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	width: auto;
}

.main {
	margin-top: 2%;
	text-align: center;
}

.footer {
	margin-top: 2%;
	margin-right: 15px;
	width: auto;
	text-align: right;
}