body {
	/*background-image: url("../image/web/body_bg.gif");
	background-position: top;
	background-repeat: repeat-x;*/
	background-color: #006878;
}
.oldbody {
	background-image: url("../image/web/body_wide_30_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	/*background-position: -55px -55px;*/
}
.topbody {
	width: 1000px;
	height: 70px;
	position: relative;
	margin: 0px auto;
}
body, table, tbody, td, div, p, font, span, a, input, textarea, form, h1, h2, h3 {
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-size: 12px;
	line-height: 20px;
	color: #231f20;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, html {
	height: 100%;
}

a
{
	text-decoration: none;
	color: #006878;
}

a:hover
{
	color: #fcbe00;
}

a img
{
	border: 0px;
}

.tpl_search {
	position: absolute;
	top: 0px;
	right: 140px;
	width: 183px;
	height: 23px;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 1px;
	background-color: #FFF;
}
.tpl_search .formbut {
	width: 60px;
	margin-top: -3px;
}
.tpl_search .formline {
	width: 110px;
	border-width: 0px !important;
	background-image: url(../image/web/input_bg.gif);
}
.tpl_naws {
	position: absolute;
	top: 39px;
	right: 35px;
	right: 140px;
}
.tpl_naws, .tpl_naws * {
	font-size: 11px;
	color: #999;
}
.tpl_flags {
	position: absolute;
	top: 5px;
	right: 30px;
}
.tpl_flags, .tpl_flags * {
	line-height: 12px;
	font-size: 12px;
	color: #CCC;
}
.tpl_flags a {
	margin-top: -5px;
	margin-left: 5px;
	margin-right: 5px;
}
.tpl_pagelangmenu {
	position: absolute;
	top: 0px;
	right: 326px;
	height: 26px;
	background-color: #FFF;
	background-color: #006878; /* GREEN */
}
.tpl_pagelangmenu a {
	line-height: 11px;
	font-size: 11px;
	border-right: 1px solid #fff;
	display: block;
	float: left;
	background-color: #016879;
	color: #fff;
	padding: 8px 10px 7px 10px;
}
.tpl_pagelangmenu a:hover {
	background-color: #f9be00;
	/*background-color: #222;*/
	color: #ffffff;
}


/* NEWS */
.tpl_pagenews {
	margin-bottom: 15px;
	margin-left: 15px;
	float: left;
	position: relative;
}
.tpl_pagenews .image {
	float: left;
	width: 115px;
	min-height: 70px;
}
.tpl_pagenews .name {
	float: left;
	width: 590px;
	width: 380px;
	min-height: 20px;
}
.tpl_pagenews .intro {
	float: left;
	width: 590px;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 25px;
}
.tpl_pagenews .link {
	position: absolute;
	bottom: 0px;
	left: 115px;
	width: 590px;
	width: 380px;
}
.tpl_pagenews .link a.linkbox {
	margin: 0px;
}


.backwh {
	background-color: #FFFFFF;
}
.backgr {
	background-color: #231f20;
}
.backbl {
	background-color: #006878;
	background-color: #000000;
}
.backlg {
	background-color: #e5e5e5;
}
.backgg {
	background-color: #006878;
}

.formbut
{
	padding: 0px 10px 0px 10px; 
	color: #ffffff; 
	background-color: #006878;
	height: 22px;
	line-height: 20px;
	border: 1px solid #00363e;
	border-top-color: #58a3ae;
	border-left-color: #58a3ae;
	cursor: pointer;
}
.formbut:hover {
	border-color: #000000;
	background-color: #333333;
	border-top-color: #666666;
	border-left-color: #666666;
}
.formline
{ 
	color: #231f20;
	background-color: #ffffff;
	/*background-image: url(../image/web/input_bg.gif);*/
	border: 1px solid #ccc;
	width: 240px;
	height: 18px;
	line-height: 18px;
	padding: 2px 5px;
	margin-bottom: 3px;
}
.formline:focus {
	border-color: #000;
}
select.formline {
	width: 252px;
	padding: 0px;
	height: 22px;
}
.formarea
{
	color: #231f20;
	background-color: #ffffff;
	/*background-image: url(../image/web/textarea_bg.gif);*/
	border: 1px solid #ccc;
	width: 400px;
	height: 100px;
	line-height: 18px;
	padding: 2px 5px 2px 5px;
}
.formarea:focus {
	border-color: #000;
}
input[type=radio] {
	margin: 0px 4px 0px 4px;
}
.formtable {
}
.formtable td {
	border-bottom: 2px solid #fff;
}
td.formlabel {
	background-color: #eeeeee;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 2px 5px;
	width: 120px;
}
td.formrequired {
	background-color: #cccccc;
}
.formnotify {
	border: 1px dottet #000;
	margin-bottom: 20px;
}
td.formextra {
	padding-top: 10px;
}
td.formextra .formbut {
	float: right;	
}


.menu1, .menu1selected {
	line-height: 31px;
	display: block;
	padding-left: 30px;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	color: #006878;
}
.menu1:hover, .menu1selected, .menu1selected:hover {
	color: #000000;
}
.menu1selected, .menu1selected:hover {
	color: #ffffff;
	background-color: #006878;
}

.menu2, .menu2selected, .menu2selected:hover {
	line-height: 31px;
	display: block;
	padding-left: 40px;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	background-color: #2c8492;
}
.menu2:hover, .menu2selected, .menu2selected:hover {
	color: #000000;
}
.blend, .blend:hover {
	background-color: #ccc !important;
	color: #666;
}
.menu2.blend {
	background-color: #ddd !important;
}
.menu2.blend:hover {
	color: #333;
}

.menu3, .menu3selected, .menu3selected:hover {
	line-height: 31px;
	display: block;
	padding-left: 50px;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	background-color: #599fa9;
}
.menu3:hover, .menu3selected, .menu3selected:hover {
	color: #000000;
}

.menu4, .menu4selected, .menu4selected:hover {
	line-height: 31px;
	display: block;
	padding-left: 60px;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	background-color: #a0c5cb;
}
.menu4:hover, .menu4selected, .menu4selected:hover {
	color: #000000;
}

.menu5, .menu5selected, .menu5selected:hover {
	line-height: 31px;
	display: block;
	padding-left: 70px;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	background-color: #b8d6db;
}
.menu5:hover, .menu5selected, .menu5selected:hover {
	color: #000000;
}


.highlight
{
	color: #231f20;
	background-color: #fcbe00;
}

.photothumb
{
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}

.photoframe {
	width: 101%;
}
.photothumbslideshow {
	margin-left: -15px;
}
.photothumbslideshow a {
	cursor: url(image/web/zoom.cur);
}

.footermenu
{
	color: #FFFFFF;
}

.fp .printable a
{
	color: #ffffff;
}

.productfotobg
{
	background-color: #dddddd;
}


.videoitem {
	background-position: center;
	background-repeat: repeat;
	width: 160px;
	height: 230px;
}


.offerte
{
	color: #fcbe00;
	font-weight:bold;
}

.offerte:hover
{
	color: #008b96;
}

.footer {
	height: 50px;
	line-height: 50px;
	padding: 0px 30px 0px 20px;
	color: #008da1;
	font-size: 11px;
	background-image: url("../image/web/footer_bg.gif");
	background-position: top;
	background-repeat: no-repeat;
}
.footer * {
	line-height: 50px;
	color: #008da1;
	font-size: 11px;
}
.footer a {
	line-height: 50px;
	color: #FFFFFF;
	margin: 0px 15px 0px 15px;
}
.content {
	margin: 30px 30px 30px 15px;
}


.productmenubg {
	background-image: url("../image/web/productmenu_bg.gif");
	background-repeat: repeat-y;
	background-position: left;
}

.newslatest {
	background-color: #e5f0f1;
	padding: 8px 10px 8px 10px;
	cursor: pointer;
	margin-bottom: 8px;
	position: relative;
}
.newslatest font {
	font-size: 10px;
	position: absolute;
	top: 8px;
	left: 10px;
	line-height: 20px;
}
.newslatest p {
	padding-left: 55px;
}
.newslatest a {
	margin: -3px 0px 0px 55px;
}
.newsitem {
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	position: relative;
}
.newsitem font {
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 10px;
	line-height: 20px;
}
.newsitem a {
	margin: -3px 0px 0px 55px;
}

.sitetitle {
	position: absolute;
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
}
.sitetitlewrapper {
	margin: 60px 0px 0px 30px;
	position: absolute;
	width: 740px;
	display: block;
}
.pagetitle {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.header {
	height: 235px;
	overflow: hidden;
	height: 140px;
}
.header img {
	margin-top: -105px;
	width: 770px;
	height: 570px;
}
.header_top img {
	margin-top: 0px;
}
.header_topmid img {
	margin-top: -105px;
}
.header_mid img {
	margin-top: -215px;
}
.header_midbot img {
	margin-top: -325px;
}
.header_bot img {
	margin-top: -430px;
}
.header img.header_noalign {
	margin-top: 0px;
}


.flags a {
	color: #ffffff;
}
.flags a:hover {
	color: #fcbe00;
}
.flags a.selected {
	color: #fcbe00;
}
.pagelangmenu {
	margin-top: 2px;
}
.pagelangmenu a {
	line-height: 27px;
	display: block;
	color: #ffffff;
	padding-left: 37px;
	border-top: 1px solid #005966;
	margin-top: -1px;
}
.pagelangmenu a:hover {
	background-color: #005966;
}

#icon_mail {
	background-image: url(../image/web/icon/mail.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#icon_speech {
	background-image: url(../image/web/icon/speech.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#icon_phone {
	background-image: url(../image/web/icon/phone.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#icon_next {
	background-image: url(../image/web/icon/next.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.projectitem {
	position: relative;
	height: 96px;
	background-color: #e5f0f1;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 8px;
}
.projectitemimage {
	width: 86px;
	height: 86px;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #FFFFFF;
}
.projectitemimage img {
	margin: 3px;
}
.projectitemcontent {
	padding: 10px 10px 10px 100px;
}

.casetable td {
	padding-left: 15px;
	background-image: url(../image/web/casetabletd_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}


@media Print
{
	body
	{
		visibility: hidden;
	}
	
	.printable
	{
		 visibility: visible;
		 position: absolute;
		 top: 0px;
		 left: 0px;
	}	
}
