/*******************************************************************************
     Projekt:    Krauth + Timmermann
     Entwickler: Beate Reis
*******************************************************************************/
/* Medizintechnik
/****************************************************************************/
/* ### Bild links oben ########################################################### */
#liob {
	position:absolute;
	top:0px;
	height: 200px;
	width:200px;
	left:0px;
	background-image: url(ktliobmedt01.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 {
	background:#ffffff;
	background-image: url(ktheadmedtn.jpg);
	background-position: bottom right;
	height:200px;
/*	background-position: 170px 1px; */
	background-repeat: no-repeat;
	}

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


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

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

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

#main-block {
	border-right: 1px solid;
	border-bottom: 1px solid;
	background-color: #5d6065;
/*	background-color: #465762; */
	padding-bottom: 40px;
}


