  
body {
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #cccccc;
}
.schatten {
	position: absolute;
	width: 900px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin: -255px 0px 0px -430px;
	z-index: 4;
}

.wisch {
	position: absolute;
	width: 900px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin: -275px 0px 0px -450px;
	border: 1pt solid #000000;
	background-color: #FFFFFF;
	background-image: url('../bild/welle_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 8;
}
.linie {
	position: absolute;
	height: 100%;
	width: 3px;
	top: 0px;
	right: 200px;
	background-color: #000000;
	z-index: 10;
}
.logo {
	position: absolute;
	height: 77px;
	width: 300px;
	top: 30px;
	right: 92px;
	z-index: 15;
	background-image: url('../../logo/WiSch_Logo_ohne_300_web.jpg');
}
.button_anforderungen {
	position: absolute;
	height: 113px;
	width: 237px;
	bottom: 22px;
	right: 170px;
	z-index: 15;
	background-image: url('../bild/button_anforderungen.png');
}
.button_fordern {
	position: absolute;
	height: 113px;
	width: 158px;
	bottom: 22px;
	right: 170px;
	z-index: 15;
	background-image: url('../bild/button_fordern.png');
}    
.foto_kai {
	float: left;
	background-repeat: no-repeat;
  padding: 0px 5px 5px 0px;
	height: 108px;
	width: 100px;
	background-image: url('../bild/pers_kw.png');
}
.foto_joerg {
	float: right;
	background-repeat: no-repeat;
  padding: 0px 5px 5px 0px;
	height: 108px;
	width: 100px;
	background-image: url('../bild/pers_js.png');
}

.inhalt {
	position: absolute;
	overflow: auto;
	height: 388px;
	width: 660px;
	top: 133px;
	left: 15px;
	padding: 5px;
	z-index: 15;
}
.spaltelinks {
	width: 310px;
	float: left;
}
.spalterechts {
	width: 310px;
	float: right;
}

.toptitel {
	font-size: 20px;
	line-height: 19px;
}
.subtitel {
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
	color: #4AA5D8;
	margin-left: 20px;
	margin-bottom: 8px;
}

.toptitel2 {
	font-size: 14px;
	line-height: 13px;
}
.subtitel2 {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #4AA5D8;
	margin-left: 14px;
	margin-bottom: 4px;
}

a.info {
	position: relative;
	z-index: 7;
}
a.info:hover {
	position: relative;
	z-index: 7;
}
a.info span {
	display: none;
}
a.info:hover span {
	padding: 5px;
	display: block;
	position: absolute;
	bottom: 14px;
	right: 14px;
	width: 350px;
	border: 1px solid #000000;
	background-color: #EEEEEE;
	color: #000000;
	text-align: left;
	font-size: 7pt;
	z-index: 8;
}

.menublock {
	position: absolute;
	height: 400px;
	width: 170px;
	top: 133px;
	right: 15px;
	z-index: 15;
}

.copy {
	color: #757575;
	font-size: 90%;
	font-weight: bold;
	margin: 6px 6px 0px 6px;
	text-align: right;
}

.titlenav {
	text-align: right;
	margin-bottom: 4px;
	border: none;
	text-decoration: none;
}
.titlenav a img {
	border: none;
}

.WiSchKontaktLeftColumn {
	padding-right: 5px;
	padding-bottom: 5px;
}
.WiSchKontaktRightColumn {
	padding-right: 5px;
	padding-bottom: 5px;
}
.WiSchKontaktTextField {
	width: 480px;
	border: 1px solid #999999;
	color: #333333;
	padding-left: 2px;
	font-family: Verdana, Arial;
	font-size: 0.9em;
}
.WiSchKontaktTextArea {
	width: 480px;
	height: 100px;
	border: 1px solid #999999;
	color: #333333;
	padding-left: 2px;
	font-family: Verdana, Arial;
	font-size: 0.9em;
}
.WiSchKontaktSubmit {
	border: 1px solid #999999;
	width: 110px;
}
.WiSchKontaktErrors {
	color: #FF0000;
	padding-bottom: 5px;
}
.WiSchKontaktThankYou {
	background-color: #EEEEEE;
}


