/*-----------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/*-----------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #0f4281 url(../gfx/bg_body.gif) repeat-x;
}

/*-----------------------------------------------------------------------------*/

#zeile1 {
	position: absolute;
	background-color: #fff;
	height: 218px;
	width: 100%;
}

#zeile1 .foto {
	margin-top: 9px;
}

#zeile1 .logo {
	margin-bottom: 36px;
}

#zeile1 .email {
	margin-bottom: 36px;
	margin-left: 50px;
}

/*-----------------------------------------------------------------------------*/

#zeile2 {
	position: absolute;
	top: 218px;
	background-color: #c3d200;
	height: 218px;
	width: 100%;
}

#zeile2 .logo {
	margin-top: 56px;
	margin-left: 28px;
}

/*-----------------------------------------------------------------------------*/

#zeile3 {
	position: absolute;
	top: 450px;
	left: 28px;
	color: #c3d200;
	z-index: 10;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

/*-----------------------------------------------------------------------------*/

#zeile4 {
	position: absolute;
	top: 436px;
	left: 28px;
	color: #fff;
	z-index: 20;
	font-size: 12px;
	height: 300px;
	width: 950px;
}

#zeile4 div {
	width: 190px;
	height: 300px;
	float: left;
}

#zeile4 p.adress {
	padding-top: 50px;
}

#zeile4 p.bild {
	line-height: 140%;
	font-weight: bold;
}

#zeile4 p.bild span {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#zeile4 p.bild img {
	margin-bottom: 10px;
}

#b1, #b2, #b3, #b4, #b5 {
	display: none;
}

#zeile4 .ort {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------*/

.green {
	color: #c3d200;
}

.blue {
	color: #88c6e7;
}

/*-----------------------------------------------------------------------------*/
