@media all {
  * {               
    font-family: Verdana, Helvetica, Arial, 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: 0 0 5px 20px;
  }

  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;
  }
  
  .nav a {
    text-decoration: none;
  }

  .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: #e7e7e7 url('../grafiken/bg.jpg') left top repeat-x;
    color: #333;
    text-align: center;
  }
  
  body {
    font-size: .75em;
  }
  
  a {
    color: #5e1818;
  }
  
  h2, h3, h4 {
    padding-bottom: .5em;
  }
  
  h2 {
    letter-spacing: 1px;
    font-size: 1.4em;
    font-weight: normal;
    padding-bottom: 1.5em;
	line-height: 24px;
  }
  
  p {
    line-height: 160%;
    padding-bottom: 1em;
  }
  
  .access, #logo span, #search label, #colRight .news h3 span {
    display: none;
  }
  
  #siteholder {
    background: transparent url('../grafiken/siteholder_bg_r.jpg') right top repeat-y;
    margin: 17px auto 30px;
    text-align: left;
    width: 983px;
  }
  
  #siteholder #r {
    background: transparent url('../grafiken/siteholder_bg_r2.jpg') right top no-repeat;
  }
  
  #siteholder #t {
    background: transparent url('../grafiken/siteholder_bg_t.jpg') left top no-repeat;
  }
  
  #siteholder #b {
    background: transparent url('../grafiken/siteholder_bg_b.jpg') left bottom no-repeat;
    padding: 2px 9px 7px 0;
    width: 974px;
  }
  
  #siteholderWrap {
    background: #ffffff;
    display: block;
    min-height: 855px;
    padding: 14px;
    width: 946px;
  }
  
  #logo {
    display: block;
    float: right;
    width: 295px;
  }
  
  #logo, #logo h1, #logo h1 a {
    display: block;
  }
  
  #logo h1, #logo h1 a {
    height: 143px;
    width: 296px;
  }
  
  #logo h1 {
	}
  
  #headerImage {
    display: block;
    float: right;
    padding: 0 0px 0 0;
  }
  
  #metaBereich {
    background: #5e1818;
    float: left;
    font-size: .9em;
    height: 113px;
	margin-right: 8px;
    padding: 13px 0 14px;
    width: 188px;
  }
  

  #metaBereich p {
    padding: 2px 14px;
	    color: #fff;
    width: 160px;
  }
    


  #middle {
    padding: 27px 0 0 0;
  }
  
  #colLeft, #colMiddle, #colRight {
    display: block;
    float: left;
    padding: 10px 0 0 0;
  }
  
  #colLeft {
    background: transparent url('../grafiken/colleft_bg.gif') left top repeat-x;
    font-size: 1.05em;
    padding-top: 1.8em;
    width: 188px;
  }
  
  #colMiddle {
    font-size: 1.05em;
    padding: 2em 20px 0 30px;
    width: 449px;
     line-height: 160%;
 }
  
  #colRight {
    float: right;
    font-size: .9em;
    padding-right: 10px;
    width: 220px;
  }
  
  #colRight p {
    line-height: 160%;
  }
  
  #mainNav {
    padding: 40px 0 300px;
  }
  
  #mainNav li {
    font-weight: bold;
    padding: 6px 0;
  }
  
  #mainNav li a, #mainNav li span, #colRight h3 {
    display: block;
    padding: 3px 10px 3px 27px;
  }
  
  #mainNav li a:hover, #mainNav li a:focus {
    background: #737373;
	color: #fff;
  }
  
  
  #mainNav .cur1 a, #mainNav .cur1 a:hover, #mainNav .cur1 a:focus, #mainNav .cur1 span {
    background: #5e1818;
    color: #fff;
  }
  
  #mainNav .cur a, #mainNav .cur a:hover, #mainNav .cur a:focus, #mainNav .cur span, #colRight h3 {
    background: #5e1818 url('../grafiken/dropshadow.gif') left bottom repeat-x;
    color: #fff;
    padding-bottom: 11px;
  }
  
  #mainNav li ul {
    background: #ffffff url('../grafiken/dropshadow.gif') left top repeat-x;
    margin: 0;
    padding: 11px 0 10px 0;
  }
  
  #mainNav li li {
    font-size: 80%;
    font-weight: normal;
    padding: 0;
  }
  
  #mainNav li li a, #mainNav li li a:hover, #mainNav li li a:focus, #mainNav li li span,
  #mainNav .cur li a, #mainNav .cur li span {
    background: none !important;
    color: #5e1818 !important;
    padding: 3px 10px 3px 43px !important;
  }
    
  #mainNav li li a:hover, #mainNav li li a:focus {
    background: transparent url('../grafiken/arrow2.gif') 27px 7px no-repeat !important;
  }
  
  #mainNav li .act a, #mainNav li .act a:hover, #mainNav li .act a:focus, #mainNav li .act span {
    background: transparent url('../grafiken/arrow2_act.gif') 27px 7px no-repeat !important;
	font-weight:bold;
  }
  

  
  #colMiddle .img-left, #colMiddle .img-right {
    border: 1px solid #c4c2c3;
    margin: 0 15px 15px 0;
    padding: 4px;
  }
  
  #colMiddle .img-left {
    float: left;
  }
  
  #colMiddle .img-right {
    float: right;
    margin: 0 0 15px 15px;
  }

.img2 {
	padding: 5px;
	border: 1px solid #ccc;
	}

  #opts {
    display: block;
    font-size: .9em;
    padding: 50px 0 40px;
  }
  
  #opts a {
    background: transparent url('../grafiken/print.gif') right 50% no-repeat;
    color: #a9b7d4;
    display: block;
    float: left;
    margin-right: 15px;
    text-indent: -3000px;
    text-decoration: none;
    width: 22px;
  }
  
  #opts a:hover, #opts a:focus {
    text-decoration: underline;
  }
  
  #opts .tip {
    background-image: url('../grafiken/tip.gif');
  }
  
  #colRight h3 {
    padding-left: 10px;
  }
  
  #colRight .boxInner {
    padding: 10px;
  }

  #colRight .boxInner a:hover {
    color: #737373;
  }

  #colRight a {
    display: block;
    text-decoration: none;
  }
  
  #colRight a img {
    margin-left: 3px;
  }
  
  #colRight .callback {
	margin-top: 20px;
}
    
  #colRight .callback p {
    color: #666666;
    font-size: 110%;
    padding: 5px 10px 1em 10px;
  }
  
  #colRight .callback .boxInner p {
    font-size: 100%;
    padding: 0 0 1em 0;
  }
  
    
    #colRight .callback p.errormsg {
	  color: #cd2727;
	  }
	  
	     #colRight .callback p.successmsg {
	  color: #5e1818;
	  }
	   
  
  label {
    display: none;
  }
  
  .tx, .msg, button {
    background: #dddddd;
    border: 1px solid #a8a6a7;
    border-bottom: 0;
    border-right: 0;
    padding: 3px 2px;
  }
  
  button {
    background: #5e1818;
    border: 1px solid #5e1818;
    color: #fff;
    text-align: center;
  }
  
  
    .button {
    background: #5e1818;
    border: 1px solid #5e1818;
    color: #fff;
    text-align: center;
  }
  
  
  .callback .tx {
    width: 175px;
  }
  
  .callback select.tx {
    width: 180px;
  }
  
  .split select {
    float: left;
    width: 110px !important;
  }
  
  .split button {
    float: left;
	margin-left: 10px;
    width: 60px;
  }
  

	  
  #footer {
    color: #949293;
    display: block;
    padding: 20px 0 10px 222px;
    width: 445px;
  }
  
  #footer a {
    text-decoration: none;
  }
  
}

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