html, body {
  height: 100%;
}

body {
    font-family: Verdana;
	margin: 0px;
	border-left: 190px solid white;
    background: #9B8C00;
    
}

#mainDiv {
	background: url(../bilder/kxholst1.gif);
	height: 450px;
}

	#logo {
	position: absolute;
	width: 352px;
	height:99px;

	margin-top: 141px;
}

#text {
	position: absolute;
	width: 773px; /* excl. Padding */
	height: 218px;

	font-size: 14px;
	line-height: 30px;

	padding-left: 10px;

	border-right: 4px white solid;
	background: url(../bilder/gxholst_hinter.gif) right no-repeat;
	margin-top: 228px;
}

.text-kleiner {
	font-size: 12px;
}

#div_unten_aussen {
    position: absolute;

	background: #9B8C00;
		
	height: 83px;
	width: 783px;
	
	border-right: 4px white solid;
}

#div_unten_innen {
    margin-top: 5px;

	height: 78px;
	width: 783px;

	background: #F2F0D9;
}

#img_demeter {
	position: absolute;
	margin-left: 74px;
}

#img_hof_mede {
	position: absolute;
	margin-left: 464px;
	margin-top: 23px;
	border: none;
}

#text_unten {
	position: absolute;
	margin-left: 464px;
	margin-top: 5px;
	font-size: 11px;
	height: 20px;
}

a {
    padding-bottom: 2px;
    border-bottom: 1px dotted;
    text-decoration: none;
}

.text_hell {
    color: #9B8C00;
}

.text_dunkel {
    color: #00775E;
}

.mainDiv div {
	position: absolute;
}
                 