

/* Beginn Main-Layout */

* {
	padding: 0;
	margin: 0;
	}
	
@page {
	size: auto;
	margin:1cm;
	border:1px solid #cccccc;
	}

body {
	background-color:#fff;
	font-size:1.0em;
	color:#000000;
	font-family:Arial, sans-serif;
	}
	
a:link, a:active, a:visited {
	text-decoration: none;
	color:#3a5978;
	}

ul, ul ul, ul ul ul {
	list-style-type:none;
	}
	
h1 {
	font-size:1.3em;
	font-weight:bold;
	text-decoration:underline;
	}

h2 {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	}

h3 {
	font-size:1.0em;
	font-weight:bold;
	text-decoration:underline;
	}
		
/* Ende Main-Layout */
	
/* Beginn Ausblenden von Unnötigem */
	
#seitentitel, #menue, #untertitel, #hauptmenue, #links, #navelement, #footer {
	display:none;
	}
	
/* Ende Ausblenden */

/* Beginn Inhalt-Layout */

#content {	
	padding: 10px;
	font-size:0.7em;
	text-align:justify;
	}

#content a {
	text-decoration:underline;
	}

#content img {
	padding: 2px 2px 2px 2px;
	}
	
#content h1 {
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:10px;
	}
#content h2 {
	text-decoration:none;
	}

#content h3 {
	font-size:1.1em;
	font-weight:bold;
	margin-top: 10px;
	padding-bottom:5px;
	page-break-after:avoid;
	}
	
#content ul li{
	list-style-type:disc;
	list-style-position:inside;
	margin-left:3px;
	margin-top: 5px;
	page-break-inside:avoid;
	}
	
#content ul ul li{
	list-style-type:circle;
	list-style-position:inside;
	margin-left:10px;
	margin-top: 2px;
	}

#cardtitle {
	width:100%;
	border: 1px solid #000000;
	padding: 3px;
	}
	
#needtoknow1 {
	clear: both;
	}	

#needtoknow1 {
	width:45%;
	float:left;
	padding-left: 3px;
	}

#needtoknow2 {
	width:45%;
	float:right;
	padding-right: 3px;
	}

#nicetoknow {
	page-break-before:always;
	width:50%;
	display:inherit;
	float:left;
	}
	
/* Ende Inhalt-Layout */
