@charset "UTF-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #FFFFFF;
    	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: 1200px;
		height: 900px;
    	margin: 25px 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. */
		font-size:12px;
    }
	.oneColFixCtr #header {
    	width: 1200px;
		height: 60px;
		background-image:url(img/header.jpg);
		background-repeat:no-repeat;
    	border: 0;
		margin-bottom:10px;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
	
	.oneColFixCtr #navi {
    	width: 1200px;
		height: 20px;
		background-image:url(img/navi-bg2.jpg);
    	border: 0;
    	text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		font-size:14px;
		font-weight:bold;
		color: #FFFFFF;
		margin-bottom:10px;
    }
	
	.oneColFixCtr #main {
    	width: 1200px;
		height: 660px;
		background-image:url(img/main-bg.jpg);
    	border: 0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		font-size:12px;
		color: #000000;
		margin-bottom:10px;
    }
	.oneColFixCtr #over {
    	width: 1180px;
		height: 600px;
		background-image:url(img/main-bg.jpg);
    	border: 0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		font-size:12px;
		color: #000000;
		margin-bottom:0px;
		overflow:auto;
    }
	
	.oneColFixCtr #main-left {
    	width: 540px;
		margin: 0px 30px 10px 30px;
		background-image:url(img/main-bg.jpg);
    	border: 0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		font-size:12px;
		color: #000000;
		float:left;
		overflow:auto;
	}
	.oneColFixCtr #main-left-over {
    	width: 540px;
		height: 550px;
		margin: 0px 30px 10px 30px;
		background-image:url(img/main-bg.jpg);
    	border: 0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		font-size:12px;
		color: #000000;
		float:left;
		overflow:auto;
	}
	.oneColFixCtr #main-right {
    	width: 540px;
		margin: 0px 30px 10px 30px;
		background-image:url(img/main-bg.jpg);
    	border: 0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		font-size:12px;
		color: #000000;
		float:left;
	}
		.oneColFixCtr #main-right-over {
    	width: 540px;
		height: 550px;
		margin: 0px 30px 10px 30px;
		background-image:url(img/main-bg.jpg);
    	border: 0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		font-size:12px;
		color: #000000;
		float:left;
		overflow:auto;
	}
	
	.oneColFixCtr #footer {
    	width: 1200px;
		height: 20px;
		background-image:url(img/navi-bg2.jpg);
    	border: 0;
    	text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		font-size:14px;
		color: #FFFFFF;
		margin-bottom:10px;
    }
	
a.nav:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}

a.nav:link{
	color: #FFFFFF;
	font-weight: bold;
	}

a.nav:active{
	color: #FFFFFF;
	font-weight: bold;
	}
a.nav:visited{
	color: #FFFFFF;
	font-weight: bold;
	}	
	
a.foot:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}

a.foot:link{
	color: #FFFFFF;
	}

a.foot:active{
	color: #FFFFFF;
	}
a.foot:visited{
	color: #FFFFFF;
	}	
	
a.main:hover{
	color: #996633;
	text-decoration: underline;
	}

a.main:link{
	color: #996633;
	}

a.main:active{
	color: #996633;
	}
a.main:visited{
	color: #996633;
	}	
	
