@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	background-color: #C6C7C8;
	background-image: url('hg/background.gif');
	background-position: center;
	background-repeat: repeat-y;
    }
#sidebar1 {
	display:none; }
.np {display:none;}
#mainContent {
	margin-left: 10px;
	margin-right: 240px;
	height: auto;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: justify;
	min-height: 800px;
    }
	#adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	margin-left: 20px;
	font-weight: normal;
}
.inputtext {
	color: #333333;
	font-size: 12pt;
	font-family: Arial, Helvetica, SansSerif;
	border: solid 1px #ACB6BE;
	
}
#textrechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #c00;
	margin-left: 20px;
	font-weight: normal;
	margin-top: 50px;
}
	
	h1 {
	color: #C00;
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
h3 {
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
