* {
    margin: 0;
    padding:0;  
    border: 0px;
    line-height: 1.5;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
}

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

img {
    max-width: 500px;
    border: 1px solid #000;
}

a[href^="http://"]:after, a[href^="ftp://"]:after
{
  content: " (" attr(href) ") ";
  font-size: 10pt;
}

abbr, acronym
{
  border: 0;
}

abbr[title]:after, acronym[title]:after
{
  content: " (" attr(title) ") ";
  font-size: 10pt;
}

h1, h2, h3, h4
{
  page-break-after: avoid;
}

p, blockquote, ul, ol, dl, pre
{
  page-break-inside: avoid;
}

h1 {
    margin-top: 15px;
    color: #000;   
}

#rounded_top, #links, #footer, #colofon, #cmsmenu, #showhide {
    display:none;
}

#middel {
    width:780px;
    padding: 0px;
}

#texteditor {
    width:780px;  
    border:0px;
}

ul {
    list-style-type: circle;
        list-style-image: none;
    margin-left:  1em;
} 

#header img {
    height:30px;
}

div#header {
    background: #fff;
    height: 60px;
    border-bottom: #fc550f 0px solid;
}