BODY { background: url(../images/obenrechtsfertig1.gif) no-repeat right top   }

div.kopf { 
	padding:10px;
	margin-bottom:10px;
	height: 150px;
	background:url(../images/strichel_top.gif) bottom left repeat-x;
	}
div.inhalt {
	padding-top:10px;
	margin-left:142px;
	}					 	 
div.navigation { float:left;
	margin-top: 14px;
                width: 143px;
	height: 526px;
	background: url(../images/navig-kasten-1.gif) no-repeat;
	}

/***************************/
/* Suchfeld oben rechts */
/**************************/

input.text { /* Eingabefeld */ 
	background:url(../images/strichel_top.gif) bottom left repeat-x;
	border-bottom:none;
	border-right:none; 
	border-left:none; 
	border-top:none;
}

input.button { /* Klick-Button */ }

/***********************/
/* Hauptmenü links */
/**********************/

#navig {
	position: absolute;
	top: 270px;
	left: 0px;
	height: 126px;
	font-size: 14px;
	z-index: 200;
	margin: 0px;
	padding: 0px;

}
#navig li {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 25px;
	/*background: url(../images/bg_nav_black.gif) repeat-x bottom;*/
}
#navig a {
	color: #000;
	width: 91px;
	padding: 3px 0 5px 12px;
	display: block;
	background: url(../images/bullet_off.gif) left no-repeat;
}
#navig a:hover {
	color: #990011;
}
#navig .last {
	background: none;
}
#navig .on {
	background: url(../images/bullet_on.gif) left center no-repeat;
}



