
@media screen
{

html {
	height: 100%;
} 

body { 
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die H�he des Browserfensters. */
	min-height: 101%;
/* Beseitigung des Rundungsfehlers bei Schriftgr��en im Opera sowie Standardformatierungen */
	font-size: 100.01%; 
/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Gr��e des Browser Fensters ge�ndert wird. */
	position: relative;
/* Vorgabe der Standardschriftformate*/     
	color: #000000;
	background: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
} 

/* mit dem folgenden "Putzteufel" werden die Randabst�nde und border ALLER HTML-Elemente auf Null gesetzt. Damit wird das Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht und verschiedene defaults der div. browser "ausgetrickst". */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:active, a:hover {
	color: #FF6600;
	text-decoration: none;
}

p {
	margin: 1em 0 1em 0;
}

td {
	text-align: justify;
	vertical-align: middle;
	padding: 0 0.2em 0.4em 0;
}

ul {
	margin: 5px 0 5px 3px;
	padding: 0 0 0 10px;
	list-style-type: square;
	list-style-position: outside;
}

select {
	background-color: #CECECE;
	padding: 1px;
	min-width: 150px;
}

input {
        background-color: #CECECE;
        padding: 1px;
	border: 1px;
}

#nav_wind, #nav_biogas, #nav_biomass, #nav_solar, #nav_hydro, #nav_geo, #nav_fuel {
	position: absolute;
	top: 10px;
	width: 95px;
	height: 80px;
	padding: 18px 5px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}

#nav_biomass {
	left: 90px;
	background-image: url(../content/biomass.gif);
}

#nav_fuel {
	left: 185px;
	background-image: url(../content/fuel.gif);
}

#nav_biogas {
	left: 280px;
	background-image: url(../content/biogas.gif);
}

#nav_hydro {
        left: 375px;
	background-image: url(../content/hydro.gif);
}

#nav_solar {
        left: 470px;
	background-image: url(../content/solar.gif);
}

#nav_wind {
        left: 565px;
	background-image: url(../content/wind.gif);
}

#nav_geo {
        left: 660px;
	background-image: url(../content/geo.gif);
	width: 130px;
}

#nav_biomass a:hover {
	color: #49932D;
}

#nav_fuel a:hover {
	color: #756010;
}

#nav_biogas a:hover {
	color: #6E4C7E;
}

#nav_hydro a:hover {
	color: #1655A4;
}

#nav_solar a:hover {
	color: #FFAD00;
}

#nav_wind a:hover {
	color: #78B2C4;
}

#nav_geo a:hover {
	color: #DD1615;
}

#welcome {
	position: absolute;
	top: 150px;
	height: 20px;
	width: 370px;
	z-index: 2;
}

#welcome h1 {
	font-size: 15px;
	font-weight: bolder;
	display: block;
	border-bottom: 1px solid #000000;
	text-align: right;
	padding: 0 0 3px 0;
}

#welcome_sub {
	position: absolute;
	top: 174px;
	width: 370px;
	z-index: 2;
	text-align: right;
}

#introduction {
	position: absolute;
	top: 480px;
	left: 90px;
	width: 620px;
	z-index: 2;
	text-align: center;
}

#service {
	font-size: 75%;
	position: absolute;
	top: 10px;
	left: 825px;
	width: 200px;
	float: right;
	background: transparent;
	padding: 10px 5px 0 0;
	text-align: center;
	z-index: 2;
}

#teaser {
	position: absolute;
	top: 150px;
	width: 150px;
	padding: 0;
	left: 830px;
	z-index: 2;
	font-size: 9px; 
	line-height: 11px;
}

#teaser a {
	text-decoration: underline;
}

#content_basic {
        position: absolute;
        top: 150px;
        width: 710px;
        z-index: 2;
        overflow: hidden;
}

#content_basic h1 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #000000;
	padding: 0 0 3px 90px;
}

#content_basic p {
	padding: 0 0 0 90px;
	text-align: justify;
}

#content_basic a {
	text-decoration: underline;
}

#content_preview {
        position: absolute;
        top: 550px;
        width: 620px;
        z-index: 2;
	overflow: hidden;
	padding: 0 0 0 90px;
}

#content_preview h1 {
        font-size: 16px;
        font-weight: bold;
        display: block;
        border-bottom: 1px solid #000000;
        padding: 0 0 3px 0;
}

#content_preview a {
	text-decoration: underline;
}

#content_details {
	position: absolute;
	top: 150px;
	width: 710px;
	z-index: 2;
	overflow: hidden;
}

#content_details h1 {
        font-size: 16px;
        font-weight: bold;
        display: block;
        border-bottom: 1px solid #000000;
        padding: 0 0 3px 0;
}

#content_details a {
	text-decoration: underline;
}

#map {
	position: absolute;
	top: 150px;
	width: 620px;
	height: 350px;
	padding: 0;
	left: 90px;
	z-index: 1;
}

#gmap {
	width: 620px;
	height: 300px;
}

#printheader {
	display: none;
}

.imgleftstandard {
	border: 0;
	padding: 0 3px 0px 0;
	display: inline;
}

.small {
	font-size: 9px;
	line-height: 11px;
}

.bild1 {
	margin: 10px 10px 10px 0;
	border: 0;
}

.right {
	text-align: right;
	padding: 0.4em 0.4em 0.4em 0;
}

.innerlist {
	padding: 0;
}

.offset {
	padding: 0 0 0 90px;
}

.caption_column {
	width: 30%;
	text-align: left;
}

.text_column {
	width: 70%;
	text-align: left;
}

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

.welcome_text {
	text-align: justify;
}
}

