/* Stylesheet (c)2007 LOGO-SYS AG, im Auftrag der Läpp Maschinen AG */


/* ===================================================================== */
/* = Alles zuruecksetzen                                                = */
/* ===================================================================== */
*{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */
body {
	font-size: 70%;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../bilder/body_hintergrund.gif)
}

/* Links */
a:link, 
a:visited {
	color: #336633;
	text-decoration: underline;
}
a:hover, 
a:active {
	color: #336633;
	text-decoration: none;
}

ul {
	list-style-position: inside;
	list-style-type: square;
}

hr {
	height: 1px;
	background-color: #f0f0f0;
}

.maschinenliste { 
	font-size: inherit; 
	font-family: Verdana, Arial, Helvetica, sans-serif
 }

.maschlist {
	border-top: 1px solid #f0f0f0;
	background-color: #ffffff;
}

.maschlistcoloured {
	border-top: 1px solid #f0f0f0;
	background-color: #f0f0f0;
}

/* Absaetze */
p {
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

html, body {
    height: 100%;
}

.hidden {
	display: none;
}
