/*matstyle by x00jmare for Mateva Belgium*/

/*General*/

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	min-width:910px;
	background-image:url(images/lightblue.jpg)
}
/** {
	margin: 0;
	padding: 0;
}*/
p {
	line-height: 1.6em;
	padding: 5px 0;
	margin: 5px 0;
}
img
{
	border: 0;
}
a {
	font-family:Arial;
	color:#2ECAFF;
}

/*Main divs*/
.container {
	width: 910px;
	margin: 0 auto;
	overflow:hidden;
}
.fluid {
	width: 100%;
	float: left;
}
/*specific divs*/
#header {

	padding: 0px;
	height:100px;
}
#features {

}

#features .container div {
	width: 30%;
	padding: 0px 0;
	float: left;
	color: #222;
}
#features .container div h2, #features .container div p {
	padding: 0 20px 0 0;
}

#wacscontent
{
	background: #fff;
	color: #000;
	padding: 0px 0;
	font-size: 1.2em;
}
#content {
	color: #000;
	padding: 0px 0;
	font-size: 1.2em;
}

#navigation {

	color: #000;
	padding: 0px 0;
	font-size: 1.2em;
}
#partners {

	color: #000;
	padding: 0px 0;
	font-size: 1.2em;
}

/*Titles*/

h1.logo{
	font: 40px normal Calibri, Arial, Helvetica, serif;
	color: #fff;
	text-decoration: none;
	background-image:url('images/logo.png');
	background-position:left;
	background-repeat:no-repeat;
	text-indent:-9999em;
	height:60px
}

h1 a{
	font: 29px normal Georgia, 'Times New Roman', Times, serif;
	color: #ccc;
	text-decoration: none;
}
h1 a span { color: #b8ddf0; }
h1 small{
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #fff;
}
h2 {
	font-size: 1.5em;
	font-family:Arial;
	color:#fff;
}
h1{
	font-size: 2em;
	font-family:Arial;
	color:#fff;
}
h1.blue{
	font-size: 2em;
	font-family:Arial;
	color:#2ECAFF;
}

.blue
{
color:#2ECAFF;
font-weight:bold;
}

.red
{
color:#FF3300;
}


h2 a {color: #2ECAFF; text-decoration:none;}

.footer_link {
	color:#000;
	text-decoration:none;
	font-size:0.7em;
}
.footerlink
{
	color:#fff;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
}
.footerlink:hover
{
	text-decoration:underline;
}

a#demo{
	text-indent:-9999em;
	overflow:hidden;
	background-image:url('images/demobutton.png');
	background-repeat:no-repeat;
	display:block;
	width:239px;
	height:64px;
	outline:0px;
}

a.noline
{
	text-decoration:none;
	border:0;
}


/*contactform*/

.object_small {
	width:50px;
}

.object_large {
	width:200px;
}

.object_max {
	width:98%;
}

.object, .object_small, .object_large, .object_max {
	background-color:#fff;
	font-family:verdana;
	font-size:10px;
	color:#000000;
	border:1px solid #2ECAFF;
	padding:2px;
}

.object:hover, .object_small:hover, .object_large:hover, .object_max:hover {
	background-color:#eee;
}

ol.check
{
	list-style-image: url('images/check.png') 
}




