@charset "UTF-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
		background-color:#000000;
		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 {
		background-image:url(img/background-2.jpg);
		background-repeat:no-repeat;
    	font-size: 12px;
		width: 1200px;
		height: 1600px;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
    .oneColFixCtr #header-logo {
		height: 255px;
		width: 310px;
		float:left;
    }
    .oneColFixCtr #header-up {
		height: 210px;
		width: 890px;
		float:left;
    }
    .oneColFixCtr #buttons {
		height: 45px;
		width: 890px;
		float:left;
    }
	.oneColFixCtr #menue {
		width: 300px;
		float:left;
		padding: 5px 5px 5px 5px;
    }
	.oneColFixCtr #main {
		width: 800px;
		height:1240px;
		float:left;
		padding: 15px 15px 15px 15px;
    }
	.oneColFixCtr #main-about {
		width: 500px;
		height:450px;
		float:left;
		text-align:center;
		padding: 0px 0px 0px 0px;
    }
	.oneColFixCtr #main-about-list {
		width: 300px;
		height:410px;
		float:left;
		padding: 20px 0px 20px 0px;
    }
		.oneColFixCtr #main-about-text {
		width: 800px;
		height:800px;
		float:left;
		padding: 0px 15px 15px 15px;
    }

	.oneColFixCtr #main-left {
		width: 390px;
		float:left;
		height:1225px;
		padding: 5px 5px 5px 5px;
    }
	.oneColFixCtr #main-right {
		width: 390px;
		float:left;
		height:1225px;
		padding: 5px 5px 5px 5px;
    }
	.oneColFixCtr #fotos-left {
		width: 200px;
		float:left;
		height:1225px;
		padding: 5px 5px 5px 5px;
    }
	.oneColFixCtr #fotos-right {
		width: 580px;
		float:left;
		height:1225px;
		padding: 5px 5px 5px 5px;
    }
	.oneColFixCtr #scroll {
		height:1150px;
		padding: 5px 5px 5px 5px;
		overflow:auto;
    }
	.oneColFixCtr #cont-left {
		width: 390px;
		float:left;
		height:180px;
    }
	.oneColFixCtr #cont-right {
		width: 390px;
		float:left;
		height:180px;
    }
	a {
		color:#990000;
		text-decoration:none;
		font-weight: normal;
	}
	