/*
	b-netzt.de by kubusmedia.com
*/

html, body {
	background-color: #414243;
	color: #d2d3d4;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 40px 0;
	overflow: auto;
}

a {
	color: #a5ce39;
	text-decoration: none;
}

a:hover {
	color: #d2d3d4;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #a5ce39;
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 10px 0;
	margin: 0;
}

ul {
	margin: 0;
	padding-left: 2em;
}

#brand {
	position: relative;
	z-index: 10;
}

#content {
	position: relative;
	min-height: 600px;
}

img {
	position: relative;
	z-index: 99;
	border: none;
}

.b_netzt_logo {
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 10;
}

.subwelcome {
	position: absolute;
	top: 155px;
	left: 540px;
	z-index: 10;
}

.moeglichkeiten {
	position: absolute;
	top: 250px;
	left: 98px;
}

.firma {
	position: absolute;
	top: 400px;
	left: 98px;
}

.statement {
	position: absolute;
	top: 390px;
	left: 470px;
}

#fusszeile {
	height: 33px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px 10px 10px 99px;
	background-color: #414243;
}

#impressum {
	width: 820px;
	/*position: absolute;*/
	margin-top: 290px;
	margin-left: 98px;
	margin-bottom: 60px;
	text-align: justify;
}

#greenContent {
	text-transform: none;
	width: 500px;
	position: absolute;
	z-index: 100;
}

#greenContent #top {
	height: 10px;
	width: 500px;
	background: url("/docroot/b-netzt.de/imgs/content-top.png") no-repeat left bottom;
}

#greenContent #bottom {
	width: 500px;
	background: url("/docroot/b-netzt.de/imgs/content-bottom.png") no-repeat left top;
	height: 10px;
}

#greenContent #topNews {
	height: 10px;
	width: 500px;
	background: url("/docroot/b-netzt.de/imgs/meldung-top.png") no-repeat left bottom;
}

#greenContent #bottomNews {
	width: 500px;
	background: url("/docroot/b-netzt.de/imgs/meldung-bottom.png") no-repeat left top;
	height: 10px;
}

#greenContent #body {
	width: 500px;
	background: url("/docroot/b-netzt.de/imgs/meldung-middle.png");
	color: #000000;
}

#greenContent #body .textContent {
	padding: 10px;
}

#greenContent #body .textContent a {
	text-decoration: underline;
	color: #000000;
}

#greenContent #body .textContent a:hover {
	color: #d2d3d4;
}

#news {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	color: #000000;
	z-index: 90;
}

.newsContainer {
	float: right;
	height: 25px;
	min-width: 20px;
	max-width: 200px;
	cursor: pointer;
}

.newsContainer .left {
	float: left;
	width: 7px;
	height: 25px;
	background: url("/docroot/b-netzt.de/imgs/top-left.png");
}

.newsContainer .right {
	float: right;
	float: left;
	width: 5px;
	height: 25px;
	background: url("/docroot/b-netzt.de/imgs/top-right.png");
}

.newsContainer .middle {
	float: left;
	line-height: 25px;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	background: url("/docroot/b-netzt.de/imgs/top-middle.png");
}

/**
 * Avoid the ugly black outline in IE when fading transparent images by giving the images a background-color.
 */

#submoeglichkeiten,
#subbuero,
#subunterwegs,
#subjederzeit,
#subfirma,
#subwelcome {
	background-color: #414243;
}