@media all {
  * {               
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
  }

  a, img, table, th, td, caption, fieldset {
    border: 0;
  }

  a, :focus {
    outline: 0;
  }
  
  a {
    text-decoration: underline;
  }
  
  a:hover, a:focus {
    text-decoration: none;
  }

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

  th, td {
    vertical-align: top;
  }

  h1 {
    font-size: 140%; 
  }

  h2 {
    font-size: 120%;
  }

  h3 {
    font-size: 120%; 
  }
  
  h2, h3 {
    font-weight: normal;
  }
  
  h4, h5 {
    font-size: 100%;
  }

  h1, h2, h3, h4, h5, h6, strong, .more {
    font-weight: bold; 
  }

  abbr, acronym {
    cursor: help;
  }

  em {
    font-style: italic;
  }

  blockquote {
    margin: 1em;
  }

  ul {         
    list-style: none;
    margin: 1em 1em 1em 13px;
  }
  
  ul li {
    list-style: square outside;
    line-height: 150%;
    margin-bottom: 5px;
  }

  ol {
    margin: 1em 1em 2em 2em; 
  }

  ol li {
    list-style: decimal outside;
    line-height: 150%;
    margin-bottom: 5px;
  }

  dl {
    margin: 1em;
    margin-left: 2em; 
  }

  dl dd {
    margin-left: 1em; 
  }

  caption {
    margin-bottom: .5em;
    text-align: left;
  }

  pre, code, kbd, samp, tt {
    font-family: monospace;
    font-size: 110%;
    line-height: 130%; 
  }
  
  a, a *, button, button * {
    cursor: pointer;
  }
  
  textarea {
    overflow: auto;
  }

  .centered {
    text-align: center; 
  }
  
  .nav, .nav li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

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

  .clear {
    display: inline-table;
  }

  /* Hides from IE-mac \*/
  * html .clear {
    height: 1%;
  }

  .clear {
    display: block;
  }
  /* End hide from IE-mac */
  
  .ri {
    text-align: right;
  }
}

@media screen {
  html, body {
    background: #fff;
    color: #333;
  }
  
  body {
    font-size: .8em;
    text-align: center;
  }
  
  .small {
    font-size: .7em;
  }
  
  .large {
    font-size: .95em;
  }
  
  a, h2, h3, h4 {
    color: #014471;
  }
  
  a {
    text-decoration: none;
  }
  
  a:hover {
    color: #da3925;
  }
  
  h2, h3, h4 {
    padding-bottom: .5em;
  }
  
  h2 {
    color: #da3925;
    font-size: 1.9em;
    font-weight: normal;
    line-height: 140%;
    padding-bottom: 1.0em;
  }
  
  h2, #footerWrap, #footerWrap * {
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  
  p {
    line-height: 150%;
    padding-bottom: 1em;
  }
  
  .access, #logo h1 span, #search label, #headerRightCol h3 span {
    display: none;
  }
  
  #siteholder {
    margin: 0 auto;
    text-align: left;
    width: 965px;
  }
  
  #logo {
    background: #aaabad url('../grafiken/logo_br.gif') right bottom no-repeat;
    display: block;
    padding: 10px 10px 5px 115px;
  }
  
  #logo h1, #logo h1 a {
    display: block;
    height: 65px;
    width: 361px;
  }
  
  #logo h1 {
    background: transparent url('../grafiken/logo.gif') left top no-repeat
  }
  
  #mainNav {
    display: block;
    font-size: 100%;
	font-weight:bold;
    padding: 20px 90px 40px;
    width: 775px;
  }
  
  .large #mainNav {
    padding-left: 80px;
    padding-right: 80px;
    width: 785px;
  }
  
  #mainNav li, #mainNav li a, #mainNav li span {
    display: block;
    float: left;
    text-decoration: none;
  }
  
  #mainNav li {
    padding-left: 2px;
  }
  
  #mainNav li a, #mainNav li span {
    padding: 5px 30px;
  }
  
  #mainNav li a:hover {
    color: #da3925;
  }


  #mainNav .act a,
  #mainNav .act span {
    background: transparent url('../grafiken/mainnav_act_bg.gif') left bottom repeat-x;
    color: #da3925;
  }
  
  #middle {
    background: transparent url('../grafiken/middle_bg.gif') right bottom no-repeat;
    padding-bottom: 90px;
  }
  
  #colLeft, #colMiddle, #colRight {
    display: block;
    float: left;
  }
  
  #colLeft {
    background: transparent url('../grafiken/colleft_bg.gif') left top no-repeat;
    padding: 20px 15px;
    width: 164px;
  }
  
  #colMiddle {
    font-size: .9em;
    padding: 0 24px 0 23px;
    width: 500px;
  }
  
  #colMiddle ul {
    padding-left: 2em;
    padding-bottom: 1em;
  }
  
  #colMiddle ul li {
    list-style: disc outside !important;
  }
  
  #colRight {
    background: transparent url('../grafiken/colright_bg2.gif') left top no-repeat;
    font-size: .8em;
    padding: 0 0 100px 0;
    width: 224px;
  }
  
  #colRight .box {
    padding: 0 20px 20px 20px;
  }
  
  #colRight #news h3 {
    background: transparent url('../grafiken/news_bg.gif') left top no-repeat;
    display: block;
    height: 73px;
  }
  
  #colRight #news h3 span {
    display: none;
  }
  
  #colRight #news a {
    display: block;
  }
  
  #colRight #news .entries {
	margin-top:20px;
	padding-right: 45px;
    font-size: 1.1em;
    line-height: 150%;
  }
  
  .date {
    display: block;
    font-weight: bold;
  }
  
  #search {
    display: block;
    padding-bottom: 15px;

  }
  

  #search input, #search button {
  	padding-top: 20px;
    display: block;
    float: left;
  }
      #search input {
    background: #c5c5c7;
    border: 0;
    color: #2f2f31;
    font-size: .85em;
    padding: 4px 3px;
    height: 1.2em;
    width: 104px;
  }
  

  
  #search button {
    background: #abacae url('../grafiken/btn_bg.gif') 50% 50% no-repeat;
    border: 0;
    height: 1.6em;
    padding: 3px 0;
    margin-left: 3px;
    text-indent: -3000px;
    width: 22px;
  }
  
  .small #search button {
    height: 1.4em;
  }
  
  .large #search button {
    height: 1.2em;
  }
  
  #textResize {
    color: #abacae;
    font-size: .8em;
  }
  
  #textResize .inf {
    font-weight: bold;
    display: block;
    float: left;
    padding-right: 10px;
  }
  
  #textResize a {
    background: transparent url('../grafiken/textresize.gif') 0 0 no-repeat;
    display: block;
    float: left;
    height: 13px;
    margin-left: 1px;
    overflow: hidden;
    text-indent: -3000px;
    width: 15px;
  }
  
  #textResize .medium {
    background-position: 0 -13px;
  }
  
  #textResize .large {
    background-position: 0 -26px;
  }
  
  .small #textResize .small,
  #textResize .small:hover {
    background-position: -15px 0;
  }
  
  .medium #textResize .medium,
  #textResize .medium:hover {
    background-position: -15px -13px;
  }
  
  .large #textResize .large,
  #textResize .large:hover {
    background-position: -15px -26px;
  }
  
  #subNav {
    padding-top: 15em;
  }
  
  #subNav {
    font-size: .85em;
  }
  
  #subNav li, #subNav li a, #subNav li span {
    color: #6e6d6d;
    display: block;
    font-weight: bold;
    width: 164px;
  }
  
  #subNav li a, #subNav li span {
    padding: 7px 0 7px 0;
    width: 164px;
  }
  
  #subNav li a:hover, #subNav li a:focus,
  #subNav .act a, #subNav .act span {
    color: #da3925;
  }
  
  #teaseImage {
    padding-bottom: 30px;
  }
  
  #colMiddle {
    letter-spacing: 0px;
  }
  
  #cont {
    font-size: 1.1em;
    line-height: 150%;
  }
  
    
  #cont a {
	text-decoration: underline;  
	}
  
  #cont a:hover {
	text-decoration: none;  
	}
  
  .img_left {
    float: left;
    margin: 4px 10px 4px 0;
 	padding: 4px;
	border: 1px solid #cccccc;
 }
  
  .img_right {
    float: right;
    margin: 4px 0 4px 10px;
 	padding: 4px;
	border: 1px solid #cccccc;
  }
  
  .im_left, .im_right {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
  }
  
  .im_right {
    float: right;
    margin: 0 0 10px 10px;
  }
  
  form {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  .form p {
    clear: both;
  }
  
  .form .front,
  .form .tx {
    padding: 3px 5px;
  }
  
  .form label {
    margin-right: 10px;
  }
  
  .form .front {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 130px;
  }
  
  .form .tx {
    background: #ececec;
    border: 1px solid #dedede;
    font-size: 100.01%;
    width: 320px;
  }
  
  .form .sub {
    margin-left: 130px;
  }
  
  button {
    background: transparent url('../grafiken/mainnav_act_bg.gif') left bottom repeat-x;
    border: 0 none;
    color: #da3925;
    font-weight: bold;
    padding: 5px 20px;
    text-align: center;
  }
  
  

 .kontaktformular_erfolg, .kontaktformular_fehler {
    background: #d5f48b;
    color: #000;
    display: block;
    margin: 10px 0 20px;
    padding: 8px 10px;
    text-align: center;
  }
  
  .kontaktformular_fehler {
    background: #ffd6da;
    color: #c30012;
  }

  #footer {
    clear: both;
    position: relative;
  }
  
  #footerWrap {
    background: #00447b url('../grafiken/footer_tl.gif') left top no-repeat;
    border-bottom: 2px solid #313234;
    font-weight: bold;
    padding: 10px 20px 9px;
  }
  
  #footerWrap, #footerWrap a {
    color: #fff;
  }
  
  #opts {
    bottom: 60px;
    display: block;
    font-size: 90%;
    left: 20px;
    position: absolute;
  }
  
  #opts a {
    background: transparent url('../grafiken/ico_print.gif') 10px 50% no-repeat;
    color: #868686;
    display: block;
    padding: 7px 15px 5px 40px;
    text-decoration: none;
  }
  
  #opts a:hover, #opts a:focus {
    text-decoration: underline;
  }
  
  #opts .tip {
    background-image: url('../grafiken/ico_tip.gif');
  }
  
}

@media print {
  html, body {
    background: #fff;
    color: #000;
    font-size: 11pt;
    line-height: 150%;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-size: 11pt;
    font-weight: bold;
  }
  
  h1 {
    font-size: 15pt;
  }
  
  h2 {
    font-size: 12pt;
  }
}
