@import url("layout.css");

@page { 
    size:21.0cm 14.85cm; 
    margin:5cm 2cm 1.4cm 3cm; 
  }
  
  body {
    font-family: Arial, Verdana;
    font-size: 12px;
    background:white;
  }
  
  #printcontent #content {
  	padding:0;
  	width:100%;
  	text-align:justify; 
  }
  
  table td {
    font-size:12px;
    vertical-align:top;
  }
  
  #printcontent {
    width:650px;
    margin:0 auto auto;
  }
  
  #content, #printcontent #logo {
    float:left;
  }
  
  #printcontent #impressum {
    float:right;
    font-size:10px;
    margin-top:15px;
    text-align:left;
  }
  
  #printcontent #content div.linkelement {
  	border:none !important;
  }
  
  #clearer {
    float:none;
  }
  
  a {
    color:#3699C2;
    text-decoration:none;
  }
  
  a:hover {
    text-decoration:underline;
  }
  
  img {
    border:none;
  }
  
  h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top:1em;
    margin-bottom:0.8em;
  }

  h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top:1em;
    margin-bottom:1em;
  }

  h3 {
    font-size: 12px;
    font-weight: bold;
  }
	
	#footer {
		margin:20px 0;
	}
	
	.linkelement {
		border-color:transparent;
	}
	  
  .bildunterschrift img {
    display: none;
  }
