@charset "utf-8";
body {
    	font: 100% Helvetica, Verdana, Arial, sans-serif;
    	background: #666666;
    	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;
    }

.oneColFixCtr #container {
    	width: 1020px;  
		height: 737px;
/*    	background: #FFFFFF; */
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #000000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }

.oneColFixCtr #mainContent {
    	width: 1020px;  
		height: 737px;
		background-image: url(../images/2waysback.jpg);
/*    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    }

.oneColFixCtr #impressum {
    	width: 1063px;  
		height: 768px;
		background-color:#FFFFFF;
		font-size:12px;
/*    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    }
	
.impressum-text{
	position:relative;
	top: 100px;
	left: 100px;
	width: 770px;
	height: 537px;
	font-weight:normal;
	font-size: 12px;
	background-color: ffffff;
	}

.text{
	position:relative;
	top: 410px;
	left: 740px;
	width: 250px;
	height: 220px;
	font-weight:bold;
	font-size:14px;
	line-height: 120%;
	color: #ffffff;
	text-align:right;
	}
		
.linkleiste{
	position:relative;
	top: 390px;
	left: 20px;
	width: 500px;
	height: 50px;
	font-weight:bold;
	font-size:14px;
	color: #FFFFFF;
	}

.kontakt{
	position:relative;
	top: 440px;
	left: 790px;
	width: 200px;
	height: 50px;
	font-weight:bold;
	font-size:14px;
/*	font-style:italic; */
	color: #ffffff;
	text-align:right;
	}
	
a {display: left; font-weight:bold; text-decoration:none;  color:#ffffff;}
a:hover {display: left; font-weight: bold; text-decoration:underline;  color: #aaaaaa;}
