html, body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	}

body {
	background: url('/gfx/default/images/layout/bg_body.gif');
	}


/**
 * wrap div
 */
#wrap {
	width: 950px;
	margin: 0 auto;
	}


/**
 * language selector
 */
#language_selector {
	height: 76px;
	text-align: right;
	}

#language_selector ul {
	margin: 45px 0 0 0;
	padding: 0;
	float: right;
	}

#language_selector ul li {
	list-style: none;
	display: inline;
	background: url('/gfx/default/images/layout/language_divider.gif') 0 3px no-repeat;
	padding-left: 6px;
	}

#language_selector ul li.first { background-image: none; }

#language_selector ul li a {
	font-size: 11px;
	color: #1695a3;
	text-transform: uppercase;
	text-decoration: none;
	}

#language_selector ul li a:hover, #language_selector ul li a.selected { color: #fff; }


/**
 * header
 */
#header {
	position: relative;
	width: 950px;
	height: 176px;
	background: url('/gfx/default/images/layout/bg_header.jpg') 0 0 no-repeat #fff;
	}

#header a {
	display: block;
	width: 220px;
	height: 100px;
	position: absolute;
	top: 45px;
	left: 690px;
	text-decoration: none;
	background: url('/gfx/default/images/layout/logo.jpg') 1px 1px no-repeat;
	}

#header p {
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 176px;
	color: #acf0f2;
	font-size: 1.05em;
	}


/**
 * main menu
 */
#menu {
	height: 44px;
	padding: 1px 0 1px 9px;
	background: #fff;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}

#menu ul li {
	float: left;
	list-style: none;
	}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	display: block;
	width: 116px;
	height: 44px;
	line-height: 44px;
	background: url('/gfx/default/images/layout/bg_menu.gif') 0 0 no-repeat;
	text-align: center;
	}

#menu ul li a:hover{
	text-decoration: underline;
	}

#menu ul li a.selected {
	background: url('/gfx/default/images/layout/bg_menu_hover.gif') 0 0 no-repeat;
	}

#menu ul li.menu_first a {
	display: block;
	width: 118px;
	height: 44px;
	line-height: 44px;
	background: url('/gfx/default/images/layout/bg_menu_first.gif') 0 0 no-repeat;
	text-align: center;
	}

#menu ul li.menu_first a:hover {
	text-decoration: underline;
	}

#menu ul li.menu_first a.selected {
	background: url('/gfx/default/images/layout/bg_menu_first_hover.gif') 0 0 no-repeat;
	}

#menu ul li.menu_last a {
	display: block;
	width: 117px;
	height: 44px;
	line-height: 44px;
	background: url('/gfx/default/images/layout/bg_menu_last.gif') 0 0 no-repeat;
	text-align: center;
	}

#menu ul li.menu_last a:hover {
	text-decoration: underline;
	}

#menu ul li.menu_last a.selected {
	background: url('/gfx/default/images/layout/bg_menu_last_hover.gif') 0 0 no-repeat;
	}


/**
 * content and columns
 */
#content {
	padding: 8px 10px 12px 9px;
	background: url('/gfx/default/images/layout/bg_content.gif') left bottom no-repeat #fff;
	font-family: arial, verdana, sans-serif;
	}

#column_left, .column_left {
	float: left;
	width: 563px;
	margin: 14px 0 0 19px;
	}

#column_right, .column_right {
	float: right;
	width: 302px;
	margin: 14px 19px 0 0;
	}


/**
 * footer with some logos
 */
#footer {
	position: relative;
	height: 110px;
	}

#footer p {
	float: right;
	margin: 0;
	padding: 8px;
	font-size: 0.55em;
	color: #1695a3;
	}

#footer p a {
	color: #1695a3;
	}

#footer p a:hover {
	color: #fff;
	}


/**
 * logos in footer
 */
#logo_kdp {
	position: absolute;
	top: 12px;
	left: 0;
	}

#logo_gtn {
	position: absolute;
	top: 37px;
	left: 102px;
	}


/**
 * gallery
 */
.gallery_images {
	float: left;
	width: 548px;
	margin-left: 18px;
	padding: 8px;
	}

.gallery_image {
	float: left;
	display: block;
	width: 145px;
	height: 145px;
	overflow: hidden;
	margin: 18px;
	}

.gallery_preview_odd {
	float: left;
	}

.gallery_preview_even {
	float: right;
	}

.gallery_imglink {
	clear: both;
	}


/**
 * html elements
 */
img {
	border: none;
	}

#content p, #content li {
	margin: 0;
	padding: 8px 0;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #0b253c;
	}

#content p {
	text-align: justify;
	}

#content ul {
	margin: 0;
	}

#content ul li {
	list-style: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	}

h2 {
	margin: 0;
	padding: 0 0 14px 0;
	font-size: 1.2em;
	color: #1695a3;
	}

h3 {
	margin: 0 10px;
	padding: 22px 17px;
	background: url('/gfx/default/images/layout/box_arrows.gif') left center no-repeat;
	font-size: 0.95em;
	color: #0b253c;
	}

h4 {
	margin: 0 10px;
	padding: 22px 17px;
	font-size: 0.95em;
	color: #0b253c;
	}

a {
	color: #9ac000;
	}

a:hover {
	color: #000;
	}

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

input, select, textarea {
	font-family: arial, sans-serif;
	color: #0b253c;
	font-size: 0.7em;
	}


/**
 * classes
 */
.ruler {
	clear: both;
	height: 20px;
	}

.clearboth {
	clear: both;
	font-size: 0px !important;
	}

.floatleft {
	float: left;
	}

.textright {
	text-align: right !important;
	}

.check {
	float: left;
	width: 250px;
	margin: 0;
	padding: 5px 0 0 50px !important;
	background: url('/gfx/default/images/layout/check.gif') 10px 5px no-repeat;
	}

.box_darkblue {
	background: url('/gfx/default/images/layout/box_darkblue_top.gif') 0 0 no-repeat #1695a3;
	}

.box_darkblue p, .box_darkblue ul {
	padding: 0 27px 27px 27px !important;
	background: url('/gfx/default/images/layout/box_darkblue_bottom.gif') bottom left no-repeat #1695a3;
	}

.box_lightblue {
	background: url('/gfx/default/images/layout/box_lightblue_top.gif') 0 0 no-repeat #acf0f2;
	}

.box_lightblue p, .box_lightblue ul {
	padding: 0 27px 27px 27px !important;
	background: url('/gfx/default/images/layout/box_lightblue_bottom.gif') bottom left no-repeat #acf0f2;
	}

.box_darkgreen {
	background: url('/gfx/default/images/layout/box_darkgreen_top.gif') 0 0 no-repeat #bfdb95;
	}

.box_darkgreen p, .box_darkgreen ul {
	padding: 0 27px 27px 27px !important;
	background: url('/gfx/default/images/layout/box_darkgreen_bottom.gif') bottom left no-repeat #bfdb95;
	}

.box_lightgreen {
	background: url('/gfx/default/images/layout/box_lightgreen_top.gif') 0 0 no-repeat #e2f4c8;
	}

.box_lightgreen p, .box_lightgreen ul {
	padding: 0 27px 27px 27px !important;
	background: url('/gfx/default/images/layout/box_lightgreen_bottom.gif') bottom left no-repeat #e2f4c8;
	}

.ivp {
	padding: 100px 0 0 160px !important;
	}

.txt, .txtarea {
	width: 200px;
	margin: 0;
	padding: 3px;
	border: 1px #96e5e7 solid;
	background-color: #fff;
	color: #0b253c;
	}

.txtarea {
	height: 100px;
	}

.txt:focus, .txtarea:focus {
	border-color: #1695a3;
	}

.bl {
	float: left;
	width: 140px;
	margin-right: 10px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 2.1em;
	}

.pointer {
	cursor: pointer;
	}

.links li {
	list-style: none !important;
	padding-left: 20px !important;
	margin-bottom: 8px !important;
	}

.links li.pdf {
	background: url('/gfx/default/images/layout/pdf.gif') left center no-repeat;
	}

.links li.jpg {
	background: url('/gfx/default/images/layout/jpg.gif') left center no-repeat;
	}

.links li a {
	color: #000;
	text-decoration: none;
	}

.links li a:hover {
	text-decoration: underline;
	}


/**
 * photo on home page
 */
.acta_team {
	position: relative;
	}

.acta_team a.contact {
	display: block;
	width: 212px;
	height: 48px;
	position: absolute;
	top: 285px;
	left: 698px;
	}

.acta_team a.pricelist {
	display: block;
	width: 212px;
	height: 48px;
	position: absolute;
	top: 351px;
	left: 698px;
	}


/**
 * pricelist
 */
.pricelist {
	background: url('/gfx/default/images/layout/box_lightblue_top.gif') 0 0 no-repeat #acf0f2;
	}

.pricelist td {
	padding: 3px 10px 3px 20px;
	text-align: left;
	width: 50%;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #0b253c;
	text-align: justify;
	}

.pricelist td.light { background-color: #c9f5f7; }
.pricelist td.lighter { background-color: #e1fafb; }
.pricelist td.heading { padding-left: 0; }
.pricelist td.spacer { font-size: 0px !important; height: 24px; }

.pricelist td.heading h3 {
	margin: 16px 10px 8px 10px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.25em;
	}

.pricelist_foot {
	background: url('/gfx/default/images/layout/box_lightblue_bottom.gif') bottom left no-repeat #acf0f2;
	font-size: 0px !important;
	height: 50px;
	}

.pricelist em {
	font-size: 0.9em;
	}


/**
 * contact card
 */
.ccard { 
	position: relative;
	background: url('/gfx/default/images/layout/box_darkblue_top.gif') 0 0 no-repeat #1695a3;
	}

.ccard p { padding: 0 27px 27px 27px !important; }
.ccard p.bottom { background: url('/gfx/default/images/layout/box_darkblue_bottom.gif') bottom left no-repeat #1695a3; }

.ccard img {
	position: absolute;
	top: 77px;
	left: 387px;
	}


/**
 * contact form
 */
.contact_form {
	position: relative;
	background: url('/gfx/default/images/layout/box_lightblue_top.gif') 0 0 no-repeat #acf0f2;
	margin-top: 10px;
	padding-top: 12px;
	}

.contact_form fieldset {
	background: url('/gfx/default/images/layout/box_lightblue_bottom.gif') bottom left no-repeat #acf0f2;
	padding: 10px 22px 22px 22px;
	}

.contact_form select {
	width: 208px;
	}

.contact_form input.submit {
	position: absolute;
	top: 426px;
	left: 400px;
	width: 140px;
	height: 40px;
	border: none;
	background: url('/gfx/default/images/send_form.jpg') 0 0 no-repeat;
	cursor: pointer;
	}

.error { color: #f00 !important; }
.ok {
	font-size: 1em !important;
	color: #1695a3 !important;
	margin-top: 15px !important;
	}


/**
 * references
 */
.ref td {
	vertical-align: top;
	padding: 4px 16px;
	font-size: 0.7em;
	}

.ref tr.line td {
	border-top: 1px #b3bdc6 solid;
	}

.ref td.name {
	font-weight: bold;
	}

