body, html {
	background:#ffff00;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
}
td,p,div,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   14px;
	font-weight: bold;
	color: #000000;
}
a {
	font-size: 14px;
	color: #ffff00;
	font-weight: bold;
}
a:visited {
	color:  #ffff00;
	text-decoration: none;
}
a:hover {
	color: #CCCC00;
	text-decoration: none;
}
a:active {
	color: #CCCC00;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

#homepage{
width:auto;
height:auto;
}

#seite{
margin-top:10px;
width:1000px;
height:100%;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#links{
width:170px;
overflow:hidden;
}
#logo{
width:170px;
height:103px;
background-image: url(../images/hund.gif);
}
#left{
width:170px;
background:#216438;

}

#mitte{
width:630px;
height:100%;
padding-left:5px;
}
#oben{
	width:630px;
	height:77px;
}
#inhalt{

background:#216438;
width:630px;
}
#haupttext{
padding-top:10px;
padding-bottom:10px;
width:600px;
min-height:600px;
}
#rechts{
width:200px;
padding-left:5px;
}
#rechtsoben{
width:200px;
height:77px;
}
#footer{
padding-top:15px;
width:1000px;
}