/*********************************************
 * Start CSS reset
 *********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************************
 * End CSS reset
 *********************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.contentPage .col2 ul{
	list-style: disc outside;
}
.contentPage .col2 ul li{
	margin-left: 20px;
}
.contentPage .col2 ol{
	list-style: decimal outside;
}
.contentPage .col2 ol li{
	margin-left: 30px;
}

body, html {
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, td, th, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

body{
/*	background: #fff url(../img/bg_site2.png) repeat-x top center; */
	text-align: center;
	min-height: 100%;
	position: relative;
}

body{
	background: none;
}
body #bodyBackground{
	background: #fff url(../img/bg_site2.png) repeat-x top center;
	position: absolute;
	width: 100%;
	height: 450px;
	min-width: 983px;
	left: 0px;
	top: 0px;
}
.siteContainer{
	width: 950px;
	width: 968px;
	margin: 0 auto;
	text-align: left;
}

#header{
	height: 124px;
	position: relative;
	background-color: #fff;
	z-index: 100;
	width: 968px;
	overflow: hidden;
}
#header .logo{
	position: absolute;
	left: 22px;
	bottom: 22px;
}
#header .logo a{
/*
	display: block;
	width: 158px;
	height: 60px;
	background: url(../img/logo_marktlink.png) no-repeat left top;
*/
}
#header .tagline{
	position: absolute;
	left: 240px;
	bottom: 22px;
	width: 500px;
	font-size: 14px;
	line-height: 131%;
	color: #003e7e;
}
#header .supermenu{
	position: absolute;
	right: 14px;
	top: 19px;
	color: #333;
}
#header .supermenu ul li{
	float: left;
	padding: 0 7px;
	background: url(../img/bg_delimiter.png) no-repeat top right;
}
#header .supermenu ul li.last{
	border: none;
	padding-right: 0;
	background: none;
}
#header .supermenu ul li.rss a{
	display: block;
	padding-left: 22px;
	padding-top: 4px;
	margin-top: -4px;
	background: url(../img/logo_rss.png) no-repeat left top;
}
#header .supermenu ul li.language a{
	display: block;
	padding-left: 24px;
	padding-top: 5px;
	margin-top: -5px;
	background: url(../img/world.png) no-repeat left top;
}
#header .supermenu ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	float: left;
	height: 17px;
}
#header .supermenu ul li a:hover{
	color: #003e7e;
	text-decoration: underline;
}
#header #searchBox{
	position: absolute;
	right: 14px;
	top: 55px;
	width: 181px;
}
#searchBox button{
	float: right;
	width: 46px;
}
#searchBox input{
	float: left;
	margin-right: 2px;
	height: 16px;
	width: 124px;
	padding: 2px 2px 0;
}

#menu{
	position: relative;
	height: 46px;
	font-size: 17px;
	line-height: 120%;
	color: #003e7e; 
	margin-top: -6px;
	margin-left: 9px;
	z-index: 100;
}
#menu ul li{
	float: left;
	border-right: 1px dotted #6d708c;
	padding: 0;
	margin-top: 13px;
}
#menu ul .first{
	border-left: 1px dotted #6d708c;
}
#menu ul li a{
	color: #003e7e;
	text-decoration: none;
	display: block;
	padding: 2px 20px;
	float: left;
}
#menu ul .active{
	height: 44px;
}
#menu ul .active{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0px none;
	padding: 1px 1px 0;
	margin-top: 0px;
	margin-left: -1px;
}
#menu ul .first.active{
	margin-left: 0;
}
#menu ul .active a{
	display: block;
	color: #fff;
	background: url(../img/bg_menutab2.png) repeat-x top left;
	padding: 13px 19px 0px 19px;
	height: 31px; 
	zoom: 1;
}

#backgroundBlueBar{
	position: absolute;
	width: 100%;
	min-width: 968px;
	height: 285px;
	background: url(../img/bg_bluebar.png) no-repeat top left;
	left: 0px;
}
#blueBar{
	height: 45px;
}
#tests #blueBar,
#home #blueBar{
	height: 336px;
	position: relative;
}
#tests #blueBar #flashContainer,
#home #blueBar #flashContainer{
	margin: 0px auto;
	width: 962px;
	height: 650px;	
	position: absolute;
	top: -145px;
}
#tests #blueBar #flashcontent ,
#home #blueBar #flashcontent {
	margin: 0px auto;
	height: 350px;
	width: 800px;
	margin-top:145px;
}
#blueBar .contactBox {
	display: none;
}
#home #blueBar .contactBox {
	position: absolute;
	left: 628px;
	top: 58px;
	width: 240px;
	color: #fff;
	font-size: 18px;
	line-height: 150%;
	display: block;
}
#home #blueBar .contactBox small{
	font-size: 14px;
	line-height: 130% !important;
}
#home #blueBar .contactBox a{
	color: #fff;
}
#home #blueBar .contactBox a.orangeButton{
	margin: 10px 0 5px;
}

#flashcontent .card{
	width: 499px;
	height: 251px;
	background: url(../img/card_bg.png) no-repeat left top;
	position: absolute;
	top: 165px;
}
#flashcontent .card .image{
	width: 468px;
	height: 221px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 15px;
}
#flashcontent .card .image .tl{
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0px;
	left: 0px;
	background: url(../img/rr_tl.png) no-repeat left top;
	z-index: 100;
}
#flashcontent .card .image .tr{
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0px;
	right: 0px;
	background: url(../img/rr_tr.png) no-repeat right top;
	z-index: 100;
}
#flashcontent .card .image .bl{
	position: absolute;
	width: 8px;
	height: 8px;
	bottom: 0px;
	left: 0px;
	background: url(../img/rr_bl.png) no-repeat left bottom;
	z-index: 100;
}
#flashcontent .card .image .br{
	position: absolute;
	width: 8px;
	height: 8px;
	bottom: 0px;
	right: 0px;
	background: url(../img/rr_br.png) no-repeat right bottom;
	z-index: 100;
}
#flashcontent .card .info{
	background: url(../img/card_infobox.png) no-repeat top left;
	width: 224px;
	height: 219px;
	position: absolute;
	z-index: 1000;
	right: 16px;
	top: 16px;
	font-family: "Trebuchet MS"; 
	font-size: 15px !important;
	color: #333;
}
#flashcontent .card .info .padding{
	padding: 10px;
}
#flashcontent .card .info h2{
	font-size: 18px;
	font-weight: normal;
	color: #473700;
	margin-bottom: 5px;
}
#flashcontent .card .info .links{
	position: absolute;
	bottom: 10px;
}
#flashcontent .card .info .links a{
	padding-left: 12px;
	padding-bottom: 5px;
	background: url(../img/arrow_right_green.png) no-repeat left 5px;
	color: #003e7e;
	line-height: 130%;
	font-size: 12px !important;
	text-decoration: none;
}
#flashcontent .card .info .links a:hover{
	color: #d85000;
}

#contentContainer{
	background: url(../img/bg_content_top.png) no-repeat left top;
	padding: 12px 0 0 0;
	position: relative;
	overflow: visible;
}
#content{
	padding: 0 14px 50px;
	background-color: #fff;
}
#contentContainer #content{
	padding: 23px 14px 50px;
	min-height: 250px;
}
#contentContainer .shadow{
	position: absolute;
/*
	width: 97px;
	height: 284px;
	background: url(../img/content_shadow.png) no-repeat left bottom;
*/
	width: 29px;
	height: 169px;
	background: url(../img/bg_shadow.png) no-repeat center bottom;
	z-index: -10;
}
#contentContainer .shadow.left{
/*
	left: -27px;
	top: 12px;
*/
	left: -7px;
	top: 150px;
}
#contentContainer .shadow.right{
	right: -7px;
	top: 150px;
}

#footer{
/*	background-color: #ebebe4; */
	background: url(../img/bg_footer_blue.png) repeat-x top left;
	padding: 21px 14px 20px;
	padding: 0px 0px 20px;
	min-width: 983px;
}
#backgroundFooter{
/*	background-color: #ebebe4; */
	background: url(../img/bg_footer.png) no-repeat top center;
	width: 100%;
	min-width: 983px;
	height: 252px;
	position: absolute;
	left: 0;
}
#footer .padding{
	position: relative;
	z-index: 100;
	padding: 67px 0px 0 330px;
	zoom: 1;
}
#footer ul{
	list-style: none;
}
#footer ul li{
	margin-left: 0;
	zoom: 1;
}
#breadcrums{
	padding-top: 8px;
	padding-bottom: 14px;
}
#content #breadcrums{
	padding-left: 199px;
	position: relative;
	top: -8px;
}
#breadcrums .crum{
	float: left;
	color: #003e7e;
	font-weight: bold;
}
#breadcrums .crum.arrow{
	padding-left: 18px;
	background: url(../img/arrow_breadcrums.gif) no-repeat 6px center;
}

#content .col1{
	width: 177px;
	color: #333;
	float: left;
	display: inline;
	line-height: 150%;
	padding-top: 63px;
	position: relative;
	margin-right: 22px;
}
#content .col2{
	width: 502px;
	color: #003e7e;
	float: left;
	display: inline;
	line-height: 145%;
	margin-left: 0px;
	position: relative;
}
#content .col3{
	width: 219px;
	color: #666;
	float: right;
	display: inline;
	line-height: 150%;
	padding-top: 63px;
	position: relative;
}

#home #content .col1{
	width: 294px;
	color: #003e7e;
	float: left;
	line-height: 150%;
	padding-top: 0px;
	margin-right: 27px;
}
#home #content .col2{
	width: 294px;
	color: #666;
	float: left;
	line-height: 145%;
	margin-left: 0px;
}
#home #content .col3{
	width: 300px;
	color: #666;
	float: right;
	line-height: 150%;
	padding-top: 0;
}
#profileDetails #content .col2{
	width: 485px;
}

a.more{
	font-weight: bold !important;
	color: #003e7e !important;
	padding-right: 10px !important;
	background: url(../img/more.png) no-repeat right 4px !important;
	text-decoration: none !important;
}
a.more:hover{
	text-decoration: underline !important;
}
a.back{
	font-weight: bold !important;
	color: #003e7e !important;
	padding-left: 10px !important;
	background: url(../img/back.png) no-repeat left 4px !important;
	text-decoration: none !important;
}
a.back:hover{
	text-decoration: underline !important;
}
div.more{
	padding: 0 0 0 10px !important;
	background: url(../img/more.png) no-repeat left 4px !important;
}
div.more a{
	font-weight: bold !important;
	color: #003e7e !important;
	text-decoration: none !important;
}
div.more a:hover{
	text-decoration: underline !important;
}
.more-description{
	color: #d85000;
	font-weight: bold;
}

form .input_hidden{
	display: none;
}

form .field.blueInput input, 
input.blueInput{
	border: 1px solid #003e7e;
	color: #666;
	padding: 5px 3px 0px;
	height: 20px;
	font-size: 12px;
	margin: 0;
}
form .field.blueInput.error input {
	border: 1px solid #f00;
	color: #f00;
	background-color: #fdd;
}
form .field.error .errorMessage {
	color: #f00;
}

input.greyInput{
	border: 1px solid #333;
	color: #666;
	padding: 2px 2px 2px;
	font-size: 11px;
	line-height: 150%;
	margin: 0;
}
#contact #content .col2 form input#contactForm_submit,
form .field.blueButton input,
a.blueButton,
button.blueButton{
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 150%;
	height: 27px;
	padding: 1px 10px 5px 10px;
	background: #507aa3 url(../img/bg_blue_button.png) repeat-x bottom left;
	margin: 0;
	text-decoration: none;
}
#searchBox button.blueButton{
	font-size: 11px;
	line-height: 150%;
	height: 20px;
	padding: 1px 5px 4px;
	background: url(../img/bg_blue_button.png) repeat-x bottom left;
	margin: 0;
}
a.blueButton{
	height: auto;
	padding: 2px 10px 4px 10px;
}
.orangeButton{
	width: 173px;
	height: 30px;
	padding: 9px 35px 0 0;
	background: url(../img/bg_orange_button.png) repeat-x top left;
	display: block;
	color: #fff;
	font-size: 18px !important;
	line-height: 100% !important;
	text-align: center;
	text-decoration: none;
}

.orangeButton_195{
	width: 160px;
	height: 33px;
	padding: 6px 35px 0 0;
	background: url(../img/bg_orange_button_195.png) no-repeat top left;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.orangeButton:hover span.text,
a:hover .orangeButton_195 span.text,
.orangeButton_195:hover span.text{
	border-bottom: 1px solid #fff;
}

#submenu ul{
	border-top: 1px dotted #6d708c;
}
#submenu ul li{
	border-bottom: 1px dotted #6d708c;
}
#submenu ul li.active{
	margin-top: 0px;
	padding-bottom: 1px;
	border: none;
	background: transparent url(../img/bg_submenu_active.png) repeat-x left top;
}
#submenu ul li.active a{
	background: transparent url(../img/arrow_right_white.png) no-repeat 160px center;
	color: #fff;
	padding: 8px 22px 8px 8px;
	font-weight: normal;
}
#submenu ul li a{
	padding: 8px 8px;
	display: block;
	font-size: 12px;
	line-height: 120%;
	color: #003e7e;
	font-weight: bold;
	text-decoration: none;
}
#submenu ul li.active ul{
	border-bottom: 1px dotted #6d708c;
	display: block !important;
}
#submenu ul li ul li.active{
	border: none;
	background: transparent url(../img/bg_submenu_active.png) repeat-x left top;
	min-height: 26px;
	_height: 26px;
}
#submenu ul li.active ul li.active{
	background: none;
}
#submenu ul li.active ul li.active a{
	background: #eee url(../img/arrow_right_white.png) no-repeat 160px center;
	color: #fff;
	color: #333;
	padding: 6px 22px 6px 8px;
	font-weight: normal;
}
#submenu ul li a:hover{
	text-decoration: underline;
}
#submenu ul li ul{
	border: none;
	display: none;
}
#submenu ul li ul li{
	border: none;
	min-height: 27px;
	_height: 27px;
}
#submenu ul li.active ul li a,
#submenu ul li ul li a{
	color: #333;
	background: #fff;
	font-weight: normal;
	padding: 6px 8px;
}

#home #news,
#home #newslist{
	border-bottom: 1px dotted #6d708c;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#home #news h2{
	color: #d85000;
/*	font-size: 21px; */
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
}
#home #news h2 a{
	color: #003e7e;
	text-decoration: none;
	background: #fff;
}
#home #news h2 a.aller span{
	background: #fff;
}
a.aller:hover span{
	border-bottom: 1px solid;
}
#home #news h3{
	color: #85858c;
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 6px;
}
#home #news h3 a{
	color: #85858c;
	text-decoration: underline;
}
#home #news h3 a:hover{
	color: #003e7e;
	text-decoration: underline;
}
#home #news .image{
	float: right;
	width: 75px;
	margin: 0 0 3px 3px;
	overflow: hidden;
}
#home #news .image img{
}

#newslist ul li{
	padding: 0 0 4px;
}
#newslist .title{
	font-weight: bold;
	line-height: 120%;
}
#newslist .date{
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	color: #666;
	line-height: 125%;
}
#newslist ul{
	margin-bottom: 10px;
}
#newslist a{
	color: #003e7e;
	text-decoration: none;
}
#newslist a:hover{
	text-decoration: underline;
}

#profiles h2,
#home #news h2.colTitle{
	font-size: 16px;
	color: #003e7e;
	line-height: 150%;
	font-weight: bold;
}
#newsletterForm h3,
#profiles h3{
	font-size: 12px;
	color: #003e7e;
	line-height: 150%;
}
#profiles h3 a{
	color: #003e7e;
	text-decoration: none;
}
#profiles h3 a:hover{
	text-decoration: underline;
}
#home #profiles p{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #6d708c;
}
#home #profiles .more-profiles{
	margin-bottom: 20px;
}
#newsletterForm fieldset{
	padding-top: 8px;
}
#newsletterSubscription input{
	width: 190px;
	float: left;
	margin-right: 3px;
}
#newsletterSubscription button{
	float: left;
}
#newsletterForm .field #subscriptionForm_email{
	width: 190px;
	margin-right: 3px !important;
}
#newsletterForm form.error .field #subscriptionForm_submit{
	margin-top: 18px !important;
}

#aankeiler{
	width: 290px;
	position: relative;
}
#aankeiler .top{
	height: 5px;
	font-size: 0px;
	background: url(../img/bg_aankeiler_top.png) no-repeat top left;
	position: relative;
	z-index: 10;
}
#aankeiler .content{
	background-color: #ebebe4;
	padding: 13px 20px;
	font-size: 11px;
	color: #333;
	line-height: 135%;
	position: relative;
	z-index: 10;
}
#aankeiler .bottom{
	height: 5px;
	font-size: 0px;
	background: url(../img/bg_aankeiler_bottom.png) no-repeat top left;
	position: relative;
	z-index: 10;
}
#aankeiler h2{
	font-size: 21px;
	line-height: 150%;
	color: #003e7e;
	margin-bottom: 10px;
}
#aankeiler h3{
	font-size: 11px;
	line-height: 135%;
	color: #333;
}

#aankeiler ul ul{
	display: none;
}
#home #newsletterForm .field{
	float: left;
	display: inline;
}
#home #newsletterForm #subscriptionForm_submit{
	width: 93px;
}
.ticks ul, 
ul.thicks{
	margin-bottom: 9px;
}
.ticks ul li, 
ul.thicks li{
	padding: 0 0 0 24px;
	background: url(../img/thick.png) no-repeat left 3px;
	margin-bottom: 6px;
}
#aankeiler ul li,
#aankeiler ul li a{
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	line-height: 135%;
}
#aankeiler ul li a:hover{
	color: #003e7e;
}
#aankeiler a.orangeButton{
	margin: 13px 0 0;
}
#aankeiler .shadow{
	height: 100%;
	width: 312px;
	background: url(../img/bg_aankeiler_shadow.png) no-repeat left bottom;
	position: absolute;
	bottom: -18px;
	left: -15px;
	z-index: 0;
}

#footer .col{
	width: 150px !important;
	padding: 0 10px 0 0px;
	float: left;
	font-size: 11px;
	color: #fff;
	zoom: 1;
}
#footer .col.last{
	padding-right: 0 !important;
}
#footer h2{
	font-size: 11px;
	line-height: 130%;
	color: #fff;
	font-style: italic;
	margin-bottom: 9px; 
}
#footer .col ul li{
	padding-bottom: 7px;
	color: #fff;
	zoom: 1;
}
#footer .col ul li a{
	color: #fff;
	text-decoration: none;
	zoom: 1;
	display: block;
}
#footer .col ul li a:hover{
	text-decoration: underline;
}
#footer .col.menu ul li ul{
	display: none;
}
#footer .col ul.contactList{
	margin-bottom: 11px;
}
#footer .col ul.contactList li{
	padding-bottom: 11px;
}
#footer .col ul.contactList li .phoneNumberNr {
	display: block;
	padding: 5px 0 0 20px;
	position: relative;
}
#footer .col ul.contactList li .phoneNumber {
	padding: 0;
	background: url(../img/phone2.png) no-repeat left bottom;
	position: absolute;
	left: -20px;
	top: 5px;
	width: 15px;
	height: 11px;
}
html > body #footer .col ul.contactList li .phoneNumber {
	left: 0px;
}

#footer a{
	color: #333;
	text-decoration: underline;
}
#footer a:hover{
	color: #003e7e;
	text-decoration: underline;
}

#footer #disclaimer{
	clear: both;
	font-size: 11px;
}
#disclaimer ul li{
	float: left;
	padding-right: 9px;
	margin-right: 9px;
	border-right: 1px solid #333;
}
#disclaimer ul li.last{
	border: none;
	float: left;
}
#disclaimer ul li a{
	float: left;
}

.contentPage #content .col2{
	color: #333;
}
.contentPage #content .col2 h1{
	font-size: 28px;
	line-height: 140%;
	color: #003e7e;
	font-weight: normal;
	margin-bottom: 16px;
}
.contentPage #content .col2 h2{
	font-size: 16px;
	line-height: 140%;
	color: #003e7e;
	font-weight: bold;
	margin-bottom: 6px;
}
.contentPage #content .col2 h2 a{
	color: #003e7e;
	text-decoration: none;
}
.contentPage #content .col2 h2 a:hover{
	text-decoration: underline;
}
.contentPage #content .col2 h3,
.contentPage #content .col2 h4,
.contentPage #content .col2 h5{
	font-size: 12px;
	line-height: 140%;
	color: #003e7e;
	font-weight: bold;
	margin-bottom: 4px;
}
.contentPage #content .col2 h6{
	font-size: 11px;
	line-height: 120%;
	color: #769bc2;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}
.contentPage #content .col2 h6 a{
	color: #769bc2;
}
.contentPage #content .col2 a{
	color: #d85000;
	color: #003e7e;
}
.contentPage #content .col2 a:hover{
	color: #003e7e;
	color: #d85000;
}
.contentPage #content .col2 p{
	margin-bottom: 12px;
}
.contentPage #content .col2 p.intro{
	font-weight: bold;
	color: #003e7e;
}

.greyBox177{
	overflow: hidden;
}
.greyBox177 .top{
	height: 6px;
	background: url(../img/bg_greybox_177_top.png) no-repeat left top;
	font-size: 0;
}
.greyBox177 .bottom{
	height: 6px;
	background: url(../img/bg_greybox_177_bottom.png) no-repeat left top;
	font-size: 0;
}
.greyBox177 .content{
	background: #ebebe4;
	padding: 12px 8px;
	color: #333;
}

.contentPage #content .col3 .greyBox{
	margin-bottom: 10px;
}
.contentPage #content .col3 .greyBox .top{
	height: 8px;
	background: url(../img/bg_greybox_top.png) no-repeat left top;
	font-size: 0;
}
.contentPage #content .col3 .greyBox .bottom{
	height: 8px;
	background: url(../img/bg_greybox_bottom.png) no-repeat left top;
	font-size: 0;
}
.contentPage #content .col3 .greyBox .content{
	background: #ebebe4;
	padding: 3px 11px;
	color: #333;
}
.contentPage #content .col3 .greyBox .content h2{
	color: #d85000;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 2px;
}
.contentPage #content .col3 .greyBox .content .thicks li{
	padding: 5px 0 11px 18px; 
	border-bottom: 1px dotted #6d708c;
	background-position: left 8px;
	font-size: 12px;
	line-height: 135%;
	width: 179px;
}
.contentPage #content .col3 .greyBox .content .thicks li.last{
	border-bottom: none;
	padding-bottom: 0;
}
.contentPage #content .col3 .greyBox .content .blueButton{
	float: right;
	display: block;
}

.rrBoxSmall .top{
	height: 10px;
	font-size: 0;
	background: url(../img/bg_rounded_rect_grey_top.png) no-repeat left top;
	display: block;
}
.rrBoxSmall .content{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px 0 3px 12px;
	font-size: 16px;
	line-height: 140%;
	color: #003e7e;
	display: block;
}
.rrBoxSmall .bottom{
	height: 10px;
	font-size: 0;
	background: url(../img/bg_rounded_rect_grey_bottom.png) no-repeat left top;
	display: block;
}
.rrBoxSmall .content .orangeButton_195{
	margin-top: 6px;
}

.rrBox .top{
	height: 12px;
	font-size: 0;
	background: url(../img/bg_rounded_rect_large_grey_top.png) no-repeat left top;
}
.rrBox .content{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px 0 3px 12px;
	font-size: 16px;
	line-height: 140%;
	color: #003e7e;
}
.rrBox .bottom{
	height: 12px;
	font-size: 0;
	background: url(../img/bg_rounded_rect_large_grey_bottom.png) no-repeat left top;
}

.rrBox177 .top{
	height: 8px;
	font-size: 0;
	background: url(../img/bg_rounded_rect_177_grey_top.png) no-repeat left top;
}
.rrBox177 .content{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0px 8px 0px;
	font-size: 16px;
	line-height: 140%;
	color: #003e7e;
	overflow: hidden;
}
.rrBox177 .bottom{
	height: 8px;
	font-size: 0;
	background: url(../img/bg_rounded_rect_177_grey_bottom.png) no-repeat left top;
}

.rrBox.mainCase .content{
	padding: 10px 20px;
	font-size: 12px;
	color: #000;
}
.rrBox177 .content .roundedImage{
	width: 159px;
	overflow: hidden;
}
.rrBox177 .content .roundedImage img{
	width: 159px;
}
.rrBox.mainCase .content .roundedImage{
	margin-bottom: 20px;
}
#content .rrBox.mainCase .content h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
	color: #000;
}
#content .rrBox.mainCase .content h3{
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #000;
}
#content .rrBox.mainCase .content .links{
	margin-top: 20px;
}
#content .rrBox{
	margin-bottom: 20px;
}

.roundedImage{
	position: relative;
	padding: 0;
	font-size: 0;
	line-height: 0;
	display: inline-block;
}
.roundedImage .tl{
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0px;
	left: 0px;
	background: url(../img/rr_tl.png) no-repeat left top;
	z-index: 100;
}
.roundedImage .tr{
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0px;
	right: 0px;
	background: url(../img/rr_tr.png) no-repeat right top;
	z-index: 100;
}
.roundedImage .bl{
	position: absolute;
	width: 8px;
	height: 8px;
	bottom: 0px;
	left: 0px;
	background: url(../img/rr_bl.png) no-repeat left bottom;
	z-index: 100;
}
.roundedImage .br{
	position: absolute;
	width: 8px;
	height: 8px;
	bottom: 0px;
	right: 0px;
	background: url(../img/rr_br.png) no-repeat right bottom;
	z-index: 100;
}

.rrBox.case .content{
	padding: 0 7px;
	color: #000 !important;
	font-size: 12px !important;
	line-height: 150% !important;
}
.rrBox.case .roundedImage{
	width: 159px;
/*	height: 110px; */
	overflow: hidden;
	float: left;
}
.rrBox.case .roundedImage img{
	width: 159px;
}
.rrBox.case .roundedImage.noImage{
	height: 110px;
/*	background-color: #344982; */
	background: url(../img/bg_logo.png) no-repeat left top;
}
.rrBox.case .roundedImage.noImage .vCentererContainer{
	width: 159px;
	overflow: hidden;
	height: 110px;
	display: table;
	#position: relative;
}
.rrBox.case .roundedImage.noImage .vCenterer{
	width: 159px;
	display: table-cell;
	vertical-align: middle;
	#position: absolute;
	#top: 50%;
}
.rrBox.case .roundedImage.noImage .inner a{
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	display: block;
	padding: 10px 2px;
	text-decoration: none;
	#position: relative;
	#top: -50%;
	width: 155px;
}
.rrBox.case .right{
	width: 318px;
	float: right;
}
.rrBox.case .content h2{
	font-size: 14px !important;
	line-height: 140% !important;
	color: #003e7e !important;
}
.rrBox.case .content h3{
	font-size: 12px !important;
	line-height: 120% !important;
	color: #000 !important;
	margin-bottom: 0px !important;
}
.rrBox.case .content .links{
	margin-top: 19px;
}

#paginator{
	font-size: 14px;
	line-height: 100%;
}
#paginator .page{
	border: 1px solid #003e7e;
	margin: 0 2px 2px 0;
	float: left;
}
#paginator .dots{
	margin: 0 2px 2px 0;
	float: left;
	padding: 6px 2px !important;
	min-width: 24px; 
	text-align: center;
	color: #003e7e !important;
}
#paginator .page.next{
	margin-bottom: 0;
}
#paginator .page.active{
	padding: 6px 2px !important;
	min-width: 24px; 
	text-align: center;
	color: #fff !important;
	background: #507aa3 url(../img/bg_blue_button.png) repeat-x bottom left;
}
#paginator .page a{
	color: #003e7e !important;
	padding: 6px 2px !important;
	display: block !important;
	text-decoration: none !important;
	min-width: 24px;
	text-align: center;
}
#paginator .page a.more:hover,
#paginator .page a.back:hover,
#paginator .page a:hover{
	background-color: #EBEBE4 !important;
}
#paginator .page a.more{
	padding-right: 5px !important;
	padding-left: 5px !important;
	background: none !important;
}
#paginator .page a.more span{
	padding-right: 10px !important;
	background: url(../img/more.png) no-repeat right 4px !important;
	font-size: 12px;
}
#paginator .page a.back{
	padding-right: 8px !important;
	padding-left: 5px !important;
	background: none !important;
}
#paginator .page a.back span{
	padding-left: 10px !important;
	background: url(../img/back.png) no-repeat left 4px !important;
	font-size: 12px;
}

#caseSelector h2{
	color: #d85000;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 13px;
	font-weight: bold;
}
#caseSelector li{
	border-bottom: 1px dotted #6d708c;
}
#caseSelector h3{
	color: #d85000;
	font-size: 11px;
	line-height: 120%;
	padding: 26px 1px 8px;
	font-weight: bold;
}
#caseSelector .first h3{
	padding-top: 0;
}
#caseSelector ul li a{
	display: block;
	padding: 8px 1px;
	color: #003e7e;
	text-decoration: none;
	font-size: 12px;
	line-height: 135%;
	font-weight: bold;
}
#caseSelector a:hover{
	text-decoration: underline;
}

#caseSelector .greyBox177.currentSelection .content{
	padding: 0 10px;
	color: #595959;
	font-weight: bold;
}
#caseSelector .greyBox177.currentSelection{
	margin-bottom: 1px;
}
#caseSelector .greyBox177.currentSelection.last{
	margin-bottom: 18px;
}
#caseSelector .greyBox177.currentSelection label{
	width: 140px;
	float: left;
	font-size: 12px;
	line-height: 120%;
}
#caseSelector .greyBox177.currentSelection a.cross{
	width: 9px;
	height: 12px;
	float: right;
	background: url(../img/cross.png) no-repeat left 2px;
	padding: 0;
}

#caseSelector a.back{
	text-decoration: underline !important;
	padding-bottom: 20px !important;
}
.col1 .backBox{
	margin-bottom: 17px;
}

body #companyDetails .line{
	font-size: 12px !important;
	line-height: 150% !important;
}
#companyDetails .logo{
	margin-bottom: 15px;
}
#companyDetails h2{
	font-size: 12px;
	line-height: 150%;
	color: #003e7e;
	font-weight: bold;
}
#companyDetails label{
	float: left;
	width: 15px;
}
#companyDetails span{
	float: left;
	width: 140px;
}

.caseImage{
	margin-bottom: 26px;
	width: 485px;
	max-height: 165px;
	overflow: hidden;
}
.caseImage img{
	width: 485px;
}

#caseDetails #content .col2{
	width: 485px;
}
#caseDetails #content .col3,
#profileDetails #content .col3{
	padding-top: 320px;
}
#caseDetails .news .date{
	color: #999;
}
#profileDetails #aankeilerContact,
#caseDetails #aankeilerContact{
	display: none;
}

#clip{
	width: 254px;
	height: 212px;
	background: url(../img/bg_clip.png) no-repeat left top;
	position: absolute;
	left: -35px;
	top: 28px;
	padding: 40px 13px 19px 37px;
	color: #fff;
	font-size: 12px;
	line-height: 135%;
}
#clip h2{
	font-size: 21px;
	line-height: 150%;
	color: #fff;
	margin-bottom: 12px;
}
#clip h3{
	font-size: 12px;
	color: #fff;
}
#clip .data{
	height: 54px;
	overflow: hidden;
}
#profileDetails #clip .data{
	height: 40px;
	overflow: hidden;
}

.u2{
	color: #003e7e;
	margin-bottom: 34px;
}
.u2 .text{
	padding: 0 13px;
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 150%;
}
.u2 a{
	margin: 0 auto;
}
.u2 a .text{
	margin: 0;
	padding: 0;
}

#newsDetails #content .col2 h1{
	margin-bottom: 0px;
}
#newsDetails #content .col2 h3,
#newsDetails #content .col2 h3 a{
	color: #85858c;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 22px;
}
#newsDetails #content .col2 .image{
	float: right;
	margin: 0 0 5px 5px;
}
#newsDetails #content .col2 .intro{
	font-weight: bold;
	color: #003e7e;
}
#newsDetails #content .col2 .intro a{
	color: #d85000;
}

#newsOverview #content .col2 .news .content{
	padding: 3px 12px;
	font-size: 12px;
}
/*#teamOverview #content .col2 .people h2,*/
#newsOverview #content .col2 .news h2{
	color: #003e7e;
	font-size: 21px;
	line-height: 140%;
	font-weight: normal;
}
/*#teamOverview #content .col2 .people h2 a,*/
#newsOverview #content .col2 .news h2 a{
	color: #003e7e;
	text-decoration: none;
}
/*#teamOverview #content .col2 .people h2 a:hover,*/
#newsOverview #content .col2 .news h2 a:hover{
	text-decoration: underline;
}
#newsOverview #content .col2 .news h3{
	color: #85858c;
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 6px;
}
#newsOverview #content .col2 .news h3 a{
	color: #85858c;
	text-decoration: underline;
}
#newsOverview #content .col2 .news h3 a:hover{
	color: #003e7e;
	text-decoration: underline;
}
#newsOverview #content .col2 .news .image{
	float: right;
	width: 75px;
	margin: 0 0 3px 5px;
	overflow: hidden;
}
#newsOverview #content .col2 .news .image img{
}

.contentPage .col1 h2{
	color: #003e7e;
}
.contentPage .col1 p{
	margin-bottom: 12px;
}
.contentPage .col1 a{
	color: #d85000;
	text-decoration: none;
}
.contentPage .col1 a:hover{
	text-decoration: underline;
}

#teamOverview #content .col2 h2{
	color: #d85000;
	font-size: 21px;
	line-height: 140%;
	font-weight: normal;
}
#teamOverview #content .col2 .rrBox.people .content{
	font-size: 12px !important;
	color: #333 !important;
}
#teamOverview #content .col2 .people{
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
}
#teamOverview #content .col2 .people.last{
	margin-right: 0;
}
#teamOverview #content .col2 .people .image{
	margin: 0 0 3px 0;
	width: 154px;
	height: 200px;
	overflow: hidden;
	line-height: 0;
	display: block;
}
#teamOverview #content .col2 .people .image img{
	margin: 2px;
}

#teamOverview #content .col2 .people a{
	text-decoration: none;
	color: #003e7e;
	font-weight: bold;
}
#teamOverview #content .col2 .people a:hover{
	text-decoration: underline;
}
#teamOverview #content .col2 .people h2{
	font-size: 14px;
	font-weight: bold;
}

#teamOverview #content .col2 .people h3{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	margin-top: -5px;
}

#contact #content .pageContent{
}
#contact #content .col2 form div.field{
	margin-bottom: 10px;
}
#contact #content .col2 form div.field.clearfix label{
	float: left;
	width: 120px;
	font-weight: bold;
	color: #333;
}
#contact #content .col2 form div.field.clearfix input,
#contact #content .col2 form div.field.clearfix select{
	float: left;
	width: 300px;
	border: 1px solid #003e7e;
	padding: 3px;
	color: #666;
}
#contact #content .col2 form div.field.clearfix select{
	width: 308px;
}
#contact #content .col2 form div.field.error input,
#contact #content .col2 form div.field.error select{
	border: 1px solid #f00;
	background-color: #fdd;
}
#contact #content .col2 form div.field.error .errorMessage{
	color: #f00;
	margin-left: 120px;
}
#contact #content .col2 form div.field.clearfix textarea{
	float: left;
	width: 300px;
	height: 200px;
	border: 1px solid #003e7e;
	padding: 3px;
	color: #666;
}
#contact #content .col2 form div.field.clearfix.checkbox input{
	float: left;
	width: auto;
	border: none;
	margin-left: 120px;
	margin-right: 10px;
	color: #666;
}
#contact #content .col2 form div.field.clearfix.checkbox label{
	float: left;
	width: 300px;
	margin-top: 3px;
	color: #333;
	font-weight: normal;
}
#contact #content .col2 form input#contactForm_submit{
	margin-left: 120px;
}

#searchResults .resultBlock{
	margin-bottom: 20px;
}
#searchResults .resultBlock a{
	font-weight: bold;
}

#teamDetails #content .col2 h1{
	margin-bottom: 0px !important;
}
#teamDetails #content .col2 h3.function{
	margin-bottom: 10px;
	color: #d85000;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
#teamDetails #content .col2 .image{
	float: right;
}

h1.shownTitle{
	display: block;
}
h1.hiddenTitle{
	display: none;
}

.bgTestButton{
	display: none;
	background: url(../img/bg_testbutton.png) no-repeat top left;
	height: 31px;
	width: 473px;
	margin: 17px 0;
	position: relative;
	padding: 15px 0 0 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bgTestButton a.btnTestMBI,
.bgTestButton a.btnTestVerkoopGereed{
	background: url(../img/bg_btn_test.png) no-repeat top left;
	height: 25px;
	width: 105px;
	position: absolute;
	right: 5px;
	top: 7px;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	padding: 7px 0 0 5px;
}
.bgTestButton a.btnTestMBI:hover .text,
.bgTestButton a.btnTestVerkoopGereed:hover .text{
	border-bottom: 1px solid #fff;
}

.aankeilerTest {
	background: url(../img/bg_aankeiler_test_verkoop.png) no-repeat left bottom;
	margin-bottom: 10px;
	position: relative;
	height: 184px;
	width: 219px;
}
.aankeilerTest p{
	font-size: 17px;
	line-height: 150%;
}
.aankeilerTest .content{
	border: none;
	padding: 15px 0 0 10px;
}
.aankeilerTest a.orangeButton_147{
	position: absolute;
	bottom: 20px;
	left: 12px;
}
a.orangeButton_147{
	width: 112px;
	height: 33px;
	padding: 6px 35px 0 0;
	background: url(../img/btn_orange_147.png) no-repeat top left;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
a.orangeButton_147:hover span.text{
	border-bottom: 1px solid #fff;
}
#aankeilerVerkoopTest {
	background: url(../img/bg_aankeiler_test_mbi.png) no-repeat left bottom;
}
#aankeilerContact {
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
#ankeilerContactHolder a,
a #aankeilerContact,
a #aankeilerContact .aller {
	text-decoration: none !important;
	border: none !important;
}

a.aller:hover ,
a:hover .aller{
	text-decoration: none !important;
}
#ankeilerContactHolder a:hover{
	text-decoration: none !important;
}
a:hover #aankeilerContact .aller {
	border-bottom:  1px solid #fff !important;
}

