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 {
	text-align: center;
}
#box_weiter{
	text-align: center;
	/* border: thin solid #999999; */
	margin: 30px;
	padding-bottom: 10px;
}

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;
}

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

.eingabe {
	width: 150px;
	height: 18px;
	margin-bottom: 9px;
}

.nachricht_label {
	margin-bottom: 150px;
}

.buttons_bereich{
	padding-left: 200px;
	padding-top: 10px;
	height: 45px;
}

.button {
	height: 30px;
	width: 100px;
	border: thin solid #784D24;
	color: #784D24;
	font-size: 15px;
	background-color: #FFF59F; 
}

input, textarea {
	border: thin solid #784D24;
	background-color: #FFF59F;
	color: #784D24;
}

form {
	width: 600px;
	padding-top: 20px;
	padding-left: 20px;
}

.modellflug_area {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 130px;
}

.modellflug_area img {
	margin-top: 50px;
	float: right;	
}

#inhalt_impressum {
	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 */
	}
	
#inhalt_impressum a:focus, a:link  {
	color: #4E3319;
	text-decoration: underline;
	background-color: #FFF59F; 
	}
	
#inhalt_impressum .ueberschrift {
	font-weight: bold;
}

#inhalt_impressum .text {
	font-size: 17px;
}

#weinbau {
	text-align: center;
	font-weight: bold;
}

.diashow {
	margin-left: 3%;
}