/**
 * C o l o u r s
 *	
 *	
 */

* { margin:0; padding:0; }
.clear { clear:both; }

html { overflow-y: scroll; height: 100%; }
body { font-family: Arial; font-size: 13px; height: 100%; min-height: 100%; background-color: #f6f6f7; /*background: #f6f6f7 url(images/layout/bg.png) repeat-y center top;*/ }
a { color: #00468c; }
a:hover, a:focus { color: #000; }
a img { border: 0; }
h1, h2, h3 { color: #0f2a60; }
h1 {
	line-height: 20px;
	font-size: 23px;
	font-family: 'Myriad pro', Arial, sans-serif;
	text-shadow: 0 0 1px #fff;
	margin-bottom: 10px;
}
ul, ol, table, p { margin: 10px 0; line-height: 17px; }
ul { padding-left: 19px; list-style-image: url(images/layout/bullet.png); }
h3 + ul, h1 + p { margin-top: 3px; }
table { border-collapse: collapse; }
tr > * { padding: 3px 6px; border: solid 1px #ccc; }
table[border="0"] tr > * { border: 0; }

ul.menu { margin: 0; padding: 0; }
ul.menu li { list-style: none; }
ul.menu a { text-decoration: none; }

#wrapper {
	width: 994px;
	margin: 0 auto;
	min-height: 100%;
	background-color: #fff;
	border: solid 1px #a9aaad;
	border-width: 0 1px;
	box-shadow: 0 0 25px #bbb;
}

#header {
	height: 112px;
	border-bottom: solid 1px #e6e9ee;
	position: relative;
}
#logo {
	padding: 10px 0 0 10px;
	float: left;
}
#menu {
	position: absolute;
	top: 50px;
	left: 188px;
}
#menu li {
	display: inline;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
}
#menu li a.active {
	color: #000;
}
#service {
	position: absolute;
	top: 10px;
	right: 10px;
}
#service li {
	display: inline;
	font-size: 11px;
	padding: 0 3px;
}
#search {
	width: 229px;
	height: 34px;
	position: absolute;
	right: 40px;
	bottom: -18px;
	background: url(images/layout/search.png) no-repeat 0 0;
}
#search input {
	border: 0;
	background: transparent;
	padding: 4px 2px;
	position: absolute;
	top: 4px;
	height: 17px;
	line-height: 17px;
	left: 16px;
	width: 161px;
	display: block;
}
#search input.submit {
	left: auto;
	right: 6px;
	width: 40px;
	padding: 0;
	height: 25px;
	text-indent: -9999px;
	color: transparent;
	cursor: pointer;
}

#breadcrumbs {
	padding: 20px 35px;
}
#breadcrumbs li {
	display: inline;
	padding: 0 15px 0 0;
	background: url(images/layout/arrow-yellow.png) no-repeat right center;
	margin: 0 2px 0 0;
	font-size: 11px;
}
body.front #breadcrumbs li {
	background: none;
}
#breadcrumbs a {
	text-decoration: underline;
}
#breadcrumbs li.active a {
	text-decoration: none;
}

.page {
	padding-bottom: 20px;
}
body.front #page {
	padding-bottom: 0;
}

#left {
	padding-left: 35px;
	width: 165px;
	float: left;
	display: none;
}
body.with-left #left {
	display: block;
}
#left ul.menu {
	padding-top: 1px;
}
#left ul.menu li {
	font-size: 11px;
	margin-top: -1px;
	list-style: none;
	list-style-image: none;
}
#left ul.menu a {
	position: relative;
	display: block;
	color: #0f2a60;
	padding: 5px 0 5px 15px;
	border: solid 1px #bfccd9;
	border-width: 1px 0;
}
#left ul.menu a:hover,
#left ul.menu a:focus {
	z-index: 2;
	border-color: #888;
}
#left ul.menu a.active {
	font-weight: bold;
	background: url(images/layout/arrow-yellow.png) no-repeat left center;
}

#content {
	float: left;
	width: 689px;
	margin: 0 10px 0 35px;
	min-height: 100px;
}
body.with-left #content {
	width: 489px;
}
body.front #content {
	width: 724px;
	margin-left: 0;
	height: 412px;
}

#right {
	float: left;
	width: 260px;
	background: #e5eff9;
	min-height: 412px;
	position: relative;
}
#right > div > * {
	margin: 0 25px 0 15px;
}
#right h2 {
	line-height: 24px;
	padding: 8px 0;
	font-size: 17px;
	font-family: 'Myriad pro', Arial, sans-serif;
	font-weight: normal;
	background: url(images/layout/hr-blue.png) repeat-x left bottom;
	margin-bottom: 6px;
}
#right .testimonial h3 {
	font-size: 11px;
	margin-top: 4px;
}
#right .text {
	padding-bottom: 32px;
}
#right .testimonial p,
#right .testimonial h3 {
	font-size: 11px;
	line-height: 19px;
	color: #003366;
}
.testimonial p {
	margin: 0;
}
.testimonial img {
	display: block;
	width: 220px;
}
.testimonial .text p:first-child {
	margin-top: 6px;
}
#right .testimonial .more {
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	line-height: 17px;
	font-size: 11px;
}
#right .testimonial .more a {
	display: block;
	padding-left: 48px;
	background: url(images/layout/arrow-blue.png) no-repeat left center;
	color: #005baa;
}

.page .left {
	float: left;
	width: 220px;
	text-align: center;
	padding-top: 30px;
}
.page .content {
	float: left;
	width: 494px;
}
.page .content h1,
.rechts h2 {
	line-height: 50px;
	border-bottom: solid 1px #bfccd9;
	margin-bottom: 6px;
	font-family: 'Myriad pro', Arial, sans-serif;
	text-shadow: 0 0 1px white;
	font-size: 23px;
}
.more a {
	display: inline-block;
	text-decoration: none;
	font-size: 11px;
	padding-right: 11px;
	background: url(images/layout/arrow-yellow.png) no-repeat right center;
}

.rechts {
	float: left;
	width: 230px;
	margin-left: 35px;
}
a > span.pdf {
	display: inline-block;
	background: url(/images/layout/pdf.png) no-repeat left center;
	line-height: 26px;
	padding-left: 24px;
}


/* clearfixes */
.page:after,
.clearfix:after {
	content: "\x0020";
	display: block;
	clear: both;
	visibility: hidden;
	height:0;
}
.page,
.clearfix {
	*display: inline-block;
}

