BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	behavior: url(../scripts/csshover3.htc); 
	-ms-behavior: url(../scripts/csshover.htc);
} /* WinIE behavior call */

body,td,th, tr, p, div {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

#logobox {
	position:absolute;
	left:7px;
	top:31px;
	width:157px;
	height:43px;
	z-index:1;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#headerbox {
	position:absolute;
	left:164px;
	top:69px;
	width:475px;
	height:127px;
	z-index:2;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#searchbox {
	position:absolute;
	left:640px;
	top:69px;
	width:161px;
	height:127px;
	z-index:3;
	background-image:  #c5cf91 url(../images/searchbox.gif);
	background-repeat: no-repeat;
	background-color: #c5cf91;
	vertical-align: bottom;
}

.searchfield {
	width:157px;
	background-image: url(../images/searchicon.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px inset #FFFFFF;
	font-size: 11px;
}

#menubox {
	position:absolute;
	left:0px;
	top:100px;
	width:161px;
	height:auto;
	z-index:4;
}

#rightbox {
	position:absolute;
	left:640px;
	top:199px;
	width:178px;
	height:50px;
	z-index:5;
}

#contentbox {
	position:absolute;
	left:164px;
	top:200px;
	width:450px;
	height:47px;
	z-index:6;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
}

a:link {
	color: #A9B779;
	text-decoration: underline;
}

a:hover, a:visited {
	text-decoration: underline;
	color: #666;
}

a.category:link, 
a.category:visited {
	  color: #A9B779;
	  font-weight: bold;
}

a.category:hover {
	  color: #A9B779;
}

a.mainlevel:link, 
a.mainlevel:visited {
	display: block;
	font-size: 11px;
	color: #AC9C84;
	text-align: left;
	width: 161px;
	text-decoration: none;
	height: 20px;
	text-indent: 5px;
	background-image: url(../images/menuoff.gif);
	background-repeat: no-repeat;
}

a.mainlevel:hover {
	color: #fff;
	text-align: left;
	background-image: url(../images/menuon.gif);
	background-repeat: no-repeat;
}

#active_menu, 
a#active_menu:link, 
a#active_menu:visited {
	color: #AC9C84;
	background-image: url(../images/menuon.gif);
	background-repeat: no-repeat;
}
a.sublevel:link, 
a.sublevel:visited {
	font-size: 11px;
	color: #AC9C84;
	text-align: left;
	width: 161px;
	text-decoration: none;
	height: 14px;
	text-indent: 4px;
}
a.sublevel:hover {
	color: #A9B779;
	text-align: left;
}


.moduletable {
	margin-top: 10px;
	margin-bottom: 20px;
}

#menubox .moduletable {
	margin: 0;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

table.moduletable th {
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
	display:block;
	float:left;
	width: 100%;
	text-align: left;
	padding-top: 5px;
	height: 24px;
	text-indent: 10px;
	background-image:url(../images/mdbg.gif);
	background-repeat:no-repeat;	
}

.inputbox {
	margin-right: 5px;
	font-size: 11px;
	color: #666666;
	text-indent: 5px;
	border:1px solid #ccc;
	margin-bottom: 10px;
}

.contentpane {
	padding-left: 0px;
	padding-right: 0px;
}

.button {}

.contentpaneopen {
	color: #868C7C;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.buttonheading {
	vertical-align:top;
}

.componentheading {
	color: #5E6958;
	font-weight: bold;
	font-size: 14px;	
	text-indent: 3px;
}

.contentheading {
	color: #5E6958;
	font-weight: bold;
	font-size: 14px;	
}

.contentdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868C7C;
	text-align: left;
	white-space: nowrap;
}

.category {
  color: #868C7C;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.sectiontableheader {
	font-weight: bold;
	background: #f0f0f0;
}

.sectiontablefooter {}

.sectiontableentry1 {
	background-color : #fff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #868C7C;
  text-decoration: none;
  font-weight: normal;
  
}

.smalldark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  font-weight: normal;
}			

table.contenttoc {
  border: 1px solid #ccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  align:right;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {  
    color: #666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.readon {}

.latestnews {
	line-height: 16px;
	padding-bottom: 4px;
	color:#868C7C;
}

a.mainlevel-bottom:link, 
a.mainlevel-bottom:visited, 
a.mainlevel-bottom:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 11px;
	color: #868C7C;
	text-decoration: none;
}

.pathway {
	color: #333;
	font-weight: bold;
}

a.pathway:link,  
a.pathway:visited, 
a.pathway:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 11px;
	color: #868C7C;
	text-decoration: none;
}


/* new tags */

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h1 {
	color: #5E6958;
	font-size: 14px;
}

h2 {
	color: #59953f;
	font-size: 12px;
}

h3 {
	color: #82907c;
	font-size: 11px;
	padding-bottom: 5px;
}

h4 {
	color: #59953f;
	font-size: 11px;
}

ul { 
	margin:2px;
	padding:6px;
	padding-left:15px;
}

li {
	list-style-image: url(../images/arrow.png);
	margin:0;
	padding:0;
	padding-left:5px;
	ine-height:160%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #5E6958;
}

ul.arrow1,
ul.arrow2  {	
	line-height:150%;
	padding-bottom:3px;
	margin-top:2px;
}

ul.arrow1 li {	
	list-style-image: url(../images/arrow1.jpg);
}

ul.arrow2 li {
	list-style-image: url(../images/arrow2.jpg);
}

#menubox ul, 
#menubox li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#footermenu a, 
#footermenu a:link, 
#footermenu a:visited  {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #878787;

}


#k2Container h2.itemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5E6958;
	font-size: 14px;
}

#k2Container h3.catItemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5E6958;
	font-size: 14px;
}

div .itemToolbar {
	background-color: #fff;
	border:0px solid #fff;
	padding: 0;
}

div .itemToolbar ul {
	background-color: #fff;
	border:0px solid #fff;
	padding: 0;
	margin-left: -6px;
}

div .itemSocialLinksBlock {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 0 0 0;
	border: 0;
	border-bottom:0px dotted #ccc; 
	background-image: url(/neu/templates/tem_earthday/images/horline.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* div.itemListView {
	border-bottom:0px dotted #ccc; 
	background-image: url(/neu/templates/tem_earthday/images/horline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin:0;
} */

div.itemView {
	border-bottom:0px dotted #ccc; 
} 

div.itemBackToTop {
	text-align:left;
	background-image: url(/neu/templates/tem_earthday/images/horline.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0 0 0;
}

div.itemExtraFields {
	border-top:0px dotted #ccc; 
	border-bottom:0px dotted #ccc; 
	background-image: url(/neu/templates/tem_earthday/images/horline.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div.catItemExtraFields {
	border-top:0px dotted #ccc; 
	border-bottom:0px dotted #ccc; 
	background-image: url(/neu/templates/tem_earthday/images/horline.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.odd {
	border-bottom:0px dotted #ccc; 
}

.even {
	border-bottom:0px dotted #ccc; 
	background:#fff;
}

div.catItemExtraFields, div.genericItemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:0px dotted #ddd;}

div.itemToolbar {
	border-top:0px dotted #ccc; 
	border-bottom:0px dotted #ccc; 
}

div.itemCategory {
	border-bottom:0px dotted #ccc; 
}
div.catItemReadMore {
	background-image: url(/neu/templates/tem_earthday/images/horline.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0 0 0;
}
div.k2Pagination {
	margin:0;
	padding:0;
}

div.itemContainer {
	background-image: url(/neu/templates/tem_earthday/images/horline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.adressen {
	border:1px solid #ccc; 
}

fieldset.input {
	border:0; 
	padding:0;
}
div.componentheading-login {
	color: #5E6958;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:0 0 6px 0; 
	padding:0;
	text-indent: 0px;
}
#com-form-login ul {
	 display:none;
}