/* allgemeine einstellungen für die ganze seite, werden teilweise weiter unten wieder aufgehoben */
body{
	margin: 3px;
	padding: 3px;
	background-color: #ffffff;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	color: #000000;
}

html{
	background-color: #ffffff;
}

/* text einstellungen für klickbare Links */
a{
	text-decoration: none;
	color: #000000;
}

/* text einstellungen für aktive, nicht klickbare Links */
.active{
	color: #B2AEA7;
}

img{
	border: 0px none #ffffff;
}
div{
	position: absolute;
}

/* headlien Position und Text einstellungen */
.headline{
	top: 20px;
	left: 204px;
	font-weight: bold;
	font-size: 18px;
	color: #B2AEA7;
}

/* navigation Position (Text einstellungen möglich) */
.navigation{
	top: 43px;
	left: 205px;
}

/* Position von Bildern und Kontakt (Text einstellungen möglich) */
.content{
	top: 59px;
	left: 205px;
}

/* höhe der Bilder */
.bilder{
	height: 600px;
}

/* die Nummer die sagen wie viele Bilder es gibt */
.number{
	font-family: Monaco, Courier, monospace;
	font-size: 9px;
	line-height: 9px;
	color: #B2AEA7;
}

/* small ist nur der kleine Trennstrich zwischen den Nummern */
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}