@charset "utf-8";

/* -----------------------------------------------------------------------------------------------------
CSS, Idee, Gestaltung und Programmierung dieser Internetseite von BILDERMANN (www.bildermann.de) 12/2009
----------------------------------------------------------------------------------------------------- */

* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
		margin: 0;
		padding: 0;
}

/* --------------------------
clearfix zum Aufheben der Floatumgebung
-------------------------- */
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix { display: inline-block; }/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }/* End hide from IE-mac */

body {
		text-align: center; /* F&uuml;r IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
		background-color: #111;
		color: #666666;
		font-size: 175%;
		font-weight:300;
}

/* --------------------------
wrapper
-------------------------- */ 
div#wrapper {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -480px;
		margin-top: -300px;
		width: 960px;
		height: 600px;
		background:#111;
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

#wrapper img { margin-top: 0px; }

img { border: none; }

#bima a:hover img {
		background-color: #ccc;
		background-image: url(../images/navi/logo_big2.gif);
}

#bima a:active img { background-color: #111; }

/* --------------------------
wird bei aktivem CSS ausgeblendet
-------------------------- */ 
#verbergen,
#seitentitel,
#profil,
#sitemap {
		position: absolute;
		top: -5000px;
		left: -5000px;
		width: 0;
		height: 0;
		overflow: hidden;
		display: inline;
}

