/* Stylesheet (c)2007 LOGO-SYS AG, im Auftrag der Läpp Maschinen AG */


/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */

#wrapper {
	position: relative;
	width: 760px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	top: 0px;
	margin: auto auto;
	
	border-left: 1px solid #003366;
	border-right: 1px solid #003366; 
	background-image: url(../bilder/laepp_wrapper_hintergrund.gif);
}



/* Header */
#header {
	position: relative;
	width: 760px;
	height: 150px;
	top: 0px;
	left: 0px;
	
	border-bottom: 1px solid #003366;
}

#logolinks {
	position: relative;
	width: 149px;
	height: 150px;
	top: 0px;
	left: 0px;
	float: left;
	
	border-right: 1px solid #003399;
	border-bottom: 1px solid #ffffff;
}

#hauptlogo {
	position: relative;
	width: 149px;
	height: 77px;
	top: 10px;
	left: 0px;
	text-align: center;
}

#logolinkli {
	position: relative;
	width: 74px;
	height: 46px;
	top: 25px;
	left: 0px;
	text-align: center;
	
	float: left;
}

#logolinkre {
	position: relative;
	width: 74px;
	height: 46px;
	top: 25px;
	left: 1px;
	text-align: center;
	
	float: left;
}
#headergrafik {
	position: relative;
	width: 610px;
	height: 150px;
	
	float: left;
}

#kopfbild {
	position: relative;
	width: 610px;
	height: 150px;
	left: 0px;
	top: 0px;
	float: left;
	
	z-index: 80;
	margin-bottom: -21px;
}


#seitentitel {
	position: relative;
	width: 610px;
	height: 30px;
	left: 0px;
	top: -3px;
	
	z-index: 100;
}

#sprache {
	position: relative;
	width: 56px;
	height: 20px;
	top: 0px;
	padding-top: 5px;
	
	float: right;
/*#################################*/
/*	display: none;             */
/*#################################*/
}

#deutsch {
	position: relative;
	width: 18px;
	height: 12px;
	
	float: left;
	margin-right: 10px;
}

#english {
	position: relative;
	width: 18px;
	height: 12px;
	
	float: left;
	margin-right: 10px;
}

#czech {
	position: relative;
	width: 18px;
	height: 12px;
	
	float: left;
	margin-right: 10px;
}



/* Inhaltsbereich */
#content {
	position: relative;
	width: 760px;
	margin-top: 20px;
	left: 0px;
	
	z-index: 20;
}	

#leftcol {
	position: relative;
	top: 0px;
	left: 0px;
	width: 149px;
	border-right: 1px solid #003399;
	
	float: left;
	
	height: 200px;
}

#rightcol {
	position: relative;
	top: 0px;
	left: 10px;
	width: 590px;
	
	float: left;
}



/* Footer */
#stopper {
	position: relative;
	width: 100%;
	height: 1px;
	padding-bottom: 39px;
	
	clear: both;
	
	z-index: -20;
}

#footer {
	position: relative;
	width: 760px;
	height: 40px;
	margin: auto auto;
	margin-top: -40px;
	overflow: hidden;
	
	background-image: url(../bilder/footer_hintergrund_grau.gif);
}

#adresse {
	position: relative;
	left: 150px;
	width: 610px;
	height: 40px;
	padding-top: 8px;
}

#adresse p {
	color: #666666;
	font-size: 10px;
	text-align: center;
}

#adresse a:link, 
#adresse a:visited {
	color: #666666;
	text-decoration: none;
}

#adresse a:hover, 
#adresse a:active {
	color: #003366;
	text-decoration: none;
}
