body {
	font-family: verdana;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-color:#f5f6f7;
	padding: 0px;
	margin-top:25px;
	margin-bottom:25px;
}
/* ---Container zentriert das Layout--- */
#container {
	width: 950px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
} 
/* ---Seitenkopf mit Logo--- */
#banner {
	text-align: center;
	background-color: #C2C1C1;
	padding: 10px;
	margin: 0px;
	border-left: solid 140px #DEDEDD;
	border-right: solid 140px #969594;
}
/* ---Menue--- */
#menu {
	color:#DA251D;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	font-variant:small-caps;
	padding:3px;
	background-color:#FFFFFF;
	border-left: solid 140px #C2C1C1;
	border-right: solid 140px #DA251D;
}
/* ---Hyperlinks Menue--- */
a.menue:link, a.menue:visited
{ 
  	color: #000000;
  	text-decoration: none;
}
a.menue:active, a.menue:hover
{ 
  	color:#DA251D;
}
/* ---Zoom--- */
.bereich {
	position: absolute;
	text-align: center;
	font-weight: bold;
}

.beschreibung {
	color: #000000;
	background-color: #FFFFFF;
	display: none;
}
/* ---Bilder unter Menue--- */
#picture {
	position: relative;
	text-align:center;
	height: 200px;
	background-color: #FFFFFF;
	border-left: solid 140px #C2C1C1;
	border-right: solid 140px #DA251D;
	margin: 0px;
}
/* ---Inhalt--- */ 
#content { 
	position:relative;
	margin:0px; 
	background-color:#DEDEDD;
	border-left: solid 140px #FFFFFF;
	border-right: solid 140px #969594;
	padding: 20px;
	padding-bottom: 10px;
}
/* ---Technische Daten--- */ 
#technic { 
	position:relative;
	margin:0px;
	background-color:#DEDEDD;
	border-left:solid 140px #FFFFFF;
	border-right:solid 140px #DA251D;
	padding:20px;
	padding-bottom:10px;
	padding-top:10px;
}
/*  ---Fusszeile--- */ 
#footer{
	background-color: #C2C1C1;
	border-left: solid 140px #969594;
	border-right: solid 140px #DEDEDD;
}
/* ---Fusszeile--- */
h2 {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
}
/* ---Hyperlinks Fusszeile--- */
a.foot:link, a.foot:visited
{ 
  	color: #FFFFFF;
  	text-decoration: none;
}
a.foot:active, a.foot:hover
{ 
  	color: #DA251D;
}
/* ---Textformatierung--- */
p {
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	color: #000000;
	margin: 0px;
}	
/* ---Hyperlinks in Text--- */
a.text:link, a.text:visited
{ 
  	color: #DA251D;
  	text-decoration: underline;
}
a.text:active, a.text:hover
{ 
  	color: #FFFFFF;
}
/* ---Hyperlinks in Zurück--- */
a.back:link, a.back:visited
{ 
  	color: #000000;
  	text-decoration: underline;
}
a.back:active, a.back:hover
{ 
  	color: #FFFFFF;
}
/*  ---Schrift für Spalten technische Daten--- */ 
h1 {
	background-color:#FFFFFF;
	font-size:11px;
	padding:2px;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
	border-bottom:solid 2px #000000;
	border-right:solid 2px #000000;
	color:#000000;
}
/* ---Überschrift für Seitentitel--- */
h3 {
	background-color:#C2C1C1;
	font-size:15px;
	font-variant:small-caps;
	text-align: left;
	color:#000000;
	margin-top:0px;
	margin-bottom:15px;
	padding:2px;
}	
/* ---Überschrift groß und rot--- */
h4 {
	font-size: 13px;
	text-align: left;
	color: #DA251D;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ---Menue Lautsprecher--- */
h5 {
	font-size: 13px;
	text-align: center;
	color: #DA251D;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ---Listen--- */
li {
	font-size:11px;
	font-weight: bold;
	line-height:1.2;
	list-style:disc;
	list-style-position:outside;
	color:#000000;
	}
/* ---Tabellenformatierung--- */
table {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
}

