/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#nenet-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}





#nenet-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 500px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.nenet-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 800px;
	min-width:55px;
	min-height:55px;
}

.nenet-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 4px;
}

.nenet-Sheet-tr, .nenet-Sheet-tl, .nenet-Sheet-br, .nenet-Sheet-bl, .nenet-Sheet-tc, .nenet-Sheet-bc,.nenet-Sheet-cr, .nenet-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.nenet-Sheet-tr, .nenet-Sheet-tl, .nenet-Sheet-br, .nenet-Sheet-bl
{
	width: 66px;
	height: 66px;
	background-image: url('images/Sheet-s.png');
}

.nenet-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 33px, 33px, auto);
}

.nenet-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 33px, 33px);
}

.nenet-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(33px, 33px, auto, auto);
}

.nenet-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(33px, auto, auto, 33px);
}

.nenet-Sheet-tc, .nenet-Sheet-bc
{
	left: 33px;
	right: 33px;
	height: 66px;
	background-image: url('images/Sheet-h.png');
}

.nenet-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 33px, auto);
}

.nenet-Sheet-bc
{
	bottom: 0;
	clip: rect(33px, auto, auto, auto);
}

.nenet-Sheet-cr, .nenet-Sheet-cl
{
	top: 33px;
	bottom: 33px;
	width: 66px;
	background-image: url('images/Sheet-v.png');
}

.nenet-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 33px);
}

.nenet-Sheet-cl
{
	left:0;
	clip: rect(auto, 33px, auto, auto);
}

.nenet-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 33px;
	left: 33px;
	right: 33px;
	bottom: 33px;
	background-color: #E8EFCD;
}


.nenet-Sheet
{
	margin-top: -4px !important;
}

#nenet-page-background-simple-gradient, #nenet-page-background-gradient, #nenet-page-background-glare
{
	min-width:800px;
}

/* end Box, Sheet */

/* begin Header */
div.nenet-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 792px;
	height: 225px;
}


div.nenet-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 792px;
	height: 225px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.nenet-Logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 384px;
}

h1.nenet-Logo-name
{
	display: block;
	text-align: left;
}

h1.nenet-Logo-name, h1.nenet-Logo-name a, h1.nenet-Logo-name a:link, h1.nenet-Logo-name a:visited, h1.nenet-Logo-name a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 26px;
font-style: normal;
font-weight: bold;
text-decoration: none;
	padding:0;
	margin:0;
	color: #000000 !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.nenet-menu a, .nenet-menu a:link, .nenet-menu a:visited, .nenet-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.nenet-menu, .nenet-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.nenet-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.nenet-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.nenet-menu li li
{
	float: none;
}

.nenet-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.nenet-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.nenet-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.nenet-menu:after, .nenet-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.nenet-menu, .nenet-menu ul
{
	min-height: 0;
}

.nenet-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.nenet-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.nenet-menu
{
	padding: 0px 0px 0px 0px;
}

.nenet-nav
{
	position: relative;
	height: 25px;
	z-index: 100;
}

.nenet-nav .l, .nenet-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('images/nav.png');
}

.nenet-nav .l
{
	left: 0;
	right:0px;
}

.nenet-nav .r
{
	right: 0;
	width: 792px;
	clip: rect(auto, auto, auto, 792px);
}


/* end Menu */

/* begin MenuItem */
.nenet-menu ul li
{
	clear: both;
}

.nenet-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.nenet-menu a .r, .nenet-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('images/MenuItem.png');
}

.nenet-menu a .l
{
	left:0;
	right:0px;
}

.nenet-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.nenet-menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	color: #FFFFFF;
	padding: 0 12px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}

.nenet-menu a:hover .l, .nenet-menu a:hover .r
{
	top:-25px;
}

.nenet-menu li:hover>a .l, .nenet-menu li:hover>a .r
{
	top:-25px;
}

.nenet-menu li:hover a .l, .nenet-menu li:hover a .r
{
	top:-25px;
}
.nenet-menu a:hover .t
{
	color: #000000;
}

.nenet-menu li:hover a .t
{
	color: #000000;
}

.nenet-menu li:hover>a .t
{
	color: #000000;
}


.nenet-menu a.active .l, .nenet-menu a.active .r
{
	top: -50px;
}

.nenet-menu a.active .t
{
	color: #1F2711;
}


/* end MenuItem */

/* begin MenuSubItem */
.nenet-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.nenet-nav ul.nenet-menu ul span, .nenet-nav ul.nenet-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.nenet-menu ul a, .nenet-menu ul a:link, .nenet-menu ul a:visited, .nenet-menu ul a:hover, .nenet-menu ul a:active, .nenet-nav ul.nenet-menu ul span, .nenet-nav ul.nenet-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #353027;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.nenet-menu ul ul a
{
	margin-left: auto;
}

.nenet-menu ul li a:hover
{
	color: #000000;
	background-position: 0 -20px;
}

.nenet-menu ul li:hover>a
{
	color: #000000;
	background-position: 0 -20px;
}

.nenet-nav .nenet-menu ul li a:hover span, .nenet-nav .nenet-menu ul li a:hover span span
{
	color: #000000;
}

.nenet-nav .nenet-menu ul li:hover>a span, .nenet-nav .nenet-menu ul li:hover>a span span
{
	color: #000000;
}


/* end MenuSubItem */

/* begin ContentLayout */
.nenet-contentLayout
{
	position: relative;
	margin-bottom: 6px;
	width: 792px;
}
/* end ContentLayout */

/* begin Box, Block */
.nenet-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.nenet-Block-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.nenet-Block-tr, .nenet-Block-tl, .nenet-Block-br, .nenet-Block-bl, .nenet-Block-tc, .nenet-Block-bc,.nenet-Block-cr, .nenet-Block-cl
{
	position:absolute;
	z-index:-1;
}

.nenet-Block-tr, .nenet-Block-tl, .nenet-Block-br, .nenet-Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/Block-s.png');
}

.nenet-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.nenet-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.nenet-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.nenet-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.nenet-Block-tc, .nenet-Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/Block-h.png');
}

.nenet-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.nenet-Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.nenet-Block-cr, .nenet-Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/Block-v.png');
}

.nenet-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.nenet-Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.nenet-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #D4E2A2;
}


.nenet-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.nenet-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.nenet-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.nenet-BlockContent-body
{
	color:#1E1B15;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.nenet-BlockContent-body a:link
{
	color: #536A2F;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.nenet-BlockContent-body a:visited, .nenet-BlockContent-body a.visited
{
	color: #536A2F;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.nenet-BlockContent-body a:hover, .nenet-BlockContent-body a.hover
{
	color: #6F8E3E;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.nenet-BlockContent-body ul
{
	list-style-type: none;
	color: #2C2820;
	margin:0;
	padding:0;
}

.nenet-BlockContent-body ul li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
line-height: 125%;
  line-height: 1.25em;
  padding: 0px 0 0px 13px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat: no-repeat;
}

/* end Box, BlockContent */

/* begin Box, Post */
.nenet-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.nenet-Post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}



.nenet-Post
{
	margin: 7px;
}

/* Start images */
a img
{
	border: 0;
}

.nenet-article img, img.nenet-article
{
	border: solid 1px #ACC77F;
	margin: 1em;
}

.nenet-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.nenet-article table, table.nenet-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.nenet-article table, table.nenet-article .nenet-article tr, .nenet-article th, .nenet-article td
{
	background-color:Transparent;
}

.nenet-article th, .nenet-article td
{
	padding: 2px;
	border: solid 1px #92B658;
	vertical-align: top;
	text-align:left;
}

.nenet-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.nenet-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	color: #35431E;
}

.nenet-PostHeader a, .nenet-PostHeader a:link, .nenet-PostHeader a:visited, .nenet-PostHeader a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	margin:0;
	color: #35431E;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.nenet-PostHeader a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #435525;
}

.nenet-PostHeader a:visited, .nenet-PostHeader a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #435525;
}

.nenet-PostHeader a:hover, .nenet-PostHeader a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #595140;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #26231C;
}


.nenet-PostContent p 
{
	margin: 0.5em 0;
}

.nenet-PostContent, .nenet-PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #26231C;
}

.nenet-PostContent
{
  margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #536A2F;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #536A2F;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #536A2F;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #595140;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #536A2F;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #536A2F;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #A5C275;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #242E14;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #242E14;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #242E14;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #383329;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.nenet-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.nenet-Post ol li, .nenet-Post ul ol li
{
	background: none;
	padding-left:0;
}

.nenet-Post ul li, .nenet-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.nenet-PostContent blockquote p
{
	color:#13190B;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.nenet-PostContent blockquote
{
		border:solid 1px #C3BBAC; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E8EFDC;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.nenet-button-wrapper .nenet-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:25px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
	vertical-align: middle;
}

.nenet-button img, .nenet-button-wrapper img
{
  margin: 0;
}

.nenet-button-wrapper
{
	display:inline-block;
	vertical-align: middle;
	position:relative;
	height: 25px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .nenet-button-wrapper
{
	display:block;
	float:left;
}

.nenet-button-wrapper .nenet-button
{
	display:block;
	height: 20px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 10px !important;
	line-height: 25px;
	text-decoration: none !important;
	color: #000000 !important;
}

input, select
{
  vertical-align: middle;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}
input.suchfeld
{
	background-color: #ffffff;
	border: 1px solid #bbb;
	padding: .2ex;
	height: 17px;
	width: 220;
	margin: 0ex;
}

textarea {
font-family: Arial, Helvetica, Sans-Serif;
width:280px; height:100px; font-size:12px; overflow:auto; color:#222222;  border:1px solid #bbb; padding:1px 0 1px 1px 
}
input.submit,
input.reset {
	background-color: #99cc66;
	color: #333333;
	border: 1px solid #999999;
	height: 21px;
	
	padding: 1px;
}

.nenet-button-wrapper.hover .nenet-button, .nenet-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.nenet-button-wrapper.active .nenet-button
{
	color: #F6F9EC !important;
}

.nenet-button-wrapper .l, .nenet-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 75px;
	background-image: url('images/Button.png');
}

.nenet-button-wrapper .l
{
	left:0;
	right:1px;
}

.nenet-button-wrapper .r
{
	width:403px;
	right:0;
	clip: rect(auto, auto, auto, 402px);
}

.nenet-button-wrapper.hover .l, .nenet-button-wrapper.hover .r
{
	top: -25px;
}

.nenet-button-wrapper.active .l, .nenet-button-wrapper.active .r
{
	top: -50px;
}


/* end Button */

/* begin Footer */
.nenet-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 792px;
	margin: 5px auto 0px auto;
}

.nenet-Footer .nenet-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.nenet-Footer .nenet-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 792px;
	height: 150px;
	bottom:0;
	left:0;
}


.nenet-Footer .nenet-Footer-text p
{
	margin: 0;
}

.nenet-Footer .nenet-Footer-text
{
	display:inline-block;
	color:#1E1B15;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.nenet-Footer .nenet-Footer-text a:link
{
	text-decoration: none;
	color: #38471F;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.nenet-Footer .nenet-Footer-text a:visited
{
	text-decoration: none;
	color: #38471F;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.nenet-Footer .nenet-Footer-text a:hover
{
	text-decoration: none;
	color: #000000;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.nenet-page-footer, .nenet-page-footer a, .nenet-page-footer a:link, .nenet-page-footer a:visited, .nenet-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#6F8E3E;
}

.nenet-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#766B56;
}
/* end PageFooter */

/* begin LayoutCell */
.nenet-contentLayout .nenet-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 580px;
}
.nenet-contentLayout .nenet-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 790px;
}
/* end LayoutCell */

/* begin LayoutCell */
.nenet-contentLayout .nenet-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 210px;
}
/* end LayoutCell */



