body {
    background-color: #d9ad56;
	background-image: url(graphics/baustelle_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
    margin: 0;
	padding: 0;
    font-size: 13px;
	font-family: Arial;
	color: 000;
}

#site {
   width : 639px;
   height: 51px;
   margin : 0px auto;
   padding: 70px 0 0 0px;
   margin-top: 279px;
   position: relative;
   text-align: right;
   background-image: url(graphics/baustelle.jpg);
   background-position: 0 0;
   background-repeat: repeat-x;
}

p {
    font-weight: bold;
	margin: 0;
	padding: 0;
	margin-right: 114px;
}

a:link, a:visited, a:hover, a:active {
    font: 13px Arial;
	text-decoration: underline;
	color: #000;
}

a:hover {
    color:#b4181e;
}






