@charset "utf-8";
/* CSS Document */

#main_menue {
	position:absolute;
	width:1000px;
	height:80px;
	margin-top:0px;
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	z-index:10;
}
#menue_bg {
	position:absolute;
	width:1000px;
	height:80px;
	margin-left:10px;
	background-image:url(../bilder/bg_menue.jpg);
}
#icon_impressum {
	position:absolute;
	width:40px;
	height:40px;
	margin-left:21px;
	margin-top:10px;
	background-image:url(../bilder/butt_impressum_inaktiv.png);
}
#icon_e_grundlagen {
	position:absolute;
	width:60px;
	height:60px;
	margin-left:100px;
	margin-top:10px;
	background-image:url(../bilder/butt_e_grundlagen_inaktiv.png);
}
#icon_e_wechselstrom {
	position:absolute;
	width:60px;
	height:60px;
	margin-left:185px;
	margin-top:10px;
	background-image:url(../bilder/butt_e_wechselstrom_inaktiv.png);
}
#icon_kontakt_newsletter {
	position:absolute;
	width:35px;
	height:35px;
	margin-left:285px; /* Früher 325px; */
	margin-top:4px;
	background-image:url(../bilder/butt_kontakt_newsletter_inaktiv.png);
}
#icon_datenschutz {
	position:absolute;
	width:35px;
	height:35px;
	margin-left:325px; /* Früher 325px; */
	margin-top:4px;
	background-image:url(../bilder/butt_datenschutz_inaktiv.png);
}
#icon_home {
	position:absolute;
	width:35px;
	height:35px;
	margin-left:365px;
	margin-top:4px;
	background-image:url(../bilder/butt_home_inaktiv.png);
}
#icon_medien {
	position:absolute;
	width:35px;
	height:35px;
	margin-left:285px;
	margin-top:41px;
	background-image:url(../bilder/butt_medien_inaktiv.png);
}
#icon_teaching_material {
	position:absolute;
	width:35px;
	height:35px;
	margin-left:325px;
	margin-top:41px;
	background-image:url(../bilder/butt_materialien_inaktiv.png);
}
#icon_schulungen {
	position:absolute;
	width:35px;
	height:35px;
	margin-left:365px;
	margin-top:41px;
	background-image:url(../bilder/butt_schulungen_inaktiv.png);
}

#site_title {
	margin-left:290px;
}

#title {
	position:absolute;
	display:inline;
	font-size:31px;
	font-weight:normal;
	margin-top:12px;
	margin-left:0px;
}
#producer {
	position:absolute;
	display:inline;
	font-size:11px;
	font-weight:normal;
	margin-top:52px;
	margin-left:2px;
}

#suchfeld {
	position:absolute;
	width:310px;
	height:22px;
	padding-top:8px;
	padding-bottom:2px;
	margin-top:80px;
	margin-left:690px;
	background-color:#00CC00;
	font-size:14px;
	font-weight:bold;
	text-indent:10px;
}

/* Position und Auswahl der Icons für die Kapitelüberschriften */
.headline > img {	/* Positionierung Icons */
	margin-top:-15px;
	margin-left:10px;
}

#icon_impressum_select {
	background-image:url(../bilder/butt_impressum_aktiv_60.png);	/* Icon Wahl */
}
#icon_e_grundlagen_select {
	background-image:url(../bilder/butt_e_grundlagen_aktiv.png);  /* Icon Wahl */
}
#icon_e_wechselstrom_select {
	background-image:url(../bilder/butt_e_wechselstrom_aktiv.png);  /* Icon Wahl */
}
#icon_kontakt_newsletter_select {
	background-image:url(../bilder/butt_kontakt_newsletter_aktiv_60.png);	/* Icon Wahl */
}
#icon_datenschutz_select {
	background-image:url(../bilder/butt_datenschutz_aktiv_60.png);	/* Icon Wahl */
}
#icon_home_select {
	background-image:url(../bilder/butt_home_aktiv_60.png);	/* Icon Wahl */
}
#icon_medien_select {
	background-image:url(../bilder/butt_medien_aktiv_60.png);	/* Icon Wahl */
}
#icon_teaching_material_select {
	background-image:url(../bilder/butt_materialien_aktiv_60.png);	/* Icon Wahl */
}
#icon_schulungen_select {
	background-image:url(../bilder/butt_schulungen_aktiv_60.png);	/* Icon Wahl */
}
/* Ende */



/* Position, Formatierung und Auswahl Kapitelüberschrift */
.headline {	/* Position des Hintergrundes für alle Kapitelüberschriften */
	position:absolute;
	width:698px;
	height:30px;
	margin-top:80px;
	margin-left:0px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#666666;	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#666666;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#666666;		
}

#main_menue .headline > h2 {	/* Textformatierung und Position des Textes der Kapitelüberschriften */
	position:absolute;
	left:70px;
	top:0px;
	display:inline;
	font-size:19px;
	font-weight:normal;
	margin-top:4px;
	margin-left:15px;
}

.kap_info {
	position:absolute;
	width:598px;
	margin-top:-14px;
	margin-left:69px;
	padding:15px;
	font-size:14px;
	border-top-width:thin;
	border-right-width:thin;
	border-bottom-width:thin;
	border-left-width:thin;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#666666;
	border-right-color:#666666;
	border-bottom-color:#666666;
	border-left-color:#666666;
	background-color:#FEF9FF;
	z-index:10;
}

/* Auswahl der aktuellen Kapitelüberschrift */

#main_menue > .headline {  /* Alle Headlines ausblenden */ 
	display:none;
}



/* Hover-Effekte */

/*********************************************/
/* Kapitelüberschriften ein- bzw. ausblenden */
/*********************************************/

/* Überschrift und Infotext für Impressum anzeigen */

#icon_impressum:hover + a + a + a + a + a + a + a + a + .headline {
	display:block;
	background-image:url(../bilder/bg_hl_impressum.png);	
}
#icon_impressum:hover {
	background-image:url(../bilder/butt_impressum_aktiv.png);
}

#icon_e_grundlagen:hover + a + a + a + a + a + a + a + .headline + .headline {
	display:block;
	background-image:url(../bilder/bg_hl_e_grundlagen.png);
}
#icon_e_grundlagen:hover {
	background-image:url(../bilder/butt_e_grundlagen_aktiv.png);
}

#icon_e_wechselstrom:hover + a + a + a + a + a + a + .headline + .headline + .headline {
	display:block;
	background-image:url(../bilder/bg_hl_e_wechselstrom.png);	
}
#icon_e_wechselstrom:hover {
	background-image:url(../bilder/butt_e_wechselstrom_aktiv.png);
}

#icon_kontakt_newsletter:hover + a + a + a + a + a + .headline + .headline + .headline + .headline { 
	display:block;
	background-image:url(../bilder/bg_hl_default.png);
}
#icon_kontakt_newsletter:hover {
	background-image:url(../bilder/butt_kontakt_newsletter_aktiv.png);
}

#icon_datenschutz:hover + a + a + a + a + .headline + .headline + .headline + .headline + .headline { 
	display:block;
	background-image:url(../bilder/bg_hl_default.png);
}
#icon_datenschutz:hover {
	background-image:url(../bilder/butt_datenschutz_aktiv.png);
}

#icon_home:hover + a + a + a + .headline + .headline + .headline + .headline + .headline + .headline {
	display:block;
	background-image:url(../bilder/bg_hl_default.png);
}
#icon_home:hover {
	background-image:url(../bilder/butt_home_aktiv.png);
}

#icon_medien:hover + a + a + .headline + .headline + .headline + .headline + .headline + .headline + .headline {
	display:block;
	background-image:url(../bilder/bg_hl_default.png);
}
#icon_medien:hover {
	background-image:url(../bilder/butt_medien_aktiv.png);
}

#icon_teaching_material:hover + a + .headline + .headline + .headline + .headline + .headline + .headline + .headline + .headline {
	display:block;
	background-image:url(../bilder/bg_hl_default.png);
}
#icon_teaching_material:hover {
	background-image:url(../bilder/butt_materialien_aktiv.png);
}

#icon_schulungen:hover + .headline + .headline + .headline + .headline + .headline + .headline + .headline + .headline + .headline {
	display:block;
	background-image:url(../bilder/bg_hl_default.png);
}
#icon_schulungen:hover {
	background-image:url(../bilder/butt_schulungen_aktiv.png);
}

