

/*----------------------------------------------------*/
/*-------------------| =reset_all |-------------------*/
/*----------------------------------------------------*/

html, body, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form, label, input, fieldset, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  color: #000;
  text-decoration:none;
  behavior: url(iepngfix.htc);
}

a:link:after, a:link:visited:after {
 content: " (URL: <" attr(href) ">) ";
}



ul { list-style: none; }



/*----------------------------------------------------*/
/*-------------------| =site-style |------------------*/
/*----------------------------------------------------*/

#header{ display:none; }


#sidebar { display:none; }

#sidebar #imgUnsere a:link:after, a:link:visited:after {display:none; }

#content-container {
  width:100%;
  float:right;
}

#content-container h1 {
  text-indent:0px;
  font-size:22px;
  margin:0 0 25px 0;
}

#main-content { width:100%; }

#main-content p {
  line-height:18px;
  color:#8d8d8d;
  margin:0 0 18px 0;
}



#main-content p a, .content-main a {
  color:#05056f;
  font-size:13px;
  text-decoration:underline;
  content:" [" attr(href) "] ";
}

#footer-out { display:none; }

