html {
	height: 100%;
}
body {
	height: 100%;
	font-family:Lucida, verdana, arial;
	font-size:12px;
	color: #594635;
	background-color:#FFFFFF;
	/*background-image: url(../img/webdesign.gif);
	background-repeat: repeat-y;*/
}
.border {
	border: 0px solid black;
	margin-right: 4px;
	margin-bottom: 4px;
} 

/* abstände auf 0 gesetzt */
/* ------------------------------------------------ */
* {
margin: 0;
padding: 0;
} 
/* ------------------------------------------------ */

/* formular felder */
/* ------------------------------------------------ */
form {
	margin:0px;
}
/* ------------------------------------------------ */

/* überschriften */
/* ------------------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	font-size: 9pt;
}
/* ------------------------------------------------ */

/* verlinkungen */
/* ------------------------------------------------ */
a {
	font-weight: bold;
	color: #888888;
	font-size: 9pt;
	font-family:Lucida, verdana, arial;
	text-decoration:none;
	list-style:none;
}
a:hover {
	font-weight: bold;
	color: Black;
	font-size: 9pt;
	font-family:Lucida, verdana, arial;
	text-decoration:none;
	list-style:none;
}

/* ------------------------------------------------ */


/* content */
/* ------------------------------------------------ */
#cont {
	font-size:10pt;	
	line-height:16pt;
	text-align:left;
	vertical-align:top;
}
/* ------------------------------------------------ */


.zentriert {
	margin-left:auto; 
	margin-right:auto;
}
#menue {	
	margin:50px;
	width:740px;
	text-align:center;
	background-image: url(../img/Bunsen_Webkopf.jpg);
	background-repeat: no-repeat;
	list-style-type:circle;
}
ul { display:inline; }

#bild {
	width:540px;
	background-image: url(../img/bilder3.jpg);
	background-repeat: no-repeat;
}
