/*-----------------------------------------------------------------------------author:    martin bürklewebsite:   http://www.buerkle-wohnkonzept.de/           Grundlayout.css-----------------------------------------------------------------------------*//* Padding und Margin generell auf 0 zurücksetzen */* {  	margin: 0;	padding: 0; }/* Remove border around linked images */img {	border: 0; }body {  	font-family: Verdana, Arial, Helvetica, san-serif; Font-size: 12px; 	line-height: 1.4em; font-style: normal; }#container {	width: 800px; 	height: auto;     margin: 20px auto 20px auto;     border: 1px solid black;	background-color: #eee; }#logo {	width:156px;	height:60px;	position: relative;	left: 144px; }#logo p	{	width: 300px; 	height: auto;	position: absolute; top: 30px; left: 180px; }/*#streifen {	width:800px;	height:120px;	position: relative;	background-image: url(../images/logo2home.jpg); }*/#Footer	{ 	width: 100%;	color: white; background-color: maroon; 	border-top: 1px solid #eee;	clear: both;} #Footer ul{ 	margin: 0 0 0 144px;	padding: 0; 	list-style-type: none; }#Footer li {	 display: inline; }#Footer li a { 	text-decoration: none; 	color: white; background-color: maroon; 	font-weight: bold;	padding: 0 23px; } /* padding 23px sorgt für größere Schaltfläche */ #Footer li a:hover { 	text-decoration: none; 	color: maroon; background-color: white; }
