/* filename: /css/klimaprojekte_screen.css
   version 1.01 - 2009-03-01
   kontakt at manderbachmedia dot de */


#head a, #navmain, #visual, #navsub, #footer  {
	display: none;
}

#printinfo {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;	
} 

#center {/*
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	*/
	margin: 0 auto;
	padding: 0;
	z-index: 10;
}

#contentwrapper {/*
	background: url("/img/bg_content.gif") 0 4px repeat-x;
	padding: 0 20px 40px 20px;*/
}

/* --------------------- head --------------------- */

#head {
	margin-bottom: 20px;
}
#head div {
	font-size: 12px;
}
#head div span {
	color: #5d8b25;
	display: block;
	font-weight: bold;
	font-size: 20px;
}

/* --------------------- navmain --------------------- */

#navmain {
	height: 43px;
}

#navmain ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navmain ul li {
	display: inline;
	float: left;
}

#navmain a {
	margin: 0 0 8px 0;
	display: block;
	flgoat: left;
	width: auto;
	color: #47760c;
	border-left: 1px solid #47760c;
	font-size: 0.8em;
	font-weight: bold;
	padding: 16px 20px 8px 20px;
	text-transform: uppercase;
	text-decoration: none;	
}

#navmain a.home {
	border: none;
}

#navmain a.act, #navmain a:hover {
	background: url("/img/bg_navmain.gif") repeat-x;
}

/* --------------------- visual --------------------- */

#visual {
	clear: both;
	margin-bottom: 30px;
}

/* --------------------- navsub --------------------- */
#navsub {
	width: 210px;
	height: 250px;
	float: left;
	background: url("/img/line_vert.gif") right repeat-y;
}

#navsub ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navsub ul li {
	display: inline;
}

#navsub a {
	display: block;
	width: auto;
	color: #575757;
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 5px 4px 25px;
	text-decoration: none;	
}


#navsub a.act, #navsub a:hover {
	color: #000;
	background: url("/img/subnavarrow.gif") 0 7px no-repeat;
}

#navsub li li a {
	font-weight: normal;
	color: #575757;
	font-size: 0.7em;
	padding: 0 5px 2px 40px;
	text-decoration: none;	
}


#navsub li li a.act, #navsub li li a:hover {
	color: #000;
	background: none;
}

#navsub li li a.act {
	font-weight: bold;
}

#navsub h3 {
	font-size: 0.8em;
	color: #444;
}

#navsub p {
	font-size: 0.6em;
	color: #8c8c8c;
}

/* --------------------- content --------------------- */

#content {
	/*
	margin-left: 255px;
	*/
	color: #444;
	font-size: 0.8em;
	line-height: 1.4em;
}

#content h1 {
	font-size: 1.4em;
}
#content h2 {
	font-size: 1.15em;
}

#content h3 {
	font-size: 1.1em;
}
#content ul {
	margin: 10px 0;
	padding: 0;
}

#content ul li {
	padding: 0 0 5px 0;
	margin-left: 20px;
}


#content a {
	color: #444;
}

#content a:hover {
	/*
	color: #fff;
	background-color:#92d93c;
	*/
	text-decoration: none;
}


#content a.pdf {
	padding-left: 15px;
	background: url("/img/icon_pdf.gif") 0 2px no-repeat;
}
#content a.pdf:hover {
	color: #000;
}

address {
	font-style: normal;
}

cite {
	display: block;
	margin-bottom: 5px;
}

#content table {
	font-size: 0.9em;
	line-height: 1.3em;
}

#content th, #content td {
	padding: 10px 5px;
	vertical-align: top;
}

#content tr.even {
}

#content tr.uneven {
	background: #fff;
}

/* --------------------- others --------------------- */


.imgRight {
	float: right;
	margin: 0 0 20px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 20px 0;
}

img.imgRight, div.imgRight img, img.imgLeft, div.imgLeft img {
	border: 10px solid #fff;
}

div.imgRight, div.imgLeft {
	font-size: 0.8em;
	line-height: 1em;
}

div.w290 {
	width: 290px;
}

div.w170 {
	width: 170px;
}

div.imgRight p, div.imgLeft p {
	margin: 5px 10px 10px 10px;
}

#footer {
	margin: 10px 0 10px 0;
	font-size: 0.7em;
	clear: both;
	color: #8c8c8c;
}

#footer a {
	color: #8c8c8c;
}


a.mmedia {	
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #387393 !important;
	font-size: 12px !important;
}

a.mmedia span {
	color: #8D8F92 !important
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.clear {
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ie7/win */
*:first-child+html .clearfix {
	min-height: 1px;
}
