


body {
	background: #ffffff url(images/bg.jpg) repeat-x top;
	font: 12px Arial, Thahoma, Verdana, sans-serif;
	line-height: 18px;
	color: #282828;
	margin: 0px;
	padding: 0px;
}

a {
 color: #006600;
 background-color: transparent;
 text-decoration: underline;
}

a:visited {
 color: #006600;
 background-color: transparent;
 text-decoration: underline;
}

a:hover {
 color: #006600;
 text-decoration: none;
 background-color: transparent;
}

.pipe { color:#006600; margin:0 7px 0 7px; }


/*  HEADER  -------------------------------------------------*/

#header_wrapper {
	/*border: 1px solid #990000;*/
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	display:table;
}	
.header_logo {
	/*border: 1px solid #990000;*/
	float: left;
	margin: 0;
	padding: 15px 0 25px 0;
	text-align: left;
}
.headerNav {
	/*border: 1px solid #990000;*/
	float: right;
	margin: 65px 0 0 0;
	padding: 0;
}

/*  MAIN CONTENT WRAPPERS - content between header and footer  -------------------------------------------------*/

#content_wrapper { 
	/*border: 1px solid #990000;*/
	background: #ffffff url(images/bg_content.jpg) no-repeat top;
	width: 980px;
	height: 685px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}

* html #content_wrapper  /* Box Model Hack for IE */
{
	width: 980px;
	w\idth: 980px;
}


/*  CONTENT - content of the green area  -------------------------------------------------*/
#contenttop_left {
	/*border: 1px solid #ffffff;*/
	float: left;
	width: 530px;
	height: 220px;
	margin: 0;
	padding: 35px 0 0 40px;
	font-size: 17px;
	color: #ffffff;
	line-height: 20px;
}

#contenttop_left ul {
	/*border: 1px solid #ffffff;*/
	list-style: none;
   	margin: 15px 0 0 0;
	padding: 0;
}

#contenttop_left li {
	/*border: 1px solid #ffffff;*/
	background: url(images/bg_keycompetence.gif) left top no-repeat;
	display: block;
	width: 396px;
	height: 31px;
	padding-top: 10px;
    text-decoration: none;
	text-indent: 37px;
}

#contenttop_right {
	float: right;
	width: 290px;
	margin: 0;
	padding: 33px 60px 0 0;
}

/*  CONTENT - content ot the bottom grey area  -------------------------------------------------*/

#content_left {
	/*border: 1px solid #0000ff;*/
	float: left;
	height: 320px;
	margin: 0;
	padding: 37px 0 0 40px;
}

#map {
	border: 1px solid #BEBEBE;
	float: left;
	width: 468px;
	height: 288px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#content_right {
	/*border: 1px solid #0000ff;*/
	background: url(images/bg_bubble.gif) 25px 35px no-repeat;
	float: left;
	width: 270px;
	height: 320px;
	margin: 0;
	padding: 35px 0 0 30px;
}

#content_right p.bubble {
	width: 240px;
	height: 70px;
	color: #006600;
	font-weight: bold;
	padding: 15px 15px 0 15px;
	margin: 0;
}

#content_right p.phone {
	float: left;
	padding: 25px 0 0 0;
	margin: 0;
}

#content_right p.address {
	float: left;
	margin: 0px;
	padding: 0px 0 3px 15px;
	width: 200px;
}
#content_right p.contact {
	float: left;
	margin: 0px;
	padding: 5px 0 3px 15px;
	width: 200px;
}
#content_right p.web {
	float: left;
	margin: 0px;
	padding: 3px 0 0 15px;
}

/*	 FOOTER -------------------------------------------------*/

#footer { 
	/*border: 1px solid #0000ff;*/
	clear: both;
	width: 980px;
	text-align: right;
	margin: 0 auto 0 auto;
	padding: 0 5px 0 0;
  	font-size:11px;
	color: #666666;
}

/*	 FORM -------------------------------------------------*/
form {
	padding: 0px;
	margin: 0px;
}

input.txt {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #DCEED0;
	border: 1px solid #7BBF4C;
	padding: 6px;
	margin:5px 0 0 0;
	width: 260px;
}
.txtarea {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #DCEED0;
	border: 1px solid #7BBF4C;
	padding: 6px;
	margin:5px 0 0 0;
	/*width: 260px;*/
}

input.btn {
	border: none;
	width: 146px;
	height: 26px;
	background: url(btn_submit.jpg) no-repeat;
	text-align: left;
	padding-left: 30px;
}

input.error {
	border: 1px solid #F01C26;
	background: #DCEED0 url(icon_errorinput.gif) right no-repeat;
}

.error {
	background: #FDF5F5 url(icon_error.gif) 6px 6px no-repeat;
	border: #F01C26 solid 1px;
	color: #F01C26;
	font-weight: normal;
	padding: 3px 3px 3px 30px;
	margin: 20px 0 0 0;
	width: 300px;
	text-align: left;
	line-height: 18px;
}

/*	 STYLES -------------------------------------------------*/
.clear {
	clear: both;
}

.highlight {
	background-color: #DDEDD1;
}



