
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
body {
	width: 100%;
	height: 100%;
	background: #363636 url(img/bg-body.png) repeat-x;
	color: #fff;
	font: 71.9%/1.4em Verdana, Arial, sans-serif normal;
	min-height: 775px;
}
a {
	color: #000;
}

h1.logo {
	position: absolute;
	top: 51px;
	left: 55px;
	width: 204px;
	height: 177px;
	background: url(img/logo.png);
	z-index: 20;
}
h2.claim {
	position: absolute;
	left: 52px;
	top: 227px;
	width: 550px;
	height: 40px;
	background: url(img/h2-claim.png) 0 0 no-repeat;
	z-index: 20;
}
#kontakt {
	position: absolute;
	top: 155px;
	left: 446px;
	width: 205px;
	height: 38px;
	background: red url(img/kontakt.png) 0 0 no-repeat;
	color: #fff;
}
#wrap {
	position: absolute;
	top: 155px;
	left: 0;
	width: 673px;
	height: 524px;
	background: #fff url(img/bg-wrap.png);
	color: #333;
	margin: 0 0 50px 0;
	overflow: hidden;
}
div.ad {
position: absolute;
top: 680px;
left: 50px;
}
#content_1 {
	position: absolute;
	left: 50px;
	top: 120px;
	width: 550px;
	height: 270px;
	text-indent: -9999px;
}
#content_2 {
	position: absolute;
	left: 50px;
	top: 112px;
	width: 550px;
}
#content_3 {
	position: absolute;
	left: 90px;
	top: 120px;
	width: 550px;
}
#txtKunde1 {
	position: absolute;
	left: 673px;
	top: 227px;
	width: 258px;
	height: 141px;
	background: url(img/txt-kunde1.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#txtKunde2 {
	position: absolute;
	left: 673px;
	top: 378px;
	width: 258px;
	height: 168px;
	background: url(img/txt-kunde2.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#firmenlogos {
	position: absolute;
	top: 270px;
	left: 0px;
	z-index: 200;
	display: none;
}

/* Formular */
fieldset {
	padding: 0 10px;
	border: none;
	float: left;
}
fieldset.left {
	width: 220px;
}
fieldset.right {
	float: right;
	width: 290px;
}
input.text,
textarea {
	width: 100%;
	border: 1px solid #ccc;
}
textarea {
	height: 140px;
	margin: 0 0 10px 0;
	overflow: auto;
}
label {
	display: block;
	margin: 0 0 2px 0;
	font-size: 0.9em;
}
button {
	font-weight: bold;
	color: #83C63B;
	border: 1px outset #333;
	padding: 2px 10px;
	background: #F6F9EE;
}

.covert {
	text-indent: -9999px;
}


