html { overflow-y: scroll; }

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

table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
del { text-decoration: line-through; }
input, select { vertical-align:middle; }
textarea { overflow: auto; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button {  width: auto; overflow: visible; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; }
a:hover, a:active { outline: none; }
a, a:active, a:visited {}
a:hover {}
a img { border:none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border:0;padding:0;margin:0;}

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

.c:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .c             { zoom: 1; } /* IE6 */
*:first-child+html .c { zoom: 1; } /* IE7 */

.hidden { display: none; visibility: hidden; }
.invisible { visibility: hidden; }

@media all and (orientation:portrait) {}
@media all and (orientation:landscape) {}
@media screen and (max-device-width: 480px) {}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
Rot:   #d41217
Blau:   #009fe3
Breite total: 980
Font Mainmenu:   Trebuchet MS, etc.   22 px
Teaser: 980 x 340
*/

body {
  font-family:Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size:87.5%;
  background-color:#fcfcfc;
  color:#444;
}

#wrapper-header { width:980px; height:145px; margin:0 auto 15px auto; position:relative; background:url('../images/gradient.png') left bottom no-repeat; }
  #logo { position:absolute; left:0; top:23px; width:350px; height:97px; }
  .blue #logo { background-image:url('../images/logo.blue.png'); }
  .red  #logo { background-image:url('../images/logo.red.png'); }
  
  /* BEGIN Hauptnavigation */
  #nav-main { position:absolute; right:0; top:79px; font-family:'Trebuchet MS'; font-size:22px; }
  #nav-main ul {}
  #nav-main li { display:inline; margin-left:3px; }
  #nav-main a {
    height:36px;
    text-decoration:none;
    padding:5px 15px;
    -webkit-border-radius:36px;
    -moz-border-radius:36px;
    -o-border-radius:36px;
    border-radius:36px;
  }

  /* BEGIN blau */
  .blue #nav-main a { color:#009fe3; }
  .blue #nav-main a:hover { color:white; }
  .blue #nav-main a:hover { background-color:#009fe3; }
  .blue #nav-main .active a { background-color:#009fe3; color:white; }
  .blue #nav-main .active a:hover { background-color:#008ed2; }
  /* END blau */

  /* BEGIN rot */
  .red #nav-main a { color:#d41217; }
  .red #nav-main a:hover { color:white; }
  .red #nav-main a:hover { background-color:#d41217; }
  .red #nav-main .active a { background-color:#d41217; color:white; }
  .red #nav-main .active a:hover { background-color:#c30106; }
  /* END rot */
  /* END Hauptnavigation */

#teaser { width:980px; height:340px; margin:0 auto 30px auto; background-color:#eee; position:relative; }
  .teaser-shadow { position:absolute; bottom:0; left:0; width:980px; height:100px; background:url('../images/shadow.png') left bottom no-repeat; z-index:999; }
#main { width:980px; margin:0 auto; padding-bottom:15px; background:url('../images/gradient.png') left bottom no-repeat; }
  #sidebar { width:270px; float:left; }
    #sidebar nav ul { margin:0; padding:0; font-family:'Trebuchet MS'; font-size:16px; }
    #sidebar nav li { list-style:none; background:url('../images/icon.document.png') 0 6px no-repeat; padding-left:15px; margin-bottom:3px; }
    #sidebar nav .active a {}
    .blue #sidebar nav a:hover { color:#bbb; }
    .blue #sidebar nav a { color:#009fe3; }
    .red  #sidebar nav a:hover { color:#bbb; }
    .red  #sidebar nav a { color:#d41217; }

  #content { width:680px; float:right; }

#footer { width:980px; margin:1em auto; text-align:center; font-size:11px; color:#999;}
  #footer a { color:#666; }
  .blue #footer a:hover { color:#009fe3; }
  .red  #footer a:hover { color:#d41217; }

.blue #content a { color:#009fe3; }
.blue #content a:hover { color:#bbb; }
.red  #content a { color:#d41217; }
.red  #content a:hover { color:#bbb; }

h1     { margin-bottom:10px; font-weight:normal; font-size:24px; font-family:'Trebuchet MS'; }
h2     { margin-bottom:10px; font-weight:normal; font-size:20px; font-family:'Trebuchet MS'; }
h3     { margin-bottom:10px; font-weight:normal; font-size:16px; font-family:'Trebuchet MS'; }
h4     { margin-bottom:10px; font-weight:bold; font-size:16px; font-family:'Trebuchet MS'; }
h5     { margin-bottom:10px; font-weight:bold; font-size:.9em; font-family:'Trebuchet MS'; }
h6     { margin-bottom:10px; font-weight:bold; font-size:.8em; font-family:'Trebuchet MS'; }
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 { margin-top:   25px; }

.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6 { color:#009fe3; }

.red h1,
.red h2,
.red h3,
.red h4,
.red h5,
.red h6 { color:#d41217; }

#mapviewer { margin-bottom:10px; }

p,
ol,
ul,
blockquote,
table,
dl,
iframe { margin-bottom:10px; line-height:1.5em; }

#content ul { margin-left:18px; }
#content li { margin-bottom:5px; }

#content td { padding-right:10px; }
sub { font-size:.8em; line-height:1.0em; }
.csc-textpic { margin-top:25px; }

#content input[type=text],
#content input[typ3=password],
#content textarea {
    font-family:Verdana, Tahoma, Helvetica, Arial, sans-serif;
  width:480px;
  padding:5px 7px;
  border:none;
  font-size:14px;
  color:#444;
  background-color:#eee;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    margin:0 0 5px 0;
}

#content input[type=text]:focus,
#content input[typ3=password]:focus,
#content textarea:focus {
  color:#d41217;
}

#content textarea { height:200px; }

#content input[type=checkbox] {
  vertical-align:baseline;
  margin-bottom:5px;
}

#content .csc-mailform-field-text + .csc-mailform-field-checkbox { margin-top:7px; }
#content .csc-mailform-field-checkbox + .csc-mailform-field-text { margin-top:8px; }

div.csc-textpic-center div.csc-textpic-imagewrap { margin:0 0 10px 0 !important; }

a.fancybox img {
  padding:10px; background-color:#eeeeee;
}

#main a.button-full-width {
  height:27px; line-height:27px; width:300px; display:inline-block; text-align:center;
  color:#555555;
  text-shadow:0 1px 1px white;
  background:url('../images/button.png') left top no-repeat;
}
#main a.button-full-width:hover {
  background-position:0 -27px;
  color:#555555;
}

#main a.button,
#content input[type=submit] {
  cursor: pointer;
  font-size:14px;
  font-family:Verdana;
  height:27px; line-height:27px !important; padding:0 10px; display:inline-block; text-align:center;
  color:#555555;
  text-shadow:0 1px 1px white;
  background-color:rgb(246,246,246);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(237,237,237)),
    color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(237,237,237) 0%,
    rgb(255,255,255) 100%
  );
  border:1px solid #d0d0d0;
  border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;  
}
#main a.button:hover,
#content input[type=submit]:hover {
  color:#555555;
  background-color:rgb(237,237,237);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #d4d4d4),
    color-stop(1, #f4f4f4)
  );
  background-image: -moz-linear-gradient(
    center bottom,
    #d4d4d4 0%,
    #f4f4f4 100%
  );
  border-color:#afafaf;
}
#content input[type=submit] {
  height:29px;
  margin-bottom:1em;
}
