/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tr,
tfoot,
th,
thead,
time,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}
.container_12 .grid_3 {
 width:240px;
}  

.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}

body {
  font: 90% Verdana, Arial, Helvetica, sans-serif;
  background:#FFF url(/img/bg/body_bg.png) top left repeat-x;
  color: #5a5a5a;
  padding-bottom:20px;
}

body.startpage {
  background:#e5d7cb url(/img/bg/startpage_bg.jpg) top center no-repeat;
}

body.startpage1 {
  background: #e5d7cb url("/img/bg/startseite_background2.jpg") no-repeat scroll 50% 52px;
}

body.praxis {
}

h1,h2,h3 {
  font-weight:normal;
}

h1 {
  color:#333;  
  font-size:1.6em;
  font-weight:normal;
  margin:20px 0 30px 0;
  
}


h2 {
  color:#333;  
  font-size:1.6em;
  font-weight:normal;
  margin:20px 0 30px 0;
}
.hr h2{
  color:#666;  
  font-size:1.6em;
  font-weight:normal;
  margin:10px 0 8px 25px;
}  

h3 {
  font-size:1.2em;
  font-weight:normal;
  margin:0.3em 0;
  color:#333;
}

p, li {
  color:#111;
  font-size:12px;
  line-height:18px;
}
article ul {
  #990000
}
    
article li {
  list-style:none;
  padding-left:20px;
  background:url(square.png) no-repeat 0px 6px;
  margin-bottom:0.8em;
  color:#666;
  
}

a img {
  border: none;
}

a {
  color: #990000;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/* ------------------------------------------------------------ */
/*  Layout              */
/* ------------------------------------------------------------ */

#wrapper {
  margin: 103px auto;
  margin-bottom:0px;
  padding:0 20px;
  background:#FFF;
  min-height:500px;
  box-shadow:3px 5px 7px #BBB;
        position:relative;
}

body.startpage #wrapper {
  background:url(/img/bg/startpage_section_bg.jpg) top center no-repeat;
  box-shadow:none;
  height:680px;
}

body.startpage1 #wrapper { 
  box-shadow:none;
  height:747px;
}
#wrapper .startpage {
  background:url(/img/bg/startseite_section_background.jpg) top center no-repeat;
}

body.startpage #wrapper h1 {
  color:#FFF;
  font-size:58px;
  letter-spacing:2px;
  opacity:0.8;
  filter:alpha(opacity=80);  
}

body.startpage #slogan {
  float:right;
  width:440px;
  margin-top:420px;
  margin-right:-30px;
}

body.startpage #slogan img {
  float:right;
}
body.table #vita {
  padding: 10px 0;
  font-size:12px;
}
body.table #vita td {
  font-size:12px;
}

/* ------------------------------------------------------------ */

body.praxis #wrapper {
  height:655px;
  background:#FFF url(/img/bg/praxis_bg.jpg) top right no-repeat;
}

body.praxis nav#main_menu {
  position:absolute;
  top:200px;
}

body.praxis article {
  margin-left:2px;
  margin-top:166px;
}

body.praxis article h1 {
  color:#666;
  font-size:24px;
}

body.praxis article p {
  color:#666;
  font-size:12px;
  text-align:justify;
}

/* ------------------------------------------------------------ */

body.leistungen #wrapper article {
  margin-top:275px;
  background-repeat:no-repeat;
  background-position:250px 40px;  
}



body.leistungen #wrapper .hr {
  height:95px;
  margin:0px -20px 20px -20px;
  padding-left:35px;
  padding-top:20px;
  background:url(/img/bg/hr_bg.png) repeat-x;
}


body.leistungen #wrapper h1 {
  color:#666;
  font-size:26px;
}

body.leistungen #wrapper p {
  color:#666;
  font-size:12px;
  text-align:justify;
}

body.leistungen #wrapper h3 {
  font-size:12px;
  font-weight:bold;
  color:#c2181d;
}
body #wrapper h3 a{
  font-size:12px;
  font-weight:bold;
  color:#c2181d;
}
  
body.leistungen .title {
  padding-left:260px;
}

body.leistungen #wrapper.container_12 .grid_full_1 {
  margin-right:10px;
  width:680px;
}

body.leistungen #wrapper.container_12 .grid_5 {
  margin-right:10px;
  width:385px;
}

body.leistungen #wrapper.container_12 .grid_4 {
  width:280px;
  margin-left:20px;
}

body.leistungen  #wrapper.container_12 .grid_4.first_colum {
  margin-left:40px;
  margin-right:20px;  
}

body.leistungen  #wrapper.container_12 .grid_4.last_colum {
  margin-right:0px;
  margin-left:30px;
}

body.leistungen p.har {
  border-bottom:dashed 1px #000;
  position:relative;
  margin:0 0 10px 0;
}
body.leistungen p.twenty {
  margin-left:40px;
}


body.leistungen p.har a {
  font-size: 16px;
  color:#666666;
  text-decoration:none;
  position:relative;
  left:-40px;
}

body.leistungen p.har img {
  position:relative;
  left:-60px;
}

body.leistungen p.har a:hover {
  color:#990000;
  text-decoration:underline;
}

.startpage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#starttext {
  background-color: #fff;
  background-color: rgba(255,255,255,0.7);
bottom: 0;
height: auto;
left: 0;
position: absolute;
width: 100%;
}
#startcontent {
  margin: 15px 30px;
}
#startcontent h1, #startcontent h2, #startcontent h3 {
  margin: 15px 0;
}

.startpage > nav#main_menu {
  top: 340px;
}

/* ------------------------------------------------------------ */

header {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding:0px;
  padding-bottom:11px;
  background:url(/img/bg/head_right_bg.png) left bottom repeat-x;
}

#head_left {
  position:absolute;
  left:0;
  width:50%;
  height:173px;
  margin-left:-490px;
  background:url(/img/bg/head_left_bg.png) left bottom repeat-x;
  z-index:0;
}

#logo {
  position:absolute;
  top:50px;
  width:400px;
  height:145px;
  margin-bottom:-265px;
  margin-left:-25px;
  background:url(/img/logo.png) left top no-repeat;
  z-index:100;
  padding-top:60px;
}

#logo p {
  margin-left:145px;
  font-size:14px;
  color:#5a5a5a;
  margin-bottom:10px;
}

#logo p strong {
  letter-spacing:-1px;  
}

#logo a {
  color:#5a5a5a;
  text-decoration:none;
}

#logoclean{
  background: transparent url("/img/bg/head_left_bg.png") repeat-x scroll left bottom;
  height: 105px;
    left: -10px;
    position: absolute;
    text-align: right;
    top: 68px;
    width: 420px;
    z-index: 100;
}
#logotitle {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  padding-right: 20px;
}
#logotitle > a, #logotitle > a:hover, #logotitle > a:active, #logotitle > a:focus {
  color: inherit !important;
  text-decoration: none !important;
}
#logokeywords {
  font-size: 15px;
  line-height: 25px;
  padding-right: 20px;
}
#logotel {
  font-size: 15px;
  line-height: 25px;
  padding-right: 20px;
}
#logoicon {
  background: transparent url("mund-outline.png") no-repeat scroll center center;
  height: 72px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 88px;
}

/* ------------------------------------------------------------ */

nav#top_menu {
  float:right;
  margin-top:80px;
  padding-bottom:5px;
  margin-right:-20px;
  padding-right:0px;
  text-align:right;
  text-wrap:none;
}

nav#top_menu ul {
  text-align:right;
}

nav#top_menu ul li {
  float:left;
  color:#5a5a5a;  
  list-style-type:none;
  margin:0px 10px 0px 0px;
  padding-right:10px;
  border-right:1px solid #5a5a5a;
  font-size:12px;
  text-transform:uppercase;  
}

nav#top_menu ul li:last-child {
  border-right:none;
  margin-right:0px;
  padding-right:0px;
}

nav#top_menu a {
  color:#5a5a5a;  
  text-decoration:none;
}

nav#top_menu a:hover {
color:#000;  
}

nav#top_menu label {
  float:left;
  margin-right:10px;
}

nav#top_menu input.search_field {
  float:left;
  border:0px;
  background:#ebe1d8;
  width:100px;
}


nav#main_menu {
  position:absolute;
  top:200px;
  left:50%;
  width:200px;
  margin-left:-470px;
}

#cb_main_menu, #btn_main_menu {
  display: none;
}

#main_menu_wrapper {
  margin-left:-20px;
}

nav#main_menu .level1,
nav#main_menu .level2 {
  list-style:none;
  line-height:21px;
  font-size:12px;
  width:220px;
  padding-left:20px;  
}

nav#main_menu .level3 {
  list-style:none;  
  line-height:21px;
  font-size:11px;
  width:200px;
  padding-left:30px;  
}

nav#main_menu .border {
  border-bottom:1px solid #999;
}

nav#main_menu li.level1:first-child a {
  border-top:1px solid #999;  
}

nav#main_menu .level1 a {
  color:#990000;
  text-decoration:none;
  width:220px;
  display:block;
  border-bottom:1px solid #999;  

}

nav#main_menu .level2 a {
  color:#666;
  text-decoration:none;
  width:210px;
  padding:0 0 0 10px;
  display:block;
  border-bottom:1px solid #999;  
}

nav#main_menu .level2 a:hover {
color:#990000;
}

nav#main_menu .level1 a:hover {
color:#666;
}

nav#main_menu .level3 a {
  color:#666;
  text-decoration:none;
  width:200px;
  display:block;
  border-bottom:1px solid #999;
}



nav#main_menu .level3 a.small1 {
  background:url(/img/numbers/s1.png) left no-repeat;  
}

nav#main_menu .level3 a.small2 {
  background:url(/img/numbers/s2.png) left no-repeat;  
}

nav#main_menu .level3 a.small3 {
  background:url(/img/numbers/s3.png) left no-repeat;  
}

nav#main_menu .level3 a.small4 {
  background:url(/img/numbers/s4.png) left no-repeat;  
}

nav#main_menu .level3 a.small5 {
  background:url(/img/numbers/s5.png) left no-repeat;  
}

nav#main_menu .level3 a.small6 {
  background:url(/img/numbers/s6.png) left no-repeat;  
}

nav#main_menu .level3 a.small7 {
  background:url(/img/numbers/s7.png) left no-repeat;  
}

nav#main_menu .level3 a.small8 {
  background:url(/img/numbers/s8.png) left no-repeat;  
}

nav#main_menu .level3 a.small9 {
  background:url(/img/numbers/s9.png) left no-repeat;  
}

nav#main_menu .level3 a.small10 {
  background:url(/img/numbers/s10.png) left no-repeat;  
}

nav#main_menu .level3 a.small11 {
  background:url(/img/numbers/s11.png) left no-repeat;  
}

nav#main_menu .level3 a.small12 {
  background:url(/img/numbers/s12.png) left no-repeat;  
}

nav#main_menu .active {
  background:url(/img/main_menu_li.png) left top repeat-x;
}

nav#main_menu .active2 a{
  color:#990000;
}

/* ------------------------------------------------------------ */

hr {
  background-color: #EEE;
  border-style: none;
  color: #EEE;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  clear:left;
}

/* ------------------------------------------------------------ */

footer {
  color:#FFF;
  background:#666;
  margin: 0 auto 20px auto;
  padding: 20px 0;
  line-height:120%;
  box-shadow:0px 7px 7px #BBB;
}

footer p {
  margin-bottom:2px;
}

footer p,
footer li,
footer a {
  color:#FFF;
  font-size:10px;
  text-decoration:none;
}

footer ul, li {
  margin:0px;
  padding:0px;
}

footer ul li {
  list-style:none;
}

footer ul li:before {
    content: "- ";
}

footer ol {
  margin-left:20px;
}

footer p.copyright {
  color:#CCC;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
  display: block;
}

/* ------------------------------------------------------------ */

#eyecatcher
{
  position:absolute;
  right:0;
  top:0;
  width:645px;
  height:262px;
  padding:0;
  overflow:hidden;
  z-index:11;
}
#dweyeimg
{
  height:262px;
}
.eyeimg
{
  display:block;
  width:645px;
  height:262px;
  position:absolute;
  top:0;
  left:0;
}
#eyeimg-1
{
  display:block;
}

.eyeimg > img {
    position: absolute;
    right: 0;
    top: 0;
}

.bildlauf {
display: block;
overflow: hidden;
position: relative;
width: 620px;
}

.bildlauf > img {
width: 100%;
}

.bildlauf > .mover {
left: 0;
top: 0;
position: absolute;
white-space: nowrap;
}


/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../img/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../img/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

/* ------------------------------------------------------------ */

.padding-white {
  background-color: #fff;
}

body.leistungen h1 span + span {display: block;margin-left:85px;}
body.leistungen h1 span + span + span {display: block;margin-left:60px;}
.margin-30 {float: right;margin-right: -30px;}
.margin-25 {float: right;margin-right: -25px;}
.margin-30::after, .margin-25::after {clear:both;}

.img-vita { 
padding: 20px 0px 20px 120px;
width: 310px;
}

.img-quote {
margin-left: 350px;
}

.embed-container {
  position: relative; 
  padding-bottom: 75%; /* ratio 4x3 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
.tel { text-decoration: none;}
.tel:hover, .tel:focus { text-decoration: underline;}