body {
	background:#f3f3f3;
	margin: 0 auto;
	text-align:left;
	background-image:url(images/bg.gif);
	font-family:Helvetica,Arial,sans-serif;
	font-size:90%;
}
#menue  {
    position:absolute; top:148px; left:0px; width:165px; color:#000; background-color:#dde;
}
#menue a {
    color:#900000; background-color:transparent; text-decoration:none; font-weight:bold;
}
#menue a:hover  {
    text-decoration:underline;
}

#content {
    position:relative; top:0px; left:180px; width:540px; color:#000; background-color:#eee;
}
#content a {
    color:#900000; background-color:transparent; text-decoration:none; font-weight:bold;
}
#content a:hover  {
    text-decoration:underline;
}

#footer {
    position:relative; top:0px; left:0px;
    text-align:left;
    text-decoration:none;
    font-size:9px;
}

#footer a {
	color:#ffffff; background-color:#dde;
}

img {  
	border-style: none;
}
