/* COMMON.CSS */

/* Beinhaltet styles, die von allen CSS-fähigen Browsern verstanden werden sollten. */

/* div, a, p etc. werden hier für all jene Browser explizit angegeben, */
/* die ein Problem mit der Vererbung haben */

/* ACHTUNG: IE vor 5 akzeptiert keinen Unterstrich in Identifiers !!! */

/*=================================================*/
/* Layout der Standard xHTML-Tags						*/
/*=================================================*/
a {
	font-family: Verdana, "Luxi Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: underline;
	}
	
a:hover {
	color: white;
	background-color: #333; /*#224b79;*/
	}

body {
	font-family: Verdana, "Luxi Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
	background-color: #E2E2E2;
	line-height: 1.35em; /* von obiger Definition runtergezogen, da Mozilla in Tables */
								/* sonst in inkorrektes vertical Alignment hatte! */
	}

em {
	color: #333; /*#006633;*/
	background-color: #a0b6a9;
	font-style: normal;
	}
	
div {
	font-family: Verdana, "Luxi Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	}

form {
	padding: 0px;
	margin: 0px;
	}
	
h1,h2 {
	font-family: Verdana, "Luxi Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	}

h2 {
	font-size: 9pt;
	margin: 10px 0px 5px 0px;
	}
	
img {
	border: 0px;
	}

input {
	font-family: Verdana, "Luxi Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	cursor: pointer;
	}
	
li {
	font-family: Verdana, "Luxi Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin: 0px 0px 0px 14px;
	text-align: left;
	list-style-position: outside;
	}
	
p {
	font-family: Verdana, "Luxi Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	}

strong {
	font-family: Verdana, "Luxi Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}

td {
	vertical-align: top;
	padding-right: 4px;
	}
	
ul {
	font-family: Verdana, "Luxi Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#content {
	padding: 0px 80px 0px 52px;
	margin: 0px;
	}
#framework, #powered {
/*	margin: 40px auto;*/
	margin: 40px 0px 0px 40px;
	width: 860px;
	text-align: left;
	background-color: white;
	padding-bottom: 40px;
	}

#powered {
	font-size: 6pt;
	margin-top: 8px;
	marign-right: 4px;
	text-align: right;
	background-color: #e2dedb; /*#fae5d6;*/ /*white;*/
	border: none;
	}
	
#powered a {
	text-decoration: none;
	}
.imglink {
	cursor: pointer;
	}
	
#nav {
	line-height: 1.75em;
	}
	
#nav div {
	padding: 4px 0px 40px 48px;
	}

#nav table td {
	width: 135px;
	text-align: center;
	border-left: 1px solid #333;
	padding: 0;
	font-size: 8pt;
	}
	
#nav table td.smallcol {
	width: 60px;
	}

#nav table td.firstcol {
	width: 100px;
	border-left: none;
	text-align: left;
	}

td.waterNav {
	width: 125px !important;
	}

td.airNav {
	width: 107px !important;
	}

td.carbonNav {
	width: 117px !important;
	}

td.specialsNav {
	width: 117px !important;
	}

td.contactNav {
	width: 87px !important;
	}
	
#nav a {
	text-decoration: none;
	color: #333;
	}
	
#nav a:hover {
	text-decoration: none;
	color: white;
	}
	
div#menuwater, div#menuair, div#menuacarbon {
	position: absolute;
	top: 172px;
	width: 160px;
	background-color: #a0b6a9; /* #ccc;#224b79;*/
	visibility: hidden;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	line-height: 1.5em;
	}

div#menuwater {
	left: 190px;
	width: 150px;
	}
	
div#menuair {
	left: 317px;
	width: 183px;
	}

div#menuacarbon {
	left: 425px;
	width: 199px;
	}

#menuwater a, #menuair a, #menuacarbon a {
	color: #333;
	display: block;
	padding: 0px 2px 0px 2px;
	margin: 0;
	text-align: left;
	text-decoration: none;
	}

#menuwater a:hover, #menuair a:hover, #menuacarbon a:hover {
	color: white;
	background-color: #333; /*#224b79;*/
	text-decoration: none;
	}

a.activelink {
	color: #333; /*#006633;*/
	background-color: #a0b6a9;
	text-decoration: none;
	}

a.activelink:hover {
	color: black; /*#006633;*/
	background-color: #a0b6a9;
	text-decoration: none;
	}

#backforth {
	position: absolute;
	top: 180px;
	left: 778px;
	line-height: 1em;
	}

.framedimg {
	border: 1px solid #666;
	}


