* {
	font-family: times, verdana, helvetica;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #000;
}

body {
	text-align: center;
	background-color:  #333;
}

#container {
	text-align: left;
	width: 980px;
	margin: 20px auto 0 auto;
	background-color:  #fff;
	
}


#content {
	height: 250px;
	
}



a {
	text-decoration: none;

}





/* Erster Kopfteil
------------------------------------------------------------------- */
#head {
	width: 980px;
	height: 440px;
}





/* Verschiedenes
------------------------------------------------------------------- */
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;	
}
img {
	border: 0;
}

.szenario a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}


.szenario a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	
}





/* Linke Spalte 
------------------------------------------------------------------- */
#leftRow {
	float: left;
	width: 98px;
	padding-left: 32px;
}





/* Bildnavigation 
------------------------------------------------------------------- */
a span {
	display: none;
}


#navSpeaker a {
	background-image: url(if/btn/speaker.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	display: block;
	width: 40px;
	height: 50px;
}
#navSpeaker a:hover, #navSpeaker a.active {
	background-image: url(if/btn/speaker.gif);
	background-position: 0 0px;
}



#navPlasma a {
	background-image: url(if/btn/plasma.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	display: block;
	width: 60px;
	height: 50px;
}
#navPlasma a:hover, #navPlasma a.active {
	background-image: url(if/btn/plasma.gif);
	background-position: 0 0px;
}


#navControl a {
	background-image: url(if/btn/control.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	display: block;
	width: 60px;
	height: 50px;
}
#navControl a:hover, #navControl a.active {
	background-image: url(if/btn/control.gif);
	background-position: 0 0px;
}



#navHaus a {
	background-image: url(if/btn/haus.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	display: block;
	width: 60px;
	height: 50px;
}
#navHaus a:hover, #navHaus a.active {
	background-image: url(if/btn/haus.gif);
	background-position: 0 0px;
}














#navSpeaker_h a {
	background-image: url(if/btn/speaker_h.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	display: block;
	width: 40px;
	height: 50px;
}
#navSpeaker_h a:hover, #navSpeaker_h a.active {
	background-image: url(if/btn/speaker_h.gif);
	background-position: 0 0px;
}



#navPlasma_h a {
	background-image: url(if/btn/plasma_h.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	display: block;
	width: 60px;
	height: 50px;
}
#navPlasma_h a:hover, #navPlasma_h a.active {
	background-image: url(if/btn/plasma_h.gif);
	background-position: 0 0px;
}


#navControl_h a {
	background-image: url(if/btn/control_h.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	display: block;
	width: 60px;
	height: 50px;
}
#navControl_h a:hover, #navControl_h a.active {
	background-image: url(if/btn/control_h.gif);
	background-position: 0 0px;
}



#navHaus_h a {
	background-image: url(if/btn/haus_h.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	display: block;
	width: 60px;
	height: 50px;
}
#navHaus_h a:hover, #navHaus_h a.active {
	background-image: url(if/btn/haus_h.gif);
	background-position: 0 0px;
}







































/* Rechte Spalte 
------------------------------------------------------------------- */
#rightRow {
	float: left;
	width: 834px;
}










/* Fusszeile
------------------------------------------------------------------- */
#footer {
	font-size: 10px;
	padding-top: 5px;
}
#footer a, #footer a:hover, #footer a.active {
	color: #036;
	text-decoration: none
}


