body {
    color: black; background-color: white;
    background-image:url(../pic/kaffeeback.gif); background-repeat:repeat;
    font-size: 100%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0px; padding: 10px;
    text-align:center;				/* Zentrierung mit IE (geht nicht in Mozilla) */
}

a { color: #000000; }

#main {
	background-color: white;
	position:static;
	width: 800px; min-height:650px;
	margin-left:auto; margin-right:auto;	/* Zentrierung mit Mozilla (geht nicht in IE) */
	text-align:left; vertical-align:top;	/* Definiert Standard für alle Inhalte */
	border: ridge 4pt #704931;
	padding:0px;
}

#logo {
	background-color: #FFFFFF;
	position:static;
	float: left;
	width: 140px; height: 100px;
	max-width:140px; max-height:100px; overflow:hidden;
	margin:0px; padding:0px;
}
#kaffeelogo {width:140px;height:100px;border:none;cursor:help;margin:0px;padding:0px;}

#header {
	background-color: #FFFFFF;
	position:static;
	float: left;
	width: 640px; height: 100px;
	max-width:640px; max-height:100px; overflow:hidden;
	margin:0px; padding:0px;
}
h1.header {text-align:justify; padding:0px; margin:0px;font-family:Verdana; font-style:italic; font-weight:lighter; color:#704931; width:300px; float:right;}
h6.header {text-align:justify; font-size:8pt; padding:10px; margin:0px; font-weight:normal;font-style:italic; color:#704931; width:300px; float:left;}

#topmenu { width:300px; max-width:300px; overflow:hidden; text-align:center; border:none; float:right;}

a.menu { display:inline;margin:0px 10px 0px 10px; text-align:center; height:20px;
         border-left:solid 1px #704931; border-right:solid 1px #704931; border-top:none; border-bottom:none; padding:3px 5px 3px 5px;text-decoration:none; color:#704931;}


a.menu:link    { background-color:transparent; }
a.menu:visited { background-color:transparent; }
a.menu:hover   { background-color:#D3A35C; }
a.menu:active  { background-color:#D3A35C; }


#lefter {
	background-color: #FFFFFF;
	position:static;
	clear:both;
	float:left;
	width: 140px; height: 500px;
	max-width:140px; max-height:600px; overflow:hidden;
	margin:0px; padding:0px;
	text-align:center;
}

#text {text-align:justify; padding: 0px 10px 10px 140px;}

#footer {
	background-color: #FFFFFF;
	position:static; width: 750px; height: 70px;
	margin-left:auto; margin-right:auto;	/* Zentrierung mit Mozilla (geht nicht in IE) */
	margin-top:10px;
	border: ridge 4pt #704931;
	font-size: 10pt; text-align:center; vertical-align:middle;
	color: #C0C0C0;
}

a.footer:link    { color: #C0C0C0; }
a.footer:visited { color: #C0C0C0; }
a.footer:hover   { color: #000000; }
a.footer:active  { color: #000000; }

table.footer {
	width: 700px;
	border: none; table-layout: fixed;
	padding:0px; margin:0px;
}

td.footer { width: 230px; text-align:center;}
