/*                     PITY THE FOOL!
   Copyright Philipp Becker, ausser wenn anders angegeben
	                  chef @ philbecker.ch                      
		CSS-Style-Sheet fuer Print			     */	

body {
	padding: 0;
	margin: 0;
	font-size: 12pt;
	background-color: #fff;
	font-family: 'Times New Roman',Times,serif;
	color: #000;
	}
	
a {
	color: #000;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:active, a:visited {
	color: #444;
	}
	
	
/* Allgemeine Def Ende */
/*
/* DIV IDs Beginn */


#topnavi, #subnavi-links, #subnavi-rechts, #menu p, #header-img{
	display: none;
	}

#subnavi-img{
	width: 230px;
	height: 63px;
	}	

#wrapper {
	float: left;
	width: 100%;
	}

#menu {
	float: left;
	width: 180px;
	text-align: left;
	}
	
#menu ul {
	margin: 40px 0;
	}
	
#menu ul li {
	list-style-type: none;
	padding: 4px 0;
	font-weight: bold;
	text-decoration: underline;
	}
	
#menu ul li a {
	display: block;
	text-decoration: none;
	}
	
#menu ul li a:after, #menu ul li a:visited:after {	
	content: "";
	}

#cont-titel{
	float: right;
	left: 100px;
	margin: 0;
	padding: 0;
	width: 320px;
	text-align: right;
	}

#cont-titel h2 {
	margin: 40px 30px 0 0;
	}

#cont-titel p {
	font-size: 16pt;
	line-height: 26pt;
	letter-spacing: 2pt;
	}

#content {
	float: left;
	line-height: 20px;
	text-align: justify;
	}
	
#content h3, #content h4 {
	margin: 40px 0 0 0;
	font-size: 12pt;
	}
	
#content p {
	margin: 0;
	}

#content p a:after, a:link:after  { 
	color: #000;
	content: " (" attr(href) ") ";
	}

#content p a:visited:after {
	color:#000; 
	content: " (" attr(href) ") ";
	}


