@import"navigation.css";
@import"container.css";
@import"home.css";
@import"nieuws.css";
@import"contact.css";
@import"cases.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	background: url(/images/body/background-default.jpg) transparent 780px 0 no-repeat;
}
body#mecon-innovatie {
	background-image: url(/images/body/background-innovatie.jpg);
}

body#mecon-fotonica {
	background-image: url(/images/body/background-fotonica.jpg);
}

body#mecon-precisie {
	background-image: url(/images/body/background-precisie.jpg);
}

body#mecon-proces {
	background-image: url(/images/body/background-proces.jpg);
}

img {
	border: 0;
}

h1 {
	position: absolute;
	top: -300px;
}

#flash-container {
	width: 780px;
	height: 98px;
	margin: 5px 0 5px 0;
}
h2 {
	font-size: 14px;
	color: #666;
	padding-bottom: 20px;
}
h2.process {
	padding-bottom: 30px;
}

h2 a {
	color: #666;
}

h3 {
	color: #333;
	margin-bottom: 10px;
	font-size: 14px;
}

h4 {
	font-size: 13px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 18px;
}

a {
	color: #003366;
}
a:hover {
	color: #000;
}

.clear {
	clear: both;
}

/* HEADER.CSS */
#header {
	background: url(/images/header/header_bg.gif) top left no-repeat;
	width: 780px;
	height: 98px;
}
#header img {
	float: left;
	margin-left: 10px;
}


