/* 
	stegumwelt.com
	
	copyright 2009 
	.pure visuelle kommunikation
	http://www.pure-kommunikation.com
	
	Author: Lars Brinkmann
	
	14/04/2009
*/

body {	
	background: #F1F6FA url(../images/background.jpg) repeat-x; 
}


/*	Page wrap 
	...........................................................................................................................
*/
.outerWrap	{ width: 921px; margin-left: auto; margin-right: auto; }
.innerWrap	{ background: url(../images/shadowLeft.jpg) repeat-y; }

.lftWrap		{ float: left; width: 367px; position: relative; height: 511px; } 
.lftWrapTop		{ height: 23px; background: #97C00E; }
.lftWrapInner	{ margin-left: 10px; }
.rgtWrap		{ float: left; width: 545px; }

/*	Footer 
	...........................................................................................................................
*/
.footer		{ background: url(../images/shadowBottom.jpg) no-repeat; height: 18px; }



/*	STEG Logo
	...........................................................................................................................
*/
.logo	{ margin-left: 28px; margin-top: 40px; margin-bottom: 25px; }


/*	Meta Navigation
	...........................................................................................................................
*/
.meta { margin-left: 38px; position: absolute; bottom: 10px; }

.meta ul {
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 13px; color: #626262;
}

.meta li { float: left; }
.meta ul a { text-decoration: none; color: #626262; text-transform: uppercase; }
.meta ul a:hover { color: #000; }
