/*
 * CSS-Definitions Agentur Wilhelm
 * 
 * Print CSS definitions - sitewide
 * 
 * version: 0.1
 * autor:   Knut Gärtner
 * date:    02/11/2009
 ***********************************************/

/*
** Resetting the browser default rules
***********************************************/

html, body, p, ul, dl, 
li, h1, h2, h3, h4, img	{
	margin: 0;
	padding: 0;
}

ul	{
	list-style: disc;
}

img	{
	border: 0;
}

a {
	outline: none;
	color: #000;
}

.border {
	border: 1px solid black;
}



/*
** Basic type definitions
***********************************************/

body {
	font-family: georgia, serif;
	font-size: 62.5%;
	color: #000;
	line-height: 1.8em; /* 10x1.8=18px */
}

h1, h2 {
	font-weight: normal;	
	margin: 2em 0 1em 0; /* 18x2=36px */
}

h3, h4 {
	font-weight: bold;	
	margin: 1em 0 0.5em 0; /* 18x1=9px */
}

h1 {
	font-size: 2.2em; /* 10x2.2=22px */
	line-height: 1.636em;/* 22x1.636=36px */
}

h2 {
	font-size: 1.8em; /* 10x1.8=18px */
}

p {
	font-size: 1.2em; /* 10x1.2=12px */
	margin: 1em 0 1.5em 0; /* 12x1.5=18px */
}

ul {
	font-size: 1.2em; /* 10x1.4=14px */
	margin: 15px 0 20px 40px;
}

#wrapper {
	margin: 0 11%;
}

#leftcolumn a:link:after, #leftcolumn a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}


/*
** Hide unwanted elements
***********************************************/

#navigation, #show, .slideshow, .slideshow-images, #rightcolumn, #subpage-header {
	display: none !important;
}
