@import url("layout.css");

body {
    font-family: Arial, Verdana;
    font-size: 12px;
    background:white;
  }
  
  table td {
    font-size:12px;
    vertical-align:top;
  }
  
  #printcontent {
    width:650px;
    margin:auto;
  }
  
  #printcontent #content {
  	padding:0;
  	width:100%;
  	text-align:justify;
  }
  
  #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 {
    clear:both;
  }
  
  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;
}

ul {
	color:#666;
	list-style-type:disc;
	padding-left:2.5em;
	padding-right:0px;
	line-height:1.5em;
}
