/*  
Theme Name: Coppi-Verein Print
Theme URI: 
Description: Print
Version: 1.0
Author: Ruske
Author URI: 
*/

/* BODY & PAGE */

body
{
	font-family: Arial, Helvetica, sans-serif;
}

/* HEADER */

div#header
{
	font-size: 20pt;
	font-weight: bold;
}

/* TOP MENU */

div#topmenu
{
	display: none;
}

/* NAVIGATION */

td#navigation
{
	display: none;
}

/* CONTENT */

td#content
{
	padding-top: 20pt;
}

/* H1, H2 */

td#content h1
{
	font-size: 16pt;
	font-weight: bold;
} 

td#content h2
{
	font-size: 14pt;
} 

/* Datum */

td#content p.dateline
{
	text-align: right;
	font-size: 8pt;
	color: gray;
} 

td#content p.archivedateline
{
	clear: both;
	
	font-size: 8pt;
	color: gray;

	margin-top: 18pt;
	margin-bottom: 0;
} 

/* Artikel-Bereich */

/* Paragraphs */

td#content p
{
	font-size: 11pt;
	
 	margin-top: 0;
 	margin-bottom: 12pt;
} 

td#content div.categorydescription p
{
	font-size: 10pt;
	
 	margin-top: 0pt;
 	margin-bottom: 6pt;
} 

/* Images */

td#content img
{
 	border: 1px solid black;
} 

td#content img[align=right]
{
 	margin-top: 0;
 	margin-left: 2pt;
 	margin-right: 0;
 	margin-bottom: 2pt;
} 

td#content img[align=left]
{
 	margin-top: 0;
 	margin-left: 0;
 	margin-right: 2pt;
 	margin-bottom: 2pt;
}

/* Links */

td#content a
{ /*
	font-style: normal;
	text-decoration: underline; */
} 


