@charset "utf-8";
*{
/*margin:0 !important;*/
margin:0;
padding:0;
}
body {
    	font: 12px Arial, Verdana, Helvetica, sans-serif;
    	background: #99CCFF;
    	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;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
    .oneColFixCtrHdr #container {
    	width: 960px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 5px solid #CC0000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
	.oneColFixCtrHdr #container h1, h2, h3 {
	margin:0px;
	font-size:12px;
	font-weight:bold;
    }
    .oneColFixCtrHdr #header {
    	background: #DDDDDD;
		height:170px;
    	}
	.oneColFixCtrHdr #top {
    	background: #ffffff;
		height:170px;
		
		
    	}
		.oneColFixCtrHdr #topa {
    	background: #ffffff url(2a.jpg);
		height:364px;
		padding-left:480px;
		}
	.oneColFixCtrHdr #top1 {
    	background: #ffffff url(2.jpg);
		height:320px;
		padding-left:480px;
    	}
	.oneColFixCtrHdr #top2 {
    	background: #ffffff;
		height:180px;
    	}
	.oneColFixCtrHdr #top3 {
    	background: #ffffff;
		height:203px;
    	}
	.oneColFixCtrHdr #top4 {
    	background: #ffffff;
		height:225px;
    	}
    .oneColFixCtrHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 5px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .oneColFixCtrHdr #mainContent {
    	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */

    }
	.oneColFixCtrHdr #mainContent h1, h2, h3 {
	margin:0px;
	font-size:12px;
	font-weight:bold;
    }
    .oneColFixCtrHdr #footer {
    	background:#ffffff;
		height:20px;
    }
	.oneColFixCtrHdr #footer1 {
    	background:#ffffff;
		height:100px;
    }
    .oneColFixCtrHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	}
	div.leftbox {		
		float:left;
		width:519px;
		height:245px;
		background-image:url(3_02.jpg);
	}
	.leftbox p {
	margin:0;
	margin-left:10px;
	}
	.leftbox p h1 {
	margin:0;
	margin-left:10px;
	font-size:12px;
	font-weight:bold;
	}
	div.rightbox {
		
		float:right;
		width:441px;
		height:245px;
		background-color:#ffffff;
	}
	div.leftbox1 {		
		float:left;
		width:519px;
		height:115px;
		background-image:url(3_01.jpg);
	}
	div.rightbox1 {
		
		float:right;
		width:441px;
		height:115px;
		background-color:#ffffff;
	}
	div.leftbox2 {		
		float:left;
		width:347px;
		height:542px;
		background:#FFFFFF;
	}
	div.rightbox2 {
		
		float:right;
		width:613px;
		height:542px;
		background-color:#ffffff;
	}
	div.singlebox {
		
		float:right;
		width:400px;
		height:300px;
		background-color:#ffffff;
	}
	div.singlebox1 {
		
		float:left;
		width:940px;
		height:123px;
		margin-left:10px;
		margin-bottom:10px;
	}
	div.leftbox3 {		
		float:left;
		width:400px;
		height:180px;
		padding-top:180px;
	}
	div.leftbox4 {		
		float:left;
		width:465px;
		height:260px;
		padding-left:10px;
		margin-bottom:10px;
	}
	div.rightbox4 {		
		float:right;
		width:465px;
		height:260px;
		padding-right:5px;
		margin-bottom:10px;
	}
	div.payleft {		
		float:left;
		width:370px;
		height:270px;
		margin-left:30px;
		font-weight: bold;
		font-size:14px;
		line-height:20px;
		margin-bottom:5px;
	}
	div.payright {	
		float:right;
		width:540px;
		height:270px;
		margin-bottom:5px;
	}
	div.payleft1 {		
		float:left;
		width:370px;
		height:350px;
		margin-left:30px;
		font-weight: bold;
		font-size:14px;
		line-height:20px;
		margin-bottom:5px;
	}
	div.payright1 {	
		float:right;
		width:540px;
		height:350px;
		margin-bottom:5px;
	}
