@charset "utf-8";
/* CSS Document */

/***** ARTICLES ******/
.pressTabThumb {
	float:left;
	width:80px;
	height:60px;
}

.pressTabText {
	font-weight:bold;
	float:left;
	width:400px;
}

.pressTabTime {
	font-weight:bold;
}

.categoryName {
	width:100%;
	height:23px;
	/* float:left; */
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}

.categoryRSS {
	float:right;
}

.clearboth {
	clear:both;
}

.normalfont {
	font-weight:normal;
}

.link {
	text-decoration:none;
	display:block;
	cursor:pointer;
}

.more-button {
	text-align:center;
	/*padding-top:6px;*/
	float:right;
	/*margin-top:1em;*/
	/*background:url(images/more-button.gif) no-repeat center center;*/
	width:200px;
	height:26px;
}

.more-button a {
	
	text-decoration:none;
}

.umwelt { background:url(images/tab-umwelt.gif) no-repeat}
.energie { background:url(images/tab-energie.gif) no-repeat }
.wasser { background:url(images/tab-wasser.gif) no-repeat }
.konsumentinnen { background:url(images/tab-konsumentinnen.gif) no-repeat }

.nomargin {
	margin-right: 0;
}

#tabs {
	margin-top:1em;
	min-height:354px;
	overflow:hidden;
	width:518px;	
}

#tabs ul {
	/*
	margin:0;
	padding:0;
	*/
	
	z-index:99;
	float: right;
	padding-top: 4px;
	width:517px;
	
}

#tabs div {
	width:500px;
	
	background: #fff;
	border:1px solid #cccccc;
	/* border-top:0; */
	
	clear: both;
	padding: 8px;
	min-height: 290px;
	
	overflow:hidden;
}

#tabs li {
	position:relative;
	top:1px;
	
	margin-right: 7px;
	list-style: none;
	width:124px;	
	
	text-align:center;
}

* html #tabs li {
	display: inline; /* ie6 double float margin bug */
}

#tabs li,
#tabs li a {
	float: left;
}

#tabs ul li a {
	text-decoration: none;
	padding: 7px;
	color: #fff;
	font-weight: bold;
	display:block;
}


/* ** */
#tabs ul li.active {
	/*
	background-color: #fff;
	border:1px solid #ccc;
	*/
	
	background:url(images/selectedbg.gif) no-repeat;
	border-bottom:0;
}

#tabs ul li.active a {
	color: #000;
}

#tabs div h3 {
	color:#000;
}