	body, table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	background-color: #FFFFCC;
	color: #993300;
}

h3 {
	color: #993300;
	font-size: 115%;
}

h4 {
	color: #993300;
	font-size: 100%;
}

noscript {
	color: red;
	text-decoration: none;
}

a.back {
	font-size: 11px;
	color: red;
	text-decoration: none;
}

a.back:hover {
	font-size: 11px;
	color: red;
	border-bottom: 1px solid red;
	padding-bottom: 1px;
}

a.backBold {
	font-size: 11px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

a.backBold:hover {
	font-size: 11px;
	text-decoration: none;
	color: red;
	border-bottom: 1px solid red;
	padding-bottom: 1px;
}

a.backBoldSuche {
	font-size: 11px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	line-height: 200%;
}

a.backBoldSuche:hover {
	font-size: 11px;
	text-decoration: none;
	color: red;
	border-bottom: 1px solid red;
	padding-bottom: 1px;
}

a.bild {
	text-decoration: none;
}

span.backBold {
	display: block;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	margin-bottom: 6px;
}

td.bildgross {
	text-align: center;
	vertical-align: middle;
	width: 480px;
}


img.bildgross {
	border: 1px solid black;
	width: 140px;
}

img.bildNews {
	border: 1px solid black;
	width: 90px;
}

img.bildkleinInaktiv {
	display: block;
	margin-bottom: 4px;
	border: 1px solid black;
	width: 80px;
}

img.bildkleinAktiv {
	display: block;
	margin-bottom: 4px;
	border: 1px solid black;
	border-right: 8px solid #FF6600;
	width: 80px;
}


img.bild {
	display: block;
	margin-bottom: 8px;
	border: 1px solid black;
	width: 80px;
}

table.company {
	width: 600px;
}

td.comptext {
	width: 494px; /*500 gesamt*/
	text-align: left;
	vertical-align: top;
	padding: 12px 6px 10px 0;
}

td.compbild {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 12px; 
}

table.instrumentGross {
	width: 600px;
}

td.instrumentGross {
	text-align: center;
	vertical-align: middle;
}

table.news {
	width: 600px;
}

td.head {
	padding: 8px 0 4px 0;
}

td.text {
	width: 600px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 12px;
	border-bottom: 1px dotted black;
}

td.texte {
	width: 600px;
	text-align: left;
	vertical-align: top;
	padding-top: 12px;
}

td.textBild {
	width: 494px; /*500 gesamt*/
	text-align: left;
	vertical-align: top;
	padding: 12px 6px 10px 0;
	border-bottom: 1px dotted black;
}

td.bild {
	width: 100px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px dotted black;
	padding-bottom: 10px;
	padding-top: 12px;
}

td.textOhne {
	width: 500px;
	vertical-align: top;
	text-align: left;
}

td.textDetail {
	width: 294px;
	text-align: left;
	vertical-align: top;
	padding-right: 6px;
}

td.bildDetail {
	width: 200px;
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
}

table.seitentexte {
	width: 600px;
}

/* Tabelle für Instrumente mit  mehreren Bildern */
table.instrumente {
	width: 440px;
	margin-left: 40px;
}

td.allgemein {
	padding-bottom: 12px;
	text-align: left;
}

td.bildLinks {
	width: 160px;
	text-align: left;
	vertical-align: top;
}

td.emilKlein {
	width: 280px;
	text-align: left;
	vertical-align: top;
}

td.bildklein {
	text-align: center;
	vertical-align: top;
	width: 100px;
}

td.beschreibung {
	width: 400px;
	text-align: left;
	vertical-align: top;
	padding: 12px 0 12px 0;
}

td.spezifikation {
	text-align: left;
	vertical-align: top;
	padding-top: 12px;
}


/* Tabelle für Instrumente ohne und mit 1 Bild */
table.instrumenteBreit {
	width: 600px;
}

td.bildLinksBreit {
	width: 160px;
	text-align: left;
	vertical-align: top;
}

td.emilBreit {
	width: 440px;
	text-align: left;
	vertical-align: top;
}

td.beschreibungBreit {
	width: 600px;
	padding-top: 12px;
	text-align: left;
}

td.spezifikationBreit {
	width: 600px;
	text-align: left;
	vertical-align: top;
}


/* Kontakt */

.tabKontakt {
	width: 420px;
}

.tdFormTitel {
	width: 620px;
	text-align: left;
	vertical-align: middle;
	padding: 12px 0 2px 0;
	font-weight: bold;
}

.tdFormInput {
	font-size: 11px;
	border: 1px solid black;
	padding: 2px;
	height: 20px;
	width: 400px;
	background-color: ivory;
	color: #993300;
}

.tdFormTextarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	font-size: 11px;
	padding: 2px;
	width: 400px;
	height: 200px;
	background-color: ivory;
	color: #993300;
}


input.inputSend {
	border: 1px solid black;
	font-size: 100%;
	color: black;
	padding: 2px;
	background-color: #FFFF99; 
	margin-top: 18px;
}

#instrument {
	width: 440px;
	margin-left: 20px;
	float: left;
	text-align: left;
	vertical-align: top;
}

#galerie {
	float: right;
	width: 60px;
	text-align: center;
	vertical-align: top;
	margin-right: 50px;
	margin-top: 56px;
}

#error {
	width: 406px;
	text-align: left;
	font-weight: bold;
	color: navy;
}

#clear1 {
	clear: both;
}