/* CSS johner-elektro.ch */
/* IMPORT CSS */
@import url("layout.css");
@import url("default.css");
@import url("navigation.css");
@import url("form.css");
@import url("photobox.css");
@import url("../modules.css");

/* STANDARD DEFINITION */

html, body {
	background: #007e77 url("../images/background.jpg") repeat-x;
	font: normal 1em/1.5em Arial, "Times New Roman", sans-serif;
	color: #FFFFFF;
	height: 100%;
	min-height: 100%;
}



html>body {
	font-size: 12px;
	min-height: 100%;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}
