body
{
	background-color: #aaaab1; /* fotos/fotohtml.php anpassen! (IE7)*/
	width: 100%;
 
}

#frame
{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
/*
	Wenn das Logo eine Margin von 10px hat, die Navi ebenfalls:
	IE: Navi wird relativ zum Logo plaziert (margin = 20)
	Firefox: korrekt; beide Elemente haben margin = 10.
	Linker Rand: workaraound, um es beiden recht zu machen.
 */
#spaceleft
{
	margin-left: 12px;
}

#content
{
	width: auto;
	background-color: #fff;
	padding: 1em 1em 2em 1em;
	margin: 4px 0px 12px 0px;
	border-top: solid 1px #500;
	/*border-left: solid 1px #500;*/
	border-bottom: solid 1px #fff;
	/*border-right: solid 2em #fff;*/
}


.htmllist p a, .commenttext a, .baukastentext p a, .anytext a, .htmllist ul a, .htmllist ol a, .baukastentext ul a, .baukastentext ol a, .meta a, .dnsbl a, .htmllist form a, .htmllist table a, .htmllist li a {
	background: url(/hostimg/link.png) no-repeat left top;
	padding-left: 14px;
}
