/*
Title:      SimpleBits styles for print media
Author:     Dan Cederholm, dan@simplebits.com
Updated:    Jan 2 2005

Changes:
(ul) 18.08.2006	mod:	basic revision
(ul) 18.09.2006	mod:	skip nav links -> made nonvisible; title of articles made more nice


*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}
h1 { font-size: 16pt;}
fieldset { border:none; }
img { float:left; margin-right: 10px; }

#title .text h2,
legend, hr, #sprungmarken, #nav,
#theme, #sidebar, .pic, .hide, #mybreadcrumb, #footer  {display: none;}
	
a {color: #000;}	

#content dl dt { margin-top:25px;}
#content dl dt a { 
	font-size: 13pt; text-decoration:none; font-weight:bold;}

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}

/* FORMAT: Beitrittsformular */	
#druckFormular input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	border: none;
	font-weight:bold;
  } 
