html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
/* End Reset */

html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    background: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    line-height: 120%;
}
#header {
    margin-left: 47px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 50px;
    position: relative;
    width: 900px;
    height: 90px;
}
#top-nav {
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: white;
    margin-left: 50px;
    margin-bottom: 0px;
    margin-right: 0;
    margin-top: 10px;
    color: #003663;
    position: relative;
    width: 900px;
    height: 24px;
}
#teaser {
    border-top-style: solid;
    border-top-color: #003663;
    border-top-width: 1px;
    margin-left: 0px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    border-right-color: #003663;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #003663;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    width: 950px;
    height: 180px;
    background: #FFF;
}
#content-container {
    border-bottom-color: #003663;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 50px;
    width: 899px;
    margin-left: 50px;
    border-right-color: #dcdedd;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #003663;
    border-left-style: solid;
    border-left-width: 1px;
}
#left {
    margin-left: 0px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    min-height: 650px;
    border-right-color: #dcdedd;
    border-right-style: solid;
    border-right-width: 1px;
    position: relative;
    width: 178px;
    float: left;
    -webkit-box-shadow: 3px -3px 6px 0px rgba(100, 100, 100, .1);
		-moz-box-shadow: 3px -3px 6px 0px rgba(100, 100, 100, .1);
		box-shadow: 3px -3px 6px 0px rgba(100, 100, 100, .1);
}
#center {
    padding-bottom: 30px;
    position: relative;
    margin: 0 0 0    0;
    width: 360px;
    float: left;
}
#center-ins {
    padding-bottom: 10px;
    position: relative;
    margin: 0 0 0    0;
    width: 720px;
    float: left;
    background: #FFF;
}
#right {
    padding-bottom: 30px;
    position: relative;
    margin: 0 0 0    0;
    width: 360px;
    float: left;
    background: #FFF;
}
#footer {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 10px;
    background-color: #003663;
    height: 135px;
    color: white;
    position: relative;
    width: 900px;
    float: none;
    clear: both;
}
a {
    text-decoration: none;
    color: #003663;
    background: #ffffff;
    padding: 3px;
}
a:link {
    text-decoration: none;
    color: #003663;
    background: #ffffff;
    padding: 3px;
}
a:visited {
    text-decoration: none;
    color: #003663;
    background: #ffffff;
    padding: 3px;
}
a:active {
    text-decoration: none;
    color: #003663;
    background: #ffffff;
    padding: 3px;
}
a:hover {
    color: #ffffff;
    background: #003663;
    padding: 3px;
    text-decoration: none;
}
a.expertenfinder {
    color: #003663;
    background: #ffffff;
    text-decoration: none;
		padding: 0px;
}
a.expertenfinder:link {
    color: #003663;
    background: #ffffff;
    text-decoration: none;
}
a.expertenfinder:visited {
    color: #003663;
    background: #ffffff;
    text-decoration: none;
}
a.expertenfinder:active {
    color: #003663;
    background: #ffffff;
    text-decoration: none;
}
a.expertenfinder:hover {
    color: black;
    text-decoration: none;
}
a.header {
    border: none;
    text-decoration: none;
    background: transparent;
}
a.header:link {
    border: none;
    text-decoration: none;
    background: transparent;
}
a.header:visited {
    border: none;
    text-decoration: none;
    background: transparent;
}
a.header:active {
    border: none;
    text-decoration: none;
    background: transparent;
}
a.header:hover {
    border: none;
    text-decoration: none;
    background: transparent;
}
img.header {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    text-decoration: none;
    background: transparent;
}
img.header:link {
    border: none;
    text-decoration: none;
    background: transparent;
}
img.header:visited {
    border: none;
    text-decoration: none;
    background: transparent;
}
img.header:active {
    border: none;
    text-decoration: none;
    background: transparent;
}
img.header:hover {
    border: none;
    text-decoration: none;
    background: transparent;
}
#teaserschrift { float: right }
td { vertical-align: top }
h1 {
    margin-left: 15px;
    margin-bottom: 5px;
    margin-right: 25px;
    margin-top: 15px;
    font: 26px Georgia, serif;
    line-height: 33px;
    color: #003663;
    padding: 0px;
}
h2.h1 {
    margin-left: 15px;
    margin-right: 25px;
    margin-top: 21px;
    font: 26px Georgia, serif;
    color: #003663;
    padding: 0px;
}
h2 {
    font: 20px Georgia, serif;
    color: #003663;
    margin: 0 25px 0 0;
    padding: 10px 0 0 15px;
}
h3 {
    margin-left: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 0px;
    border-bottom-color: #dadee9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    font: 18px Georgia, serif;
    color: white;
}
h4 {
    color: white;
    font-size: 12px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}
h5 {
    margin-left: 0;
    margin-bottom: -10px;
    margin-right: 25px;
    margin-top: 0;
    padding-left: 15px;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 17px;
    text-transform: uppercase;
    font: 16px Georgia, serif;
    color: #3b3c3c;
}
h6 {
    margin-top: 0px;
    padding-top: 4px;
    border-left-color: #dcdedd;
    border-left-style: solid;
    border-left-width: 1px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font: 12px Georgia, serif;
    color: #8c8e8e;
}
p {
    color: #3b3c3c;
    font-size: 13px;
    text-align: left;
    margin: 0 25px 0 0;
    padding: 10px 0 0 15px;
}
.bildunterschrift {
    margin-right: 32px;
    margin-top: -15px;
    font-family: serif;
    color: #58595b;
    font-size: 11px;
    text-align: right;
}
.bildunterschrift-modrow {
    padding-left: 15px;
    margin-right: 32px;
    margin-top: -15px;
    font-family: serif;
    color: #58595b;
    font-size: 11px;
    text-align: right;
}
.content-first {
    border-top-color: #dcdedd;
    border-top-style: solid;
    border-top-width: 1px;
    text-align: left;
    margin: 0 25px 0 15px;
    padding: 10px 0 0 0;
}
.content-second {
    text-align: left;
    margin: 60px 25px 0 15px;
    padding: 10px 0 0 0;
}
.content-fourth {
    margin-left: 15px;
    margin-bottom: 0;
    margin-right: 25px;
    margin-top: 117px;
    text-align: left;
    padding: 10px 0 0 0;
}
.content-third {
    margin-left: 15px;
    margin-bottom: 0;
    margin-right: 25px;
    margin-top: 10px;
    text-align: left;
    padding: 10px 0 0 0;
}
.expertenfinder { margin-bottom: 50px }
.content {
    color: #003663;
    font-size: 12px;
    text-align: left;
    margin: 0 25px 0 0;
    padding: 10px 0 0 15px;
}
.form {
    color: #003663;
    font-size: 12px;
    text-align: left;
    margin: 0 25px 15px 0;
    padding: 10px 0 0 15px;
}
.footer {
    font-size: 11px;
    color: white;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    text-align: center;
    padding: 10px 0 0 0;
}
.footer a {
    background-color: #003663;
    padding-left: 0;
    padding-bottom: 5px;
    padding-right: 0;
    padding-top: 5px;
    text-decoration: none;
    color: #dadee9;
    text-align: center;
}
.footer a:hover {
    padding-left: 0;
    padding-bottom: 5px;
    padding-right: 0;
    padding-top: 5px;
    background-color: #003663;
    color: white;
    text-decoration: none;
    text-align: center;
}
.footer-container {
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-top: 10px;
    width: 150px;
    text-align: right;
    float: right;
}
.footer-container2 {
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-top: 10px;
    width: 150px;
    text-align: right;
    float: right;
}
.portrait {
    border-color: #dcdedd;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 20px;
    height: 320px;
    width: 320px;
}
.bilder-rechts {
    border-color: #dcdedd;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 20px;
}
.right {
    padding: 3px;
    float: right;
    border: 1px solid #dcdedd;
    margin: 0 0 0 10px;
    clear: right;
}
ul.expertenfinder {
    padding-left: 15px;
    padding-right: 0;
    font: 12px Helvetica, Arial, sans-serif;
    line-height: 150%;
    color: #3b3c3c;
    margin: 0 25px 0 0;
    list-style-type: none;
}
li.expertenfinder {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0px;
    border-bottom-color: #dcdedd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 0;
    padding-bottom: 5px;
    padding-right: 0;
    padding-top: 5px;
}
a.expertenfinder { text-decoration: none }
ul.impressum {
    list-style-type: square;
    font: 12px Helvetica, Arial, sans-serif;
    line-height: 150%;
    color: #003663;
    margin: 0 25px 0 0;
    padding: 0 0 0 30px;
}
li.impressum {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}
ul.list {
    list-style-type: square;
    font: 12px Helvetica, Arial, sans-serif;
    line-height: 150%;
    color: #003663;
    margin: 0 25px 0 0;
    padding: 0 0 0 30px;
}
li.list {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}
/* NAVIGATIONEN */
ul.top-nav {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
li.top-nav {
    color: #58595b;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    height: 24px;
    font: 0.85em;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    list-style-type: none;
    float: left;
}
a.top-nav {
    padding-right: 28px;
    padding-left: 5px;
    border-left-color: #bdc0bf;
    border-left-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-width: 1px;
    font-size: 0.85em;
    color: #58595b;
    margin: 0px;
    height: 24px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
a.top-nav-current {
    background-color: white;
    border-left-color: #003663;
    border-left-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-width: 1px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 28px;
    padding-top: 3px;
    font-size: 0.85em;
    margin: 0px;
    height: 24px;
    color: #003663;
    text-decoration: none;
    display: block;
}
a.top-nav:link {
    border-left-color: #bdc0bf;
    border-left-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-width: 1px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 28px;
    padding-top: 0px;
    font-size: 0.85em;
    margin: 0px;
    height: 24px;
    color: #58595b;
    text-decoration: none;
    display: block;
}
a.top-nav:visited {
    border-left-color: #bdc0bf;
    border-left-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-width: 1px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 28px;
    padding-top: 0px;
    font-size: 0.85em;
    margin: 0px;
    height: 24px;
    color: #58595b;
    text-decoration: none;
    display: block;
}
a.top-nav:active {
    border-left-color: #003663;
    border-left-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-width: 1px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 28px;
    padding-top: 3px;
    font-size: 0.85em;
    margin: 0px;
    height: 24px;
    color: #003663;
    text-decoration: none;
    display: block;
}
a.top-nav:hover {
    background-color: white;
    padding-bottom: 0px;
    padding-top: 3px;
    border-left-color: #003663;
    border-left-style: solid;
    border-left-width: 1px;
    padding-right: 28px;
    padding-left: 5px;
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    color: #003663;
    font-size: 0.85em;
    margin: 0px;
    height: 24px;
    text-decoration: none;
    display: block;
}
ul.sub-nav {
    list-style-position: outside;
    padding: 0px;
    margin-left: 10px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 24px;
    list-style-type: none;
}
li.sub-nav {
    list-style-position: outside;
    color: #3b3c3c;
    font-size: 12px;
    padding-left: 4px;
    padding-bottom: 6px;
    padding-right: 0px;
    padding-top: 5px;
    margin: 0px;
    border-bottom-color: #dcdedd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    list-style-type: none;
}
li.sub-nav-highlight {
    list-style-position: outside;
    font-weight: bold;
    color: #003663;
    font-size: 12px;
    padding-left: 5px;
    padding-bottom: 6px;
    padding-right: 0px;
    padding-top: 5px;
    margin: 0px;
    border-bottom-color: #dcdedd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    list-style-type: none;
}
li.sub-nav-modrow {
    color: #58595b;
    font-size: 11px;
    padding-left: 12px;
    padding-bottom: 4px;
    padding-right: 0px;
    padding-top: 8px;
    margin: 0px;
    border-bottom-color: #dcdedd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    list-style-type: none;
}
a.sub-nav {
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 3px;
    padding-top: 5px;
    font-size: 12px;
    margin: 0 0 0 0;
    color: #3b3c3c;
    text-decoration: none;
    font-weight: normal;
}
a.sub-nav:link {
    padding: 0px;
    font-size: 12px;
    margin: 0px;
    color: #3b3c3c;
    text-decoration: none;
    font-weight: normal;
}
a.sub-nav:visited {
    padding: 0px;
    font-size: 12px;
    margin: 0px;
    color: #3b3c3c;
    text-decoration: none;
    font-weight: normal;
}
a.sub-nav:active {
    padding: 0px;
    font-size: 12px;
    margin: 0px;
    color: #003663;
    text-decoration: none;
    font-weight: normal;
}
a.sub-nav:hover {
    background-color: white;
    padding: 0px;
    color: #003663;
    font-size: 12px;
    margin: 0px;
    text-decoration: none;
}
ul.meta-nav,
.meta-nav ul {
    margin-left: 10px;
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 24px;
    padding: 0px;
    list-style-type: none;
}
li.meta-nav,
.meta-nav li {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 0px;
    border-bottom-color: #dcdedd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 0px;
    list-style-type: none;
}
a.meta-nav,
.meta-nav a {
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 3px;
    padding-top: 5px;
    font-size: 12px;
    margin: 0 0 0 0;
    color: #3b3c3c;
    text-decoration: none;
    font-weight: normal;
}
a.meta-nav-current,
.meta-nav-current {
    color: #003663;
    font-size: 12px;
    text-decoration: none;
}
a.meta-nav:link,
.meta-nav a:link {
    font-size: 12px;
    color: #3b3c3c;
    text-decoration: none;
    font-weight: normal;
}
a.meta-nav:visited,
.meta-nav a:visited {
    font-size: 12px;
    color: #3b3c3c;
    text-decoration: none;
    font-weight: normal;
}
a.meta-nav:active,
.meta-nav a:active {
    font-size: 12px;
    color: #3b3c3c;
    text-decoration: none;
    font-weight: normal;
}
a.meta-nav:hover,
.meta-nav a:hover {
    background-color: white;
    color: #003663;
    font-size: 12px;
    text-decoration: none;
}
.widget-title {
	color: #004276;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-transform: uppercase;
}
#iso-9001 { 
	background-position: 0px 0px; 
	background-image: url(../_img/iso-9001.png); 
	margin-left: 16px; 
	margin-bottom: 30px;
	background-repeat: no-repeat; 
	height: 75px; 
	width: 138px;
}
#iso-9001:hover { 
	background-position: 0 -75px; 
}
a:hover.delete {
    color: #ffffff;
    background: #c92825;
    padding: 3px;
    text-decoration: none;
}

::-moz-selection {
    background: #dbdedd;
    color: black;
    text-shadow: 0px 1px 0px white;
}
::selection {
    background: #dbdedd;
    color: black;
    text-shadow: 0px 1px 0px white;
}
a:link { -webkit-tap-highlight-color: #004276 }

/* Helper classes */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
