/****************************************/
/* KMU Personal print CSS */
/****************************************/

BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 0.8em;
}	

#header {
	display: none;
}

#buttons {
	display: none;	
}


/*
* the navigation
*/

#wrap_middle {
	width: 100%;
}

#mainnav {
	display: none;
}

#logo IMG {
	border: 0;
}

#search {
	display: none;	
}	


/*
* Content
*/
#content {
	width: 100%;
}

/*
*  job extension stuff
*/
#wrap .title {
	display: block;
}
DIV#content TD.desc {
	width: 120px;
	font-weight: bold;	
}	
DIV#content TABLE.contact_table TD.contact {
	width: 120px;
	font-weight: bold;		 
} 
TD.lastrow {
	display: none;	
}	

#pic_right {
	display: none;	
}

/*
* Footer elements
*/
#footer {
	display: none;
	width: 100%;
	height: 20px;
	padding-top: 20px; 
	border-top: 1px solid #000;
}

#createdby {
	display: none;
}

#copyright {
	line-height: 20px;
}


/*
* Sitemap
*/
UL.sitemap LI{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #0B6EBF;
}

UL.sitemap A {
	text-decoration: none;
}

UL.sitemap .usb {
	display: none;
}
UL.sitemap LI.sm1 {
	list-style: disc;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 15px;
}
UL.sitemap UL LI.sm2 {
	list-style: square;
	font-size: 1.0em;
	margin-left: 20px;
}
UL.sitemap UL LI UL LI.sm3 {
	list-style: circle;
	font-size: 0.9em;
	margin-left: 30px;
}
UL.sitemap UL LI UL LI UL LI.sm4 {
	list-style: none;
	font-size: 0.8em;
	margin-left: 40px;
}


