/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.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%;
}

/*/////////////////////////////////////////////////////////*/

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  font: 13px/18px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
  color: #939598;
}

p {
  margin-bottom: 16px;
}

a {
  color: #939597;
  text-decoration: none;
}

h1 {
  font-size: 13px;
  margin-bottom: 16px;
}

a:hover {
  color: #d1d3d4;
}

#wrapper {
  width: 980px;
  margin-left: auto;
  margin-top: 40px;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.logoTxt {
  text-indent: -10000px;
}

.rowLeft,
.rowRight {
  float: left;
}

.rowLeft {
  width: 475px;
  margin-right: 40px;
}

.rowRight {
  width: 460px;
}

nav {
  padding-top: 49px;
  width: 465px;
  float: right;
  font: 14px HermesSansBold;
  text-align: right;
}

nav a {
  color: #939597;
  text-decoration: none;
  margin-left: 18px;
}

nav a:hover,
nav a.current {
  color: #d1d3d4;
}

header {
  padding-bottom: 55px;
  height: 66px;
}

.phonenumber {
  position: relative;
  float: right;
  top: -90px;
  font-weight: bold;
  font-size: 14px;
}

section img {
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.slideshow img {
  position: absolute;
}

.ticker {
  width: 980px;
  position: absolute;
  color: #8ec449;
  font: 24px HermesSansBold;
  margin-top: 580px;
  overflow: hidden;
  height: 30px;
  background-color: rgba(255, 255, 255, 0);
}

.ticker div {
  left: 980px;
  position: relative;
  width: 10000px;
}

.ticker div p {
  display: inline-block;
  color: #96be0c;
}

.people a img {
  margin-bottom: 11px;
  margin-right: 14px;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  opacity: 0.2;

  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.people a:hover img,
.people a.current img {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.imgTop {
  height: 205px;
  padding-bottom: 35px;
}

.smallRow {
  width: 315px;
  float: left;
  margin-right: 15px;
}

.last,
.people a.last img {
  margin-right: 0px;
}

ul {
  padding-left: 15px;
  margin-top: -16px;
}

aside {
  position: absolute;
  top: 800px;
  padding-bottom: 50px;
}

aside #glossar,
aside #shortnav {
  display: none;
  width: 980px;
}

#glossar p {
  width: 560px;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

aside #glossar .item {
  padding-bottom: 8px;
}

aside #glossar .con {
  display: none;
  width: 560px;
}

aside #glossar .con a {
  color: #0068b5;
}

aside #glossar .con a:hover {
  color: #95c000;
}

aside #glossar h3 {
  cursor: pointer;
  cursor: hand;
  padding-bottom: 0;
  margin-bottom: 0;
}

aside #glossar h3:hover {
  color: #95c000;
}

aside #shortnav ul {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
}

aside #shortnav ul li {
  float: left;
  list-style: none;
  padding-right: 10px;
}

.mobile #wrapper {
  width: 90%;
}

.mobile header nav,
.mobile header .phonenumber,
.mobile .rowLeft {
  display: none;
}

.mobile .rowRight {
  width: 100%;
}

.mobile #logo {
  width: 100%;
  max-width: 350px;
}

.mobile header {
  padding-bottom: 20px;
}
