/*
-----------------------------------------------
IFH Handel Printcss
Author:  Fridjof Detzner
Version:  08. Februar 2007
----------------------------------------------- */


/*  misc -> global
----------------------------------------------- */


/* Typo */


.body, p, tr, td {
   background: white;
   font-size: 11pt;
}

h1 { font-size:14pt !important; }
h2 { font-size:12pt !important;}


h1,h2,h3 {
	font-weight:bold !important;
	color: black;
}

/* ausblenden
----------------------------------------------- */

div#navigation,
div#stripe,
div#shop,
div#search,
div#header,
div#header .leftcol,
div#header .rightcol,

div#footer {
   display: none !important;
}


/*  modify
----------------------------------------------- */


div#container, div#wrapper, div#content {
   width: auto ;
   overflow:visible !important;
   padding: 0 ;
   border: 0 ;
   float: none;
   height:auto;
   color: black;
   background: none;
}

ul {
	list-style-image:none !important;
	background-image:none !important;
	list-style-type: disc !important;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   text-decoration: underline;
   }
   
div#content a:link:after, div#content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
div#content a[href^="/"]:after {
   content: " (http://www.ifh-koeln.de" attr(href) ") ";
   }
   