
/*
-----------------------------------------------
www.beratung-hamburg.info
printstyle
author:   stefan bruemmer, www.vektorfabrik.de
version:  290607
----------------------------------------------- */


/* general */
*{margin:0;padding:0;}
html{font-size: 100%; /* IE hack */ }

body {
	padding:0;
	font-family: georgia, serif; 
	font-size: 12pt;
	line-height: 1.5em;
	color: #000;
	background:#fff;
}

a, a:link, a:visited, a:hover, a:active {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
}

#top, #navcontainer, #search, #submenu {
  display: none !important;
}

#content{padding:0 !important}
#sidebar {margin:0;}

#content a[href]:after,
#sidebar a[href]:after,
#footer a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

#content a[href^="/"]:after,
#sidebar a[href^="/"]:after,
#footer a[href^="/"]:after {
   content: " (http://beratung-hamburg.info" attr(href) ") ";}
   
 h4 {text-transform:none;background:transparent;background-image:none;}
 
 ul li {
 	padding: 0;
	text-indent: 12pt;
	list-style-type: circle;
	list-style-position: inside;
 }
