@import url("reset.css");
/* CSS Document */
body 
{
    margin:auto auto;
    padding:0;
    background: transparent;
    font-family:Arial, Helvetica, Verdana;
    color:#000000; 
    width:100%;   
    line-height:normal;
}

#Print_header
{
    width:100%; 
    height:auto;
    padding-bottom:1em;
    margin-bottom:2em;
    border-bottom:1px solid #5c5d5f;
    overflow:hidden;
    }
	
#print_footer 
{
  clear:both;
  font-size: .8em;
  color: #a0a0a0;
  margin: 2em 0 1em 0;
  padding: 3em 0 0 0;
  text-align: left;
}

.print_adresse 
{
    float:right;
    width:15em;
    margin: 0 0 1em 0;
    text-align:right;
}

.print_copy
{
    float:left;
    width:25em;
    margin: 0 0 1em 0;
}
a, a:visited, a:hover, a:visited:hover {
  color: #f4811f;
  background: transparent;
  text-decoration: none;
}

img { border:0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0 0 1em 0 !important;
  page-break-after: avoid;
}

h1 {font-size:larger ;color: #f4811f;}

p {
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}

a#printen,
#navmenu,
#functions, 
#title, 
#head, 
#subnav,
#footer{
	display:none;
	}
	
	
	
#rightside {
	width:100%;
	}	
	
         
    .contentleft { }
    .contentright { clear:both;margin-top:1cm}
    .contentwide {  }
    .article { }
    
    
    
.contentwide  table
{
    padding: 0px;
    text-align:left;
    vertical-align:middle;
    border-collapse:collapse;
    line-height:normal;
    border: 1px #000 solid;
    width:99%;
    margin-left:0.1em;
    }
    
.contentwide  table td {
	    border: 1px #000 solid;
	    padding: 3px 3px 3px 5px;
	    -moz-border-radius: 0px 0px 0px 0px;
	    height:35px;
	    font-size:small;
    }
    
.contentwide  table th 
{
	    border: 1px #000 solid;
	    padding: 1px 1px 1px 5px;
	    -moz-border-radius: 0px 0px 0px 0px;
	    height:35px;
	    vertical-align:bottom;
	    line-height:normal;
	    font-size:small;
    }