/**
 * Style sheet green_basic
 */
/* =============== TypoLight Classes =========== */
.clear
{
	height:0.1px;
	overflow:hidden;
	clear:both;
	font-size:0.1px;
	line-height:0.1px;
}

.invisible
{
	width:0px;
	height:0px;
	left:-100px;
	top:-100px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

html, body
{
	background-color:#DFF0CC;
	font-family:Verdana, Arial;
	font-size:11px;
	color:#444444;
}

#border
{
	width:1008px;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	padding:10px 5px;
	text-align:left;
	background-color:#fff;
	border:1px solid #009900;
}

#gradient
{
	width:988px;
	margin:0 auto;
	background-color:#DFF0CC;
}

#header
{
	width:988px;
	height:190px;
	position:relative;
	border-bottom:2px;
	border-bottom-color:#fff;
	border-bottom-style:solid;
}

#header .aktuelles
{
	background-image:url("tl_files/green_page/images/random_pic/lippe_tivoli.jpg");
}

#header .themen
{
	background-image:url("tl_files/green_page/images/random_pic/steinwehr.jpg");
}

#header .presse
{
	background-image:url("tl_files/green_page/images/random_pic/presse.jpg");
}

#header .partei
{
	background-image:url("tl_files/green_page/images/random_pic/stiftsruine.jpg");
}

#header .rat
{
	background-image:url("tl_files/green_page/images/random_pic/rathaus.jpg");
}

#header .service
{
	background-image:url("tl_files/green_page/images/random_pic/lippe_gruenerwinkel.jpg");
}

#logo
{
	width:358px;
	height:100px;
	bottom:0px;
	left:630px;
	right:0px;
	top:35px;
	position:relative;
	float:left;
}

#logo_label
{
	width:179px;
	height:85px;
	bottom:0px;
	left:600px;
	right:0px;
	top:45px;
	position:relative;
}

#footer
{
	width:988px;
	height:30px;
	clear:both;
	border-top:2px;
	border-top-color:#fff;
	border-top-style:solid;
}

/* === Neues Layout */
#left, #middle
{
	float:left;
}

/* === Neues Layout */
#right
{
	float:right;
}

#left, #right
{
	width:190px;
	border-bottom:2px;
		border-bottom-color:#fff;
		border-bottom-style:solid;
}

#middle
{
	width:604px;
		border-right:2px;
		border-left:2px;
		border-left-color:#fff;
		border-left-style:solid;
		border-right-color:#fff;
		border-right-style:solid;
}

