/*******************************************************************************
     Projekt:    Krauth + Timmermann
     Entwickler: Beate Reis
*******************************************************************************/	
 /*       Startseite Reha - Technik

*******************************************************************************/
/* ### Bild links oben ########################################################### */
#liob {
	position:absolute;
	top:0px;
	height: 200px;
	width:200px;
	left:0px;
	background-image: url(ktliobreha01.jpg); 
	background-position: 0 0;
	background-repeat: no-repeat;
	}
/* ### Logo #################################################################  */
#printlogo {display: none;
 	visibility: hidden;}

#logo { display:block;
	position:absolute;
	top:10px;
	height: 50px;
	width:236px;
	right:40px;
	background-image: url(logoktkl.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#logo a {
	display:block;
	height:80px;
	width:215px;
	text-indent:-700em;
}

/* ### Header ############################################################### */

#header {display:block;
	background:#ffffff;
	background-image: url(ktheadrehan.jpg);
	background-position: bottom right;
	height:200px;
/*	background-position: 0px 1px; */
	background-repeat: no-repeat;
	
}

#nav-header {
	position:absolute;
	left:0px;
	bottom:18px;
}

#nav-header2 {background-color: #000000;}

/* ### Teaser ############################################################### */

#main-teaser {
	background:url(ktteasreha01.jpg) no-repeat;
}

/* ### Main-block Background ################################################# */

#main-block {
	border-right: 1px solid;
	border-bottom: 1px solid;
	background-color: #5d6063;
	padding-bottom: 40px;
}


