body {
	font-family: Times New Roman, Times, serif;
	color: #333333;
	margin:0;
	padding:0;
}
/*#containerabs umfaßt komplette seite*/
#containerabs {
	position: relative;
	width: 950px;
	
	left: 50%;
	margin-left: -475px;
}

#logohead {
display: none;
}
/* damit erscheint logoprint auf allen Seiten, allerdings dann auch testberichtforts.dwt entsprechend einrichten:

#logoprint {
position:fixed;
left:0px;
top:0px;
}
*/


/* damit erscheint logoprint nur auf erster Seite, links bündig mit Text:*/
#logoprint {
position:absolute;
left:205px;
top:0px;
}


/*LINKE SPALTE*/

.homelink {
display: none;
}
#linkespalte{
display: none;
}

/*#linkespalteforts gilt nur für testbereichtforts.html und läßt die Zitate weiter oben anfangen */
#linkespalteforts {
display: none;
}




/*kette befindet sich (nur räumlich) im bereich  #zitate und beinhaltet auf grauem hintergrund die aufzählung des testequipments*/
#kette {
	display: none;	
	}

/*#zitate  beschreibt die große linke spalte, in die zitate eingetragen werden, und die parallel im abstand von 25px zum linken rand und zum eigentlichen text verläuft*/
#zitate {
	display: none;	
	}
	

	
/*RECHTE SPALTE*/

#rechtespalte{
position:relative;
left:250px;
top:80px;
width:550px;
}

/*#rechtespalteforts gilt nur für testbereichtforts.html */
#rechtespalteforts{
position:relative;
left:250px;
top:80px;
width:550px;
}


/*dicke orange Schlagzeile aus den Teasern, unterhalb von head, als H1 definiert*/
.schlagzeile {
    margin:5px 25px 25px 25px;
	padding:0px;
	width:500px;
	font-size: 23pt;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 0.1em;
	color:#ff9900;
	font-family: Times New Roman, Times, serif;
	}
	
	
/*erstes bild*/	
#headpic {
    margin:5px 25px 40px 25px;
			}
	
/*erste überschrift: beinhaltet Produktkategorie und Produktname, als H2 definiert/ Bsp. Test: Verstärker Dussun V8 */
.head {
	width:500px;
	margin:0px 25px 5px 25px;
	padding:0px;
	margin-top:0px;
	font-size: 9pt;
	font-weight:bold;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 0.1em;
	font-family: Times New Roman, Times, serif;
	}
	
.fairaudiostyle {
	color: #666666;
	font-weight: bold;
}

.hochgestellt{
vertical-align:top;
	font-size:8px;
	margin-top:0px;
	padding-top:0px;
	font-weight:bold;
	}

/* Rand um vom Text umflossener Bilder*/
.bildlinks {
margin: 5px 10px 5px 0px;
}
.bildrechts {
margin: 5px 0px 5px 10px;
}

p, div, img {
page-break-inside:avoid;
}

/* eigentlicher Text*/
#text {
	width:500px;	
	margin:0px 25px 0px 25px;
	left: 300px;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 0.1em;
	visibility: visible;	
}

/*link zur nächsten seite*/
#naechsteseite {
	display:none;
	}
	
	/*#zurück gilt nur für testbereichtforts.html */
	#zurueck {
	display:none;
	}
	
	#zurueckoben {
	display:none;
	}

a {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #ff9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #b2b2b2;
}
a:active {
	text-decoration: none;
}
/*Kleine Schrift im Text*/
.kleineschrift {
font-size:11px;
}

	




