/*------------------------------------------
 
 copyright 2010 by opendo
 
 Author: Georg Paul
 
 Author URI: http://www.opendo.at
 
 ------------------------------------------*/
 /*-----------------------------------------
[Table of contents]

1. reset styles
2. global styles
3. global classes
4. text formating
5. layout
6. content elemente
7. display none

--------------------------------------------*/
/* =1 Reset Style Sheet by Richard 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, dialog, figure, footer, header, hgroup, menu, nav, section, menu, 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, dialog, figure, footer, header, hgroup, 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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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 #000;
  cursor: help; }

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

hr {
  display: block;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* =2 global styles             */
/*------------------------------------------*/
html {
  height: 100%; }

body {
  font-size: 10pt;
  font-family: Arial, Verdana, sans-serif;
  line-height: 1.6em;
  color: #000;
  background: #fff;
  height: 100%; }

/* =3 global classes            */
/*------------------------------------------*/
.hidden {
  position: absolute;
  top: -9999px;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0; }

.clear {
  clear: both;
  height: 0; }

/* =4 text formatting           */
/*------------------------------------------*/
h1, h2, h3, h4, h5 {
  line-height: 1.2em;
  margin: 0 0 15px 0;
  font-weight: normal; }

.hgroup {
  margin-bottom: 0; }

.hgroup h2 {
  margin: 0; }

h1 {
  font-size: 2.1em;
  margin: 0 0 20px 0;
  font-weight: bold; }

h2 {
  font-size: 1.5em;
  font-weight: bold; }

h3 {
  font-size: 1.3em;
  font-weight: bold; }

h4 {
  font-size: 1.1em;
  font-weight: bold; }

h5 {
  font-size: 1em; }

p, ul, ol, dl {
  margin: 0.5em 0; }

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

abbr, dfn {
  font-style: normal;
  border: none; }

/* =5 layout                */
/*------------------------------------------*/
#page {
  width: 665px; }

#header {
  padding-bottom: 1em;
  border-bottom: 4pt solid #f5f5f5;
  margin-bottom: 2em; }

.section {
  margin-bottom: 2em; }

#footer {
  padding-top: 1em;
  border-top: 4pt solid #f5f5f5; }

/* =6 content elemente            */
/*------------------------------------------*/
/* global */
.csc-default {
  padding-bottom: 20px; }

.csc-default:last-child {
  padding-bottom: 0; }

.csc-default:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#intro, .csc-intro-text p {
  font-size: 1.2em;
  color: #b6b6ad;
  line-height: 1.5em;
  margin-bottom: 25px; }

/* module */
.module {
  margin-bottom: 35px; }

.article {
  margin-bottom: 35px; }

.article:last-child {
  margin-bottom: 0; }

.section .header a {
  display: none; }

.teaser .hgroup a {
  color: #000000;
  text-decoration: none; }

.teaser .hgroup h3 {
  font-size: 1em;
  margin-top: 8px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: normal; }

.teaser .hgroup h4 {
  font-weight: bold;
  margin-bottom: 5px; }

/* table */
.contenttable {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-collapse: collapse; }

.contenttable td, .contenttable th {
  padding: 10px 8px;
  text-align: center;
  border: 1px solid #ccc; }

.contenttable .td-0 {
  text-align: left; }

.contenttable td {
  border: 1px solid #ccc; }

.contenttable th {
  background: #fff;
  font-weight: normal;
  color: #b6b6ad; }

.contenttable tr :last-child {
  border-right: 0; }

.contenttable tr:nth-child(2n) td {
  background: #f9f9f9; }

/* lightbox thumbs */
.jcarousel-skin-lightbox li {
  display: inline; }

/* =12.3 adressen       */
/*------------------------------*/
.datatable td {
  vertical-align: top; }

.datatable th, .datatable td {
  text-align: left; }

.tx-oewmselken-pi1 .datatable td:first-child a:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  color: #888; }

/* =7 display none              */
/*------------------------------------------*/
.nav,
#top-bar,
#sujet,
.hidden,
.clear,
form {
  display: none; }
