body {
	background-color:#fff;
	font-size:12px;
	line-height:17px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	color:#222;
}

body.home {
	background-image:url("allgemeinbilder/leiste.jpg");
	background-repeat:no-repeat;
	background-position:40px 180px;
	}
	
body.equipment {
	background-image:url("allgemeinbilder/leiste_eq.jpg");
	background-repeat:no-repeat;
	background-position:40px 180px;
	}
	
p, td {
	font-size:12px;
	line-height:17px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	}
	
a, a:visited {
	text-decoration: none;
	color:#000066;
	}

a:hover {
	color:#000066;
	text-decoration:underline;
}

h1 {
	font-size:14px;
	}

h3 {
	font-size: 13px;
	}
	
h4 {
	font-size: 12px;
	}

	
.logo {
	margin:12px;
	float:right;
	}
	
.wellcome {
	position: relative;
	top:260px;
	clear:both;
	width:500px;
	}
	
.content {
	/*position:relative;
	top:260px;
	left:100px;
	clear:both;*/
	margin-top:360px;
	margin-left:100px;
	width:600px;
	}
	
.contenttop {
	margin-top:0px;
	margin-left:100px;
	width:600px;
	}
	
.exposed {
	float:right;
	clear:both;
	margin-top:230px;
	margin-right:20px;
	}

