html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
}
a { text-decoration: underline; }
a:hover { text-decoration: none; }
/* Pageload bar */
#loading-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 10000;
	background: gray url(../i/wait.gif) no-repeat 50% 50%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	top: 0;
	left: 0;
}
/* Wrapper */
div#wrap {
	position: relative;
	overflow: visible;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 990px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/* Heading */
h2 { color: #214B86; }
h3 {
	font-size: 12pt;
	color: #55626a;
	height: 30px;
	padding-top: 6px;
	font-family: tahoma;
	padding-left: 28px;
	text-transform: uppercase;
	font-weight: bolder;
	background: url(../i/h3_bg.gif) no-repeat 0 0;
}
/* Header */
div#header {
	overflow: hidden;
	height: 347px;
	width: 100%;
	background: url(../i/header_bg.jpg) no-repeat 74px 114px;
}
html > body div#wrap { height: auto; }
div#logo {
	margin: 0 auto auto 37px;
	width: 200px;
	height: 150px;
	text-align: center;
	float: left;
}
div#header div#logo img { padding-top: 14px; }
/* Above */
div#above { height: 150px; }
/* Menu */
div#header div#menu {
	min-width: 650px;
	float: left;
	margin: 31px auto auto 85px;
}
div#menu div.row {
	width: 100%;
	overflow: visible;
	margin-bottom: 35px;
}
div#menu div.menu {
	min-width: 15%;
	float: left;
	background: url(../i/menu_bg.gif) no-repeat 12px 50%;
	margin-right: 10px;
	border-left: 1px solid #cbcbcb;
	padding-left: 28px;
	height: 15px;
	padding-top: 7px;
}
div#header div#menu div.active {
	background-color: #214b86;
	background-image: url(../i/menu_bg_active.gif);
	position: relative;
	top: -3px;
	height: 18px;
}
div#header div#menu div.menu a {
	font-size: 8pt;
	color: #0678b4;
	font-family: tahoma;
	text-transform: uppercase;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 11px;
	text-decoration: underline;
	position: relative;
	top: -2px;
	left: -2px;
}
div#header div#menu div.active a {
	color: #fff;
	text-decoration: none;
	top: 0px;
}
div#header div#menu div.menu a:hover { text-decoration: none; }
/* Services block */
div#header div#services {
	display: block;
	width: 300px;
	height: 100px;
	margin-left: 25px;
	position: relative;
	top: -8px;
}
div#header div#services ul {
	margin-left: 34px;
	margin-top: 27px;
}
div#header div#services ul li {
	font-size: 10pt;
	background: url(../i/services_list_bg.jpg) no-repeat 0 5px;
	margin-bottom: 18px;
	padding-left: 20px;
}
div#header div#services ul li a { color: #0678b4; }
div#header div#services ul li a:hover { text-decoration: none; }
/* Kalkuljator */
body#kalkuljator div#content { margin-right: 15px; }
a.calc-button {
	display: block;
	background: transparent url(../i/calc.gif) no-repeat 0 3px;
	height: 12px;
	padding-left: 20px;
	padding-bottom: 3px;
	color: #0678B4;
}
/* Slogan */
div#slogan {
	margin: -32px 0 17px 499px;
	height: 50px;
	width: auto;
	font-weight: bold;
	background: url(../i/slogan_bg.jpg) no-repeat 0 4px;
	padding-left: 18px;
}
div#slogan ul {
	display: block;
	list-style-type: none;
	width: auto;
}
div#slogan ul li {
	display: inline;
	font-size: 9pt;
	font-family: arial;
	list-style: none;
	padding-right: 20px;
	margin-right: 5px;
	background: url(../i/slogan_arrow.jpg) no-repeat 100% 6px;
	color: #55626a;
}
div#slogan ul li.last {
	background: none;
	padding: 0;
}
/* Banners */
div#banners {
	margin-left: 25px;
	display: block;
	float: left;
}
div#banners div.banner { margin-bottom: 20px; }
/* Contacts */
div#contacts {
	float: right;
	width: 160px;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 5px;
}
div#contacts h4 {
	color: #55626a;
	font-family: system;
	font-size: 10pt;
	text-transform: lowercase;
}
div#contacts small, div#contacts address a {
	color: #0678b4;
	font-family: arial;
	font-size: 18pt;
	white-space: nowrap;
}
div#contacts small b {
	font-weight: normal;
	display: block;
	margin: 10px 0;
}
div#contacts address {
	font-style: normal;
	background: url(../i/email.gif) no-repeat 0 1px;
	padding-left: 16px;
}
div#contacts address a { font-size: 8pt; }
/* Container */
div#content {
	margin-left: 312px;
	width: auto;
	margin-right: 225px;
	height: 100%;
	margin-bottom: 70px;
	font-size: 8pt;
}
div#content h3 {
	left: -1px;
	margin-bottom: 8px;
	position: relative;
	top: -1px;
}
div#content p {
	line-height: 17px;
	margin-bottom: 0.7em;
	text-align: justify;
}
div#content img.styled {
	float: left;
	margin-right: 15px;
	border: 2px solid #dedede;
	padding: 4px;
}
div#content ul, div#content ol {
	margin: 15px auto auto 10px;
	color: #214b86;
}
div#content ol { margin-left: 20px; }
div#content ul li, div#content ol li, div#content ol li ul li {
	line-height: 17px;
	position: relative;
	margin-bottom: 10px;
	background: url(../i/li_bg.jpg) no-repeat 0 8px;
	padding-left: 30px;
}
div#content ol { list-style: decimal; }
div#content ol li {
	padding-left: 3px;
	background: none;
}
div#content div#attachments {
	display: block;
	margin: 10px auto 20px 10px;
}
div#content div#attachments div.document {
	line-height: 30px;
	padding-left: 27px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
div#content div#attachments div.document a {
	color: #214b86;
	position: relative;
	top: -1px;
}
div#content div#attachments div.document a:hover { text-decoration: none; }
div#content div#attachments div.document span {
	color: #a7a7a7;
	display: inline;
	position: relative;
	top: 1px;
	left: 3px;
	font-size: 9pt;
}
div#content div#attachments div.doc { background-image: url(../i/doc.jpg); }
div#content div#attachments div.psd { background-image: url(../i/psd.jpg); }
/* Tables */
table.styled {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.styled tr td {
	font-size: 7pt;
	padding-left: 15px;
	height: 35px;
	color: #727272;
	border-right: 1px solid #dedede;
}
table.styled tr td { overflow: visible; }
table.styled tr td a {
	color: #0678b4;
	text-decoration: underline;
}
table.styled tr td a:hover { text-decoration: none; }
table.styled tr td a.calc-button { background-position: 0 0; }
table.styled tr.heading {}
table.styled tr td h2 {
	font-size: 7pt;
	color: #727272 !important;
	padding-left: 20px;
	font-weight: normal;
	font-family: tahoma;
	background: url(../i/styled_td_h2_bg.gif) no-repeat 0 50%;
}
table.styled tr.heading td {
	height: 39px;
	font-size: 8pt;
	padding-bottom: 2px;
	color: #727272;
	font-weight: bold;
	text-align: center;
	padding-left: 0 !important;
	background: #f3f3f3 url(../i/head_td_bg.jpg) repeat-x 0 100%;
	border-right: 3px solid #fff;
	width: auto;
}
table.styled tr td.last { border: none; }
table.styled tr.odd { background-color: #fff; }
table.styled tr.even { background-color: #f9f9f9; }
table.kalkuljator tbody td {
	text-align: right;
	padding-right: 10px;
}
table.kalkuljator tr.heading td { max-width: 170px; }
table.styled tr.footer td {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0;
}
table.short-graph { width: 100%; }
table.short-graph td { padding: 5px 3px; }
/* Services list */
div#services-list {
	display: block;
	overflow: visible;
}
/* Single service */
div#services-list div.single-service {
	display: block;
	clear: left;
	height: auto;
	min-height: 150px;
	padding-bottom: 40px;
}
div#services-list div.single-service div.photo {
	border: 4px solid #e2e2e2;
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
}
div#services-list div.single-service div.text {
	display: block;
	margin-left: 170px;
}
div#services-list div.single-service div.text h2 {
	color: #0678b4;
	background: url(../i/h2_bg.gif) no-repeat 0 3px;
	padding-left: 15px;
	margin-bottom: 17px;
	font-size: 10pt;
}
/* Footer */
div#footer {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
div#footer div#copyrights {
	display: block;
	z-index: 2;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #0678b4;
	height: 96px;
}
div#footer div#copyrights span {
	color: white;
	display: block;
	font-family: tahoma;
	line-height: 15px;
	padding: 35px 0 0 53px;
}
div#footer div#partners-block {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #f7f7f7;
	height: 239px;
	width: 69%;
	float: right;
	z-index: 1;
	overflow: hidden;
}
div#footer div#partners-block h3 {
	margin-left: 136px;
	margin-top: 11px;
	padding-bottom: 2px;
}
div#footer div#partners-list {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 577px;
	z-index: 3;
}
div#footer div#partners-list ul {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	height: 190px;
}
div#footer div#partners-list ul li {
	display: inline;
	float: left;
	max-width: 220px;
	min-width: 185px;
	width: 33%;
	height: 100%;
	border-right: 1px solid #f1f1f1;
	text-align: center;
	padding: 50px 0 0 0;
	margin: 0;
}
div#footer div#partners-list ul li.last { border: none; }
/* Sitemap */
div#content div#sitemap {
	font-size: 100%;
	display: block;
	margin: 10px 0 15px 13px;
}
div#content div#sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#content div#sitemap ul ul {
	width: auto;
	margin: -5px 0 5px;
	padding: 0 0 0 1.9em;
	list-style: none;
}
div#content div#sitemap li {
	margin: -0.5em 0 -0.85em 0;
	padding: 6px 0;
	background: none;
}
div#content div#sitemap li li {
	margin: -0.5em 0 -0.85em 0.5em;
	padding: 6px 0;
}
div#content div#sitemap li.close ul { display: none; }
div#content div#sitemap div.text {
	position: relative;
	top: -17px;
	left: 22px;
	margin: 0;
}
div#content div#sitemap div.section, div.page {
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
div#content div#sitemap div.section {
	cursor: pointer;
	background-image: url(../i/open.gif);
}
div#content div#sitemap li.close div.section { background-image: url(../i/close.gif); }
div#content div#sitemap div.page { background-image: url(../i/page.gif); }
div#content div#sitemap a {
	text-decoration: none;
	color: #0678b4;
	font-size: 1.1em;
}
/* Forms */
div#form div.form-row, div#form div.buttons {
	width: 96.6%;
	overflow: hidden;
	margin: 0px auto 12px auto;
	color: #7b7b7b;
}
div#form div.buttons { text-align: center; }
div#form div.label {
	width: 50%;
	float: left;
	margin: 5px 11px 0px 0px;
	text-align: right;
}
div#form div.field {
	width: 45%;
	float: left;
}
div#form div.field input, div#form div.field select {
	border: #d1d1d1 solid 1px;
	padding: 4px 4px 3px 4px;
	color: #7b7b7b;
	width: 100%;
}
div#form span.required {
	color: red;
	padding-right: 3px;
	cursor: help;
}
