@charset "UTF-8";
/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #377d3a;
	overflow:auto;
	overflow-x: hidden;
}
a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a:hover {
	color: #377d3a;
	text-decoration: none;
	border-bottom: 1px solid #377d3a;
}
a:active {
	color: #377d3a;
	text-decoration: none;
	border-bottom: 1px solid #377d3a;
}
H1 {
	font-weight: bold;
	font-size: 2em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 20px;
	text-decoration:none;
}
.nounderline {
	text-decoration:none
}
H2 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
H3 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 0px;
}
/**/
.co2 {
	font-size: 0.7em;
}
.minitext {
	font-size: 0.7em;
	color: #000000;
}
img {
	border:none;
}
.clear {
	clear:both;
}
/* Grid */
.natureOffice {
	margin:0 auto;
	width: 1165px;
}
.main {
	background-image: url(../images/grid/glow);
	background-repeat: no-repeat;
}
.nineforty {
	width:942px;
	min-height: 600px;
	margin-left:101px;
	margin-right:101px;
}
/* ## Header ## */
.header {
	background-image: url(../images/grid/header.jpg);
	background-repeat: no-repeat;
	height: 220px;
}
#us {
	background-image: url(../images/grid/header_us.jpg);
}
#py {
	background-image: url(../images/grid/header_py.jpg);
}
#la {
	background-image: url(../images/grid/header_la.jpg);
}
.header .logo {
	float: left;
	margin-left: 109px;
	padding-top: 40px;
}
.header .meta {
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	text-align: right;
	width: 680px;
	float:left;
	margin-left: 101px;
	padding-top: 55px;
}
.header .text {
	margin-left: 131px;
	margin-top: 40px;
	float: left;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	line-height:17px;
}
.header .text div {
	width: 240px;
}
/* #### Tracker #### */
.header .tracker {
	float: left;
	margin-top: 30px;
	margin-left: 420px;
}
.header .tracker h3 {
	font-size:15px;
	line-height:18px;
	margin: 0px;
	padding: 0px;
	width:auto;
}
.header .tracker acronym {
	font-size:10px;
	cursor:help;
	text-indent:6px;
	line-height:14px;
}
.header .tracker button {
	background-image: url(../images/grid/tracker_button.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 14px;
	height: 47px;
	width: 72px;
	border:none;
	float:right;
	cursor:pointer;
}
.header .tracker #tracker {
	width: 230px;
}
.header .tracker input, .header .tracker select {
	font-size:10px;
}
.header .tracker #c {
	width:44px;
}
/* #### Feature #### */
.feature {
	width:940px;
	height:310px;
	background-color:#fff;
	margin-bottom:10px;
}
/* ## Columns ## */
.columns .navigation {
	background-color: #fff;
	width: 210px;
	margin-right:10px;
	float: left;
	height: auto;
}
/* #### Content #### */
.columns .content {
	float: left;
	width: 720px;
}
.columns .content .inline {
	background-color: #FFF;
	/*margin-bottom: 10px;*/
	margin-bottom: 10px;
}
.content .regular {
	padding-left: 10px;
	padding-top: 10px;
}
.content .inline.special {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right:20px;
}
/* #### footer #### */
.columns .content .footer {
	/*background-image: url(../images/grid/sitemap.jpg);*/
	background-position: 10px 10px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.content .footer .breadcrump {
	padding-top: 20px;
	padding-left: 40px;
	font-size: 11px;
	color: #999;
	padding-bottom: 0px;
	/*border-top: solid 1px #CCCCCC;*/
	border-bottom: solid 1px #CCCCCC;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:0px;
	background:#FFF;
}
.content .footer .column {
	float: left;
	padding-right: 0px;
	padding-left: 20px;
	font-size: 11px;
	line-height:14px;
}
.content .footer .first-column {
	padding-left: 40px;
}
.content .footer .copyright {
	font-size: 11px;
	color: #999;
	clear: both;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: solid 1px #CCCCCC;
	margin-top: 20px;
}
.content .footer .address {
	font-size: 11px;
	color: #999;
	clear: both;
	padding-left: 40px;
	display: none;
}
#natureoffice_logo {
	display: none;
}
.kndformular input {
	margin-bottom:10px;
}
a.teaserlink {
	display:block;
	border:none;
}
