/* Stylesheet erstellt von Trade In Ingold, CH-3376 Graben, www.tradein.ch */
/* Dieses Stylesheet definiert das Layout, welches zum Drucken verwendet wird */

/* Allgemeines */

body {
	font-size: 12pt;
	color: black;
}

#hauptbox {    /* das ist die Box um alles herum */
  position:relative;
  top:0;  /* 50% */
  left:0; /* 50% */
  margin-left:0; /* -476px */
  margin-top:20px; /* -240px */
}

/* Stile, Farben etc. */

a {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, p, li {
	font-size: 12pt;
}

input, textarea, select {
	font-size: 12pt;
	color: black;
}
input.textField, textarea.textField, select.textField {
	color: black;
}
	
/* Navigation  */

#navi {
	position: relative;
	float: none;
	width: 0; 
	padding: 0;
	height: 60px;
	color: black;
	} 
	
#navi ul, #navi li {display: none;}

#logo {
	position: absolute;
	left: 0;
	bottom: 0;
}

#logo_start {display: none;}


/* Inhalt */
	
#inhalt, #inhalt2 {
	margin-top: 60px;
	overflow: visible;
}
	
	#inhalt_ganz, #inhalt_oben {
		padding-left: 0px;
		height: auto;
		width: 672px;
		overflow: visible;
	}
		#inhalt_oben_drucken {display: none;}
	
	#inhalt_links {
		padding-left: 0px;
		width: 350px;
	}
	
	#inhalt_rechts {
		margin-left: 360px;
	}
		
	#inhalt_legende {
		position: relative;
		left: 0px;
	}
