/*------------------------------------------------------------------
	[Master Stylesheet]
	Project:		neuland
	Company: 		Büro zweigang
	Internet:		www.zweigang.de
	Author: 		Alexander Maier
	E-Mail:			a.maier@zweigang.de
	Version:		0.1
	Created:		05.09.2009

	[Content]
	Generic
	Header
	Body
	Footer
	Additional
	
	[Colors]
	Body BG:		#000000
	Body Color:		#000000
	Theme Color:	#000000
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 GENERIC
 ------------------------------------------------------------------*/

#leftColumnBottom {
	padding-top: 0px;
}
#widget {
	position: relative;
	padding-top: 40px;
	overflow: hidden;
}

.widgetImage {
	margin: 0px 10px;
}

.widgetText {
	margin: 0px 10px 20px 10px;
}
.widget-header-text{
	padding: 15px 20px 0px 10px;
	text-transform: uppercase;
	background: #EBEBE7 url(../images/shadow.png) no-repeat right 1px;
	position: absolute;
	z-index: 10;
	top: 0px;
	font-size: 9px;
	font-weight: bold;
}

.widget-spacer {
	border-bottom: 1px solid #aeafa1;
	position: absolute;
	z-index: 5;
	width: 180px;
	top: 12px;
	height: 15px;
}

div#widget a, span.widgetMorelink a {
	color: #000000;
	text-transform: lowercase;
	color: #990c15;	
}

div#widget .immovables {
	width: 160px;
}

