/* 
Title:     rundform stylesheet for print media
Author:    David Roessner
*/

body {
	color: black; /*Schriftfarbe*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* =========================
	header
==========================*/
#header h1 {
	display: none;
	}

/* =========================
	nav
==========================*/

#nav { display: none;}
	
/* =========================
	content
==========================*/

#content {
	font-size: 11pt;
	}
#profil, #print, #web, #ci, #kontakt {
	padding-top: 1cm;
	}
#content img.thumb {
	border: 4px solid #cccccc;
	}
.h1title {
	color: black;
	font-size: 20pt;
	font-weight: lighter;
	}
.cont_left {
	min-height: none;
	}
.cont_floatleft {
	margin-right: 0px;
	}
.cont_floatright {
	margin-left: 0px;
	}
.visual li {
	display: inline;
	list-style-type: none;
	margin: 0 0.5cm 0.5cm 0; 	/* Abstand thumbs */
	}

.nachoben { display: none;}

#kontakt .textblock {display: none}

#mailer {
	display: none;
	}

/* =========================
	extra
==========================*/

#extra { display: none }
	
/* =========================
	footer
==========================*/

#footer { display: none;}

/* =========================
	misc
==========================*/

a 	{ 
	text-decoration: underline; /*Link Unterstreichung entfernen*/
	outline: none; /*Umrisslinie der Links unterbinden*/
	} 
	
h1, h2, h3, h4 {font-family: Verdana, Arial, Helvetica, sans-serif;}

h2	{
	font-size: 14pt;
	font-weight: lighter;
	}
h3	{
	font-size: 12pt;
	font-weight: bold;
	}

