/******************************************************************

ECOCITY PUBLIC WEBSITE
==============
 
Use:	Defaults

Author(s):
- Peter Klein

Last changes:
- created

*******************************************************************/

* {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

q,blockquote p {
	
}

q:before,blockquote p:before {
	content: open-quote;
}

q:after,blockquote p:after {
	content: close-quote;
}

body {
	background: #fff url(/images/site-bg.jpg) repeat-x top left;
	color: #000;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	min-height: 100%;
}

abbr,
acronym {
	cursor: help;
}

a {
	color: #3192ce;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	outline: 0;
}

p {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 20px;
}

h2 {
	font-weight: normal;
	font-size: 20px;
}

.column-right h3 {
	color: #333;
}

.certification-sites a {
	background: url(/images/arrow.png) no-repeat top left;
	padding: 0 0 0 15px;
	text-transform: none;
}

q {
	quotes: "„" "”" "‚" "’";
/

* german style */
}

.left {
	float: left;
	margin: 0 20px 0 0;
}

h1 a {
	background: url(/images/logo.png) no-repeat;
	display: block;
	height: 57px;
	overflow: hidden;
	text-indent: 260px;
	white-space: nowrap;
	width: 240px;
}

ul.lang-switcher {
	position: absolute;
	right: 0;
	top: 0;
}

ul.lang-switcher li {
	float: left;
}

ul.lang-switcher li a {
	display: block;
	padding: 3px 10px;
	font-size: 10px;
	color: #999;
	font-weight: bold;
}

ul.lang-switcher li a.active {
	background: #3192ce;
	color: #fff;
}

/* TOP NAVIGATION */

#topnav {
	position: absolute;
	top: 70px;
	right: 0;
}

#topnav li {
	float: left;
	margin: 0 0 0 40px;
}

#topnav li a {
	color: #333;
	display: block;
	font-size: 12px;
	padding: 5px 0;
	letter-spacing: 1px;
}

#topnav li a:hover,
					#topnav li.active a {
	color: #3192ce;
}

#subnav {
	right: 0;
	position: absolute;
	top: 20px;
}

#subnav li {
	margin: 0 0 0 16px;
}

#topnav li.active #subnav li a {
	color: #333 !important;
	display: block;
	float: left;
	font-weight: normal;
	font-size: 10px;
}

#topnav li.active #subnav li a:hover {
	color: #3192ce !important;
}

/**************************************************
 *
 *	Layout
 *
 **************************************************/

#page-wrapper {
	padding: 40px 0 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 920px;
}

#content-wrapper {
	position: relative;
	width: 920px;
	margin: 40px 0 20px;
}

body.start #page-wrapper {
	width: 940px;
}
body.start #content-wrapper {
	width: 940px;
}
body.start #footer {
	width: 940px;
}

body.start .column-left {
	float: left;
	width: 640px;
}

body.start .column-right {
	float: right;
	width: 280px;
}

body.start #news .current {
	width: 640px;
}
body.start #news .older {
	width: 280px;
	float: right;
}

.header {
	background: #333;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
}

#ecocity {
	margin: 40px 0 0;
}

/* RENTALS */

body.start #rentals {
	float: left;
	height: 300px;
	margin: 40px 0 40px 0;
	width: 920px;
}

body.start .rental-item {
	border-top: 1px solid #858585;
	float: left;
	height: 296px;
	margin: 0 10px 0 0;
	position: relative;
	width: 300px;
}

body.start .rental-item.last {
	float: right;
	margin: 0;
}

body.start .rental-item h2 {
	border: 0;
	margin: 0;
	padding: 15px 11px 0 11px;
}

body.start .rental-item p {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 10px 11px 0 11px;
}

body.start .rental-item p a,
	#news .read-more {
	background: url(/images/arrow.png) no-repeat right 1px;
	padding: 0 12px 0 0;
}

#news .read-more {
	background-position: right 3px;
}

body.start .rental-item img {
	border-top: 1px solid #858585;
	bottom: 0;
	position: absolute;
}

/* BUILDINGS */

body.building #content-wrapper {
	padding: 0 0 20px 0;
}

body.building .column-left {
	float: left;
	width: 560px;
}

body.building .column-left img {
	margin: auto;
}

body.building .column-right {
	float: right;
	width: 330px;
}

body.building .column-right a {
	color: #333;
	display: block;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 27px;
}

body.building a.expose-download {
	background: url(/images/pdf.png) no-repeat right;
	padding: 0 20px 0 0;
	width: 150px;
}

body.building .back_to_schema,
		body.building .back_to_schema.en {
	background: url(/images/back_to_schema_de.png);
	bottom: 0;
	display: block;
	height: 17px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 97px;
	white-space: nowrap;
	width: 97px;
}

body.building .back_to_schema.en {
	background: url(/images/back_to_schema_en.png);
	text-indent: 110px;
	width: 110px;
}

/* LOCATION */

body.location .column-left {
	float: left;
	height: 486px;
	width: 560px;
}

body.location .column-right {
	float: right;
	width: 330px;
}

/* TECHNOLOGY */

body.technology #content-wrapper {
	height: 767px;
}

body.technology .column-left {
	float: left;
	width: 360px;
}

body.technology .column-right {
	float: right;
	width: 550px;
}

body.standards #content-wrapper {
	border-top: 0;
	height: auto;
	width: 920px;
}

body.standards table {
	display: block;
	font-size: 11px;
	width: 920px;
}

table thead {
	background: #8e8e8e;
	color: #fff;
	display: block;
	margin: 0 0 2px 0;
	width: 920px;
}

table caption {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 2px 0;
	padding: 7px 7px 7px 5px;
	width: 920px;
}

table#energy {
	table-layout: fixed;
	width: 920px;
}

table#transport caption,
		table#water caption {
	background: #329db2;
}

table#landscape caption,
		table#energy caption {
	background: #AAD458;
}

table#social caption,
		table#stuff caption {
	background: #ffe500;
}

table .subcategory {
	background: #E7EEC5;
	clear: both;
	color: #333;
	display: block;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 4px;
	width: 912px;
}

table#landscape .subcategory
		table#energy .subcategory {
	background: #E7EEC5;
}

table#transport .subcategory,
		table#water .subcategory {
	background: #AEDFE7;
}

table#social .subcategory,
		table#stuff .subcategory {
	background: #FFF5AF;
}

table .content {
	background: #e6e6e6;
	display: block;
	margin: 0 0 2px 0;
}

table td {
	vertical-align: baseline;
}

table .category {
	width: 120px;
}

table .description,
		table .benefits,
		table .considerations {
	border-left: 2px solid #fff;
	padding: 5px;
}

table .benefits {
	width: 300px;
}

table .considerations {
	width: 330px;
}

table .description {
	border: 0;
	width: 150px;
}

table .leed {
	background: url(/images/accept.png) no-repeat center center;
	border-left: 2px solid #fff;
	padding: 5px;
	width: 90px;
}

table .leed p {
	display: none;
}

thead .leed,
		table .no-certification {
	background: none;
}

table p {
	margin: 0;
}

table .benefits p,
		table .considerations p {
	background: url(/images/bullet.png) no-repeat left 6px;
	padding: 0 0 0 10px;
}

body.standards .eyecatcher {
	right: 13px;
	top: 0;
}

/* PARTNER */


/* FORMS */

#form {
	margin: 20px 0 0 0;
}

body.news #form {
	margin: 20px 0 0 0;
}

label {
	color: #ccc;
	margin: 2px 0;
	text-transform: uppercase;
	display: block;
}

input, textarea {
	border: 1px solid #c9c9c9;
	margin: 0 0 10px 0;
	width: 292px;
	padding: 3px;
	background: #fafafa;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

textarea {
	height: 60px;
}

#submit {
	background: #333;
	color: #fff;
	border: 0;
	cursor: pointer;
	display: block;
	padding-right: ;
	width: auto;
}

#footer {
	float: left;
	width: 920px;
	margin: 20px 0 40px 0;
	padding: 0 0;
	background: #333;
	color: #fff;
	position: relative;
	height: 40px;
}

body.start #footer {
	
}

ul#footernav {
	position: absolute;
	left: 20px;
	top: 11px;
}
#footernav li {
	float: left;
	margin: 0 20px 0 0;
}

#footernav li a {
	color: #fff;
	font-size: 10px;
}

#footernav li a:hover {
	color: #fff;
	text-decoration: underline;
}

#partnerlogos {
	position: absolute;
	right: 20px;
	height: 40px;
	background: #fff;
	padding: 0 10px;
}

#partnerlogos li {
	float: left;
	padding: 10px 5px;
}

#partnerlogos li a {
	display: block;
}

#partnerlogos a.tec {
	background: url(/images/tec_logo_footer.png) no-repeat;
	text-indent: 32px;
	width: 32px;
}

#partnerlogos a.arup {
	background: url(/images/arup_logo_footer.png) no-repeat;
	text-indent: 47px;
	width: 47px;
}

.eyecatcher {
	background: url(/images/eyecatcher.png) no-repeat;
	cursor: pointer !important;
	display: block;
	height: 149px;
	overflow: hidden;
	position: absolute;
	right: -35px;
	text-indent: 148px;
	top: 415px;
	white-space: nowrap;
	width: 148px;
	z-index: 15;
}

.eyecatcher.en {
	background: url(/images/eyecatcher_en.png) no-repeat;
}

/* IMAGE CHANGER */

body.hd #content-wrapper,
		body.hd .column-right {
	height: 435px;
	min-height: 435px;
	padding: 0;
}

.imagenav {
	position: absolute;
	bottom: 10px;
}

.imagenav li,
		.imagenav a {
	cursor: pointer !important;
	float: left;
	width: 20px;
}

/* MISC*/

.accessible {
	display: none;
}

.majuscules {
	text-transform: ;
	white-space: nowrap;
}

.strong {
	font-weight: bold;
}

body.location .ge-file {
	background: url(/images/google_earth_file.png);
	display: block;
	height: 60px;
	margin-bottom: -6px !important;
	margin-top: -5px;
	overflow: hidden;
	text-indent: 95px;
	white-space: nowrap;
	width: 95px
}

body.location .column-right em {
	position: absolute;
	right: 38px;
	top: 212px;
	width: 155px;
}

.call-to-action {
	background: url(/images/arrow.png) no-repeat right 1px;
	padding: 0 10px 0 0;
}

.vcard {
	margin: 0 0 20px 0;
}

.vcard p {
	margin: 0;
}

.teaser {
	display: none;
}

/* NEWS */

#news {
	margin: 40px 0 0 0;
}

#news .current {
	float: left;
	margin: 0 10px 0 0;
	width: 610px;
}

#news .header {
	background: #3192ce;
	padding: 10px;
	position: relative;
}

#news .meta {
	color: #ccc;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

#news .all-news {
	bottom: 10px;
	color: #ccc;
	font-size: 11px;
	display: block;
	position: absolute;
	right: 11px;
}

#news .header h2 {
	border: 0;
	color: #fff;
	margin: 0;
	padding: 0;
}

#news .older,
body.news .contact {
	float: left;
	width: 300px;
}

#news .content {
	background: #fff;
	min-height: 215px;
	padding: 20px 10px;
}
body.news #news .content {
	height: auto !important;
	min-height: 150px;
}
#news .content .image {
	float: left;
	width: 220px;
	margin: 0 10px 0 -10px;
}

#news .content .image img {
	border: 1px solid #3192ce;
	padding: 1px;
}

#news .content .news-content {
	float: right;
	width: 355px;
}
#news .content .news-content h3 {
	font-size: 15px;
}

body.news #content-wrapper {
	border: 0;
	overflow: hidden;
}

body.news #news {
	float: left;
	margin: 0;
}

body.news #news .current,
body.news #news .contact {
	background: #fff;
}

body.news h2.majuscules {
	border-top: 1px solid #333;
}

#form fieldset {
	position: relative;
}

span.error {
	color: red;
	left: 35px;
	position: absolute;
}

#form fieldset span.error {
	top: 0;
}

#form fieldset.useremail span.error {
	left: 33px;
	top: 0;
}

#form fieldset.message span.error {
	left: 25px;
	top: 0;
}

ul.old-entries li {
	margin: 0 0 0;
}