/* CSS Stautmeister auf www.stautmeister.de - aktuelle Browser
(c) 2008 Ulf Jenninger Grafikdesign
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Seitenbasis
*********************************************************************/
body { 
	background-color: white;
}
div.seitenrahmen { 
	margin-right: auto; 
	margin-left: auto; 
}

/* Spalte links
*********************************************************************/

div.hnavi {
	float: left;
}

/* Hauptspalte
*********************************************************************/

div.mrr {
	width: 675px;
	margin-left: 225px;	
}
div.mitte, div.refmitte {
	float: left;
}

/* Spalte rechts
*********************************************************************/

div.rechts {
	margin-left: 480px;
}

/* Fuss
*********************************************************************/
div.lfuss {
	width: 195px;
	margin-top: 10px;
	float: left;
}
div.rfuss {
	width: 195px;
	margin-top: 10px;
	margin-left: 705px;
	text-align: right;
}

/* Markisentitel
*********************************************************************/

div.seitentitel, div.seitentitelbreit, div.seitentitelbrs {
	display: block;
	height: 50px;
	width: 443px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 7px;
	padding-top:3px;
	font-size: 18px;
	background-color: #f8c300;
	color: black;
	background: #f8c300 url(/stautmeister/layout/grafiken/stm_markise_450.png) no-repeat left bottom;
}
#hmitte a.homelink, #hmitte a:link.homelink, #hmitte a:hover.homelink {
	display: block;
	height: 50px;
	width: 195px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	font-size: 16px;
	color: black;
	background-color: #f8c300;
}

