@charset "UTF-8";

/* PNG Fix */
img, div { behavior: url(iepngfix.htc) }

/* ------- erstmal Container ausrichten -----------*/

body {
    	font: 100% Verdana, Helvetica, Arial, sans-serif;
		background-image:url(../pix/bg.jpg);
		background-repeat:no-repeat;
		background-color:#000;
    	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: #000;
		height:100%;
		font-size:12px;
    }
    .oneColFixCtr #container {
		position:absolute;
    	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. */
		top:0px;
		left:50%;
		height:100%;
    	/*background-color: #FFFFFF;*/
		/*background-image:url(../pix/css/bg_index.jpg);*/
		background-repeat:no-repeat;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
		margin-left:-480px;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		/*overflow:hidden;*/
    }
	
/* ------------------------------------------------*/

/* --- DIV Struktur --- */



/* --- Ende DIV Struktur --- */

/* --- Formatierungen --- */

h1 {
	font-size:24px;
	font-weight:normal;
	margin-top:-2px;
	margin-bottom:0;
}

#news_container h1 {
	font-size:16px;
}

#news_container p {
	font-size:10px;
	line-height:14px;
}

li {
	list-style-type:disc;
}

/*#text img {
	margin-left:-72px;
	margin-bottom:-40px;
}*/

p {
	font-size:12px;
	line-height:18px;
	margin:0;
}

div#nav ul {
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
	color:#FFF;
}

div#nav ul li {
	display:inline;
	float:left;
	padding:0;
	margin:0;
	padding-right:12px;
	padding-top:9px;
}

div#nav a {
	padding-right:12px;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.active {
	color:#FFF;
	text-decoration:underline;
}

img {
	border:none;
}

a.active {
	color:#000;
	text-decoration:underline;
}

.pix {
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.pix li {
	display:inline;
	float:left;
	padding:0;
	margin:0;
	padding-right:12px;
	padding-top:9px;
}

h3 {
	font-size:14px;
	margin-bottom:-2px;
}

.bl {
	display:none;
}