@media all {
  * {               
    font-family: Arial, Verdana, 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%; 
  }

  h1, h2, h3 {
    margin: 1em 0;
  }

  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 0em 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 url('../grafiken/bg.gif') left top repeat-y;
    color: #000;
  }
  
  body {
    font-size: .80em;

  }
  
  .small {
    font-size: .7em;
  }

  .large {
    font-size: .85em;
  }
  
  
  a, h2, .blue, #metaNav {
    color: #0079c7;
  }
  
  h2 {
    font-size: 1.6em;
    font-weight: normal;
    line-height: 150%;
  }
  
    
  h3 {
	  margin-top: 20px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 150%;
  }
  
  p {
    font-size: 1em;
    line-height: 150%;
    padding-bottom: 1em;
  }
  
  .access, #logo h1 span, #search label, #news .teaser h3 {
    display: none;
  }
  
  #siteholder {
    margin: 0;
    padding-bottom: 40px;
    position: relative;
    text-align: left;
    width: 988px;
  }
  
  #logo, #logo h1, #logo a {
    display: block;
    height: 145px;
    width: 233px;
  }
  
  #logo {
    left: 0;
    position: absolute;
    top: 19px;
  }
  
  #logo h1 {
    background: transparent url('../grafiken/logo.gif') left top no-repeat;
    border-left: 15px solid #e2e2e2;
    line-height: 0;
    margin: 0;
  }
  
  #metaBox {
    font-size: 1em;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 198px;
  }
  
  #metaNav {
    font-size: .9em;
    padding-bottom: 20px;
  }
  
  #search {
    background: #fff;
    padding: 0 0 20px 8px;
    width: 190px;
  }
  
  #search input, #search button {
    background: #fff;
    border: 1px solid #ccc;
    color: #5f6772;
    float: left;
    height: 1.15em;
    padding: 1px 5px;
  }
  
  #search input {
    width: 160px;
  }
  
  #search button {
    background: #fff url('../grafiken/btn_bg.gif') 1px 60% no-repeat;
    height: 1.5em;
    margin-left: 2px;
    text-indent: -2000px;
    width: 16px;
  }
  
  #textresize {
    background: #fff url('../grafiken/colright_box_bg.gif') right top repeat-y;
    color: #5f6772;
    font-size: 90%;
    padding: 5px 5px 5px 20px;
    width: 173px;
  }

  #textresize .inf, #textresize .right {
    display: block;
    float: left;
  }

  #textresize .inf {
    margin-top: 4px;
    width: 105px;
    text-align: left;
  }

  #textresize .right {
    float: right;
    width: 68px;
    text-align: right;
  }

  #textresize, #textresize a {
    text-decoration: none;
  }

  #textresize a {
    padding: 1px 4px;
  }

  #textresize a:hover {
    text-decoration: underline;
  }

  #textresize .small {
    font-size: 80%;
  }

  #textresize .large {
    font-size: 130%;
  }

  .small #textresize .small,
  .medium #textresize .medium,
  .large #textresize .large {
    background: #0079c7;
    color: #fff;
    text-decoration: none !important;
  }
  
  #colLeft, #colMiddle, #colRight {
    float: left;
    margin: 200px 0 0;
  }
  
  #colLeft {
    padding-left: 23px;
    width: 201px;
  }
  
  #colMiddle {
    margin: 5px 0 5em;
    width: 555px;
    line-height: 150%;
    padding-bottom: 1em;
  }
  
  #colRight {
    background: transparent url('../grafiken/services_bg.gif') left top no-repeat;
    font-size: .95em;
    margin-top: 200px;
    padding: 18px 11px 20px 0;
    width: 198px;
  }                         

  #mainNav {
    background: #fff url('../grafiken/mainnav_bg.jpg') right bottom no-repeat;
    border: 1px solid #ccc;
    margin: 0 0 14em;
    overflow: hidden;
    padding: 5px 0 20px;
    width: 199px;
  }
  
  #mainNav ul {
    margin-top: -1px;
  }
  
  #mainNav li {
    margin-top: 1px;
	font-size:1em;
  }
  
  #mainNav li, #mainNav li a, #mainNav li span {
    display: block;
    width: 199px;
  }

  #mainNav li a, #mainNav li span {
    background: #fff url('../grafiken/nav_li_bg.gif') left top repeat-y;
    color: #0079c7;
    font-weight: bold;
    padding: 5px 10px 5px 17px;
    text-decoration: none;
    width: 172px;
  }
  
  #mainNav li ul,
  #mainNav li li {
    margin: 0;
  }
  
  #mainNav li ul {
    padding: 5px 0 8px 0;
  }
  
  #mainNav li li {
    font-size: .95em;
  }
                 
  #mainNav li li a, #mainNav li li span {
    background: transparent url('../grafiken/nav_li_arrow.gif') 17px .65em no-repeat !important;
    color: #535353 !important;
    font-weight: normal;
    padding: 3px 10px 3px 27px !important;
    width: 172px !important;
  }

  #mainNav li a:hover, #mainNav li a:focus, 
  #mainNav .act a, #mainNav .act span, #mainNav li .act a, #mainNav li .act span {
    background: #fff url('../grafiken/nav_li_bg-2.gif') left top repeat-y;
    color: #fff;
  }
  
  #mainNav li li a:hover, #mainNav li li a:focus,
  #mainNav li .act a, #mainNav li .act span,
  #mainNav li .act a:hover, #mainNav li .act a:focus {
    background-color: transparent none !important;
    color: #0079c7 !important;
  }
  
  #teaseImg {
    padding-bottom: 5px;
  }
  
  #teaseImg img {
    vertical-align: middle;
  }
  
  #cont {
    background: transparent url('../grafiken/cont_bg.jpg') left top no-repeat;
    display: block;
    padding: 10px 47px 50px 36px;
    width: 472px;
	font-size: 1.1em;
  }
  
    #cont ul {
		margin: 0 0 30px 35px;
		padding: 0;
	} 
	
	  .img_left {
    float: left;
    margin: 4px 10px 4px 0;
    }
  
  .img_right {
    float: right;
    margin: 4px 0 4px 10px;
    }
	
  .imgTextWrap {
    padding: 20px 0;
	font-size: 0.9em;
  }
  
  .imgText {
    display: block;
  }
  
  .imgText .img {
    display: block;
    float: left;
	  }
  
  .imgText .text {
    display: block;
    float: right;
  }
  
  #cont .imgText {
    padding: 0;
    margin-bottom: 15px;
  }
  
  #cont .imgText.even {
    background: transparent url('../grafiken/imgtext_bg.gif') right top repeat-y;
  }
  
  #cont .imgText .img {
    padding-top: 5px;
    width: 124px;
  }
  
  #cont .imgText .text {
    padding: 5px 20px 5px 10px;
    width: 310px;
  }
  
  #cont .imgText .text h3 {
    font-size: 1.1em;
    margin: 0;
    line-height: 110%;
  }
  
  #cont .imgText .text p {
    padding: 5px 0 0;
  }
  
  #callback .imgText {
    padding: 10px 5px;
  }
  
  #callback .imgText .img {
    width: 51px;
  }
  
  #callback .imgText .text {
    padding-top: 10px;
    width: 130px;
  }
  
  #callback p {
    padding: 0 10px 20px;
  }
  
  #callback .imgText .text p {
    padding: 0;
  }
  
  .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 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .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 {
    border: 1px solid #ccc;
    font-size: 100.01%;
    width: 260px;
  }
  
  .form .sub {
    margin-left: 130px;
  }
  
  .form select.tx {
    width: 262px;
  }
  
  .successmsg, .errormsg {
    background: #d5f48b;
    color: #000;
    display: block;
    margin: 10px 0 20px;
    padding: 8px 10px;
    text-align: center;
  }
  
  .errormsg {
    background: #ffd6da;
    color: #c30012;
  }
  
  #callback form p {
    padding: 0 0 10px 0 !important;
  }
  
  #callback .front {
    width: 160px;
  }
  
  #callback .tx {
    width: 230px;
  }
  
  #callback select.tx {
    width: 152px;
  }
  
  #callback .sub {
    margin-left: 160px;
  }
  
  button {
    background: #0079c7;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    text-align: center;
  }
  
  #colRight .box {
    background: #fff url('../grafiken/colright_box_bg.gif') right top repeat-y;
    border-top: 9px solid #0079c7;
    margin-bottom: 15px;
    width: 198px;
  }
  
  #colRight .box .boxWrap {
    border: 1px solid #e6e6e6;
    border-top: 0 none;
    width: 196px;
  }
  
  #colRight .box .boxWrap h4 {
    color: #0079c7;
    font-size: 1.2em;
    line-height: 130%;
    padding: 10px 10px 0;
  }
  
  #news .entries {
    overflow: hidden;
    margin: 10px 0 10px 10px;
  }
  
  #news p {
    padding: 0;
  }
  
  #news a {
    display: block;
    padding: 6px 0;
    text-decoration: none;
  }
  
  #news a img {
    margin-left: 3px;
  }
  
  #news a:hover, #news a:focus {
      background:#fff;
	  color:#0c96ef;
  }
  
  #footer {
    clear: both;
    font-size: .9em;
    position: relative;
    width: 100%;
  }
  
  #footerWrap {
    padding-left: 255px;
  }
  
  #opts {
    border-bottom: 11px solid #0181c8;
    bottom: 1px;
    display: block;
    font-size: 1em;
    left: 24px;
    padding: 0 0 20px 30px;
    position: absolute;
    width: 157px;
  }

  #footer, #footer a {
    color: #7f7f7f;
    text-decoration: none;
  }
  
  #footer a:hover, #footer a:focus {
    text-decoration: underline;
  }
  
  #opts a {
    background: transparent url('../grafiken/print.gif') left 50% no-repeat;
    display: block;
    padding: 3px 0 9px 34px;
  }
  
  #opts .tip {
    background-image: url('../grafiken/tip.gif');
  }
  
  #opts .gotop {
    background-image: url('../grafiken/gotop.gif');
  }
}

