/* 
	praxis-design.de
	------------------------------------------------------------------------------------------
	(c)2009 das Netzbüro | netzbuero.de

	07/03/2009
 */
 
 
 
 
/*	Common
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	body	{ background: #ffffff url(../images/pageBackground.jpg) repeat-x; margin: 0; padding: 0;}
	
	img 	{ border: none; }
	
	
	
/*	Typographie
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	body	{ font-family: Arial, sans-serif; font-size: 100%; }
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol	{ margin-top: 0; }

	
	

/*	Navigation
   	------------------------------------------------------------------------------------------------------------------------------------------- */


/*	Layout
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	.pageWrap	{ width: 900px; background: #ffffff; margin-left: auto; margin-right: auto; }

/*	Seitenkopf
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	.hdr				{ position: relative; background: #fff; height: 95px; }

/*	Navigation im Seitenkopf
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	.hdrNav				{ position: absolute; top: 5px; right: 25px; font-size: 10px; }
	.hdrNav ul			{ list-style-type: none; margin: 0; padding: 0; }
	.hdrNav li			{ float: left; }
	.hdrNav a			{ color: #888; text-decoration: none; }
	.hdrNav a:hover		{ color: #900; }
	.hdrNav a.active	{ color: #900; }



/*	Seitenfuß
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	.ftr				{ position: relative; background: url(../images/footerBackground.jpg) repeat-x; height: 40px; }
	.ftr				{ font-size: 10px; color: #888; }
	.ftrPos				{ position: absolute; right: 0; padding: 15px 25px 0 0; }
	.ftrLastModified	{ float: left; margin-right: 70px; }	
	.ftrCopyright		{ float: left; }
	
	

/*	Inhalt Allgemein
   	------------------------------------------------------------------------------------------------------------------------------------------- */




/*	Hauptnavigation
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	.navWrp				{ margin-left: 1px; width: 896px; border: 1px solid #e5e5e5; border-top: none; border-bottom: none; 
						  background: #f4f4f4 url(../images/navBackground.gif) repeat-x; }
	.nav				{ font-size: 11px; font-weight: bold; }		  
	.nav ul				{ list-style-type: none; margin: 0; padding: 0; }
	.nav li				{ float: left; margin-top: 1px; padding: 5px 5px 3px 5px; border-right: 2px solid #fff; }
	.nav a				{ background: url(../images/navMarkerOff.gif) no-repeat 0 1px; padding: 0 18px 0 18px; text-decoration: none; color: #9b9c9e; }
	.nav a:hover		{ background: url(../images/navMarker.gif) no-repeat  0 1px; }
	.nav a.active		{ background: url(../images/navMarker.gif) no-repeat  0 1px; }
	
	
	

