/**************************************************************
	
	Class/ID: Layout/Content
	Media: PRINT
	
	2007 das.zeichen (Bernhard Sturm) www.daszeichen.ch
****************************************************************/

body {
	font-size:120%;
}

/* accessibility */
#accessibility {
	display:none;
}

a#logo img {
	border:none;
}



#container {
	margin:0;
	width:auto;
	height:auto;
	background:none;
}



#content {
	margin:0;
	padding:0;
	background-color: #FFF;
	color:#000;
	width:auto;
	background: none;
}





/* off */
#footer, #menu {
	display:none;
}

/* header */
#header {
	margin:0;
	background:none;
}


.clear, #content .clear {
	float:none;
	clear:both;
}
#content .clear {
	margin:-1em 0em 0em 0em;
}


/* metanavigation */


#content #inner {
	margin:0;
	background: none;
}

/* Titel für jede Seite */
#content h1, #content h1#title0, #content h1#title1, #content h1#title2, #content h1#title2, #content h1#title3, #content h1#title4  {
	color: #000;
	background-color: #FFF;
	margin:0;
	background:none;
	font-size:1.2em;
	font-weight: bold;
	letter-spacing: normal;
	height:auto;
	width:auto;
	text-indent: 0em;
}

 /* globale link definition */
a:link, a:visited {
	text-decoration: underline;
	color: #000;
	background-color: #FFF;
	background-image: none;
 }
a:hover, a:active {
	text-decoration: none; 
	color: #000;
	background-color: #FFF;
	background-image: none;
 }
 
 #content p.factsheet a {
	padding:0;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

