* {
	margin: 0px;
	padding: 0px;
}
html {
	background: #6BB022;
}
body {
	color: #FFFFFF;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: underline;
}
img {
	border: none;
}

#table {
	width: 100%;
	height: 100%;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
	border: 0px;
}
#content {
	position: relative;
	margin: 0px auto;
	height: 625px;
	width: 1003px;
}

#swb {
	position: absolute;
	top: 7px;
	right: 7px;
	height: 70px;
	width: 140px;
}
#button_links {
	position: absolute;
	top: 341px;
	left: 57px;
	height: 198px;
	width: 207px;
	background: url(images/nav_strom_active.png) no-repeat;
}
#button_rechts {
	position: absolute;
	top: 341px;
	right: 55px;
	height: 198px;
	width: 207px;
	display: block;
	background: url(images/nav_gas_inactive.png) no-repeat;
}
#button_links img, #button_rechts img {
	position: absolute;
	display: block;
	top: 112px;
	left: 2px;
}
#karte_vorne {
	position: absolute;
	top: 98px;
	left: 264px;
	height: 396px;
	width: 477px;
	visibility: hidden;
}
#karte_hinten {
	position: absolute;
	top: 98px;
	left: 264px;
	height: 396px;
	width: 477px;
	visibility: visible;
}

#link_karte {
	position: absolute;
	top: 66px;
	left: 20px;
	height: 32px;
	width: 168px;
	cursor: pointer;
}
#link_seite {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 62px;
	width: 187px;
}
#link_bremen_strom, #link_bremen_gas,
#link_bremerhaven_strom, #link_bremerhaven_gas,
#link_umland_strom, #link_umland_gas {
	position: absolute;
	height: 38px;
	width: 202px;
	display: block;
}
#link_bremen_strom {
	top: 214px;
	left: 226px;
}
#link_bremen_gas {
	top: 228px;
	left: 228px;
}
#link_bremerhaven_strom {
	top: 257px;
	left: 230px;
}
#link_bremerhaven_gas {
	top: 271px;
	left: 230px;
}
#link_umland_strom {
	top: 299px;
	left: 228px;
}
#link_umland_gas {
	top: 313px;
	left: 232px;
}

#footer {
	width: 1003px;
	margin: 5px 0px 15px;
	font-size: 12px;
	text-align: right;
}
#footer a {
	padding-right: 7px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#impressum {
	width: 1003px;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #000000;
	display: none;
	border: none;
}
#impressum td {
	padding-bottom: 15px;
	vertical-align: top;
}
#impressum h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
