body {
	background-image: url(../images/hg.jpg);
	background-repeat: repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1C2F40;
	margin:0px;
	padding:0px;
}
img {
	border: 0px;
}
td, th {
	padding: 0 10px 0 10px;
}
hr {
	width: 80%;
	text-align: center;
	background-color: #D3DFED;
}
dl dd {			/*Zitate*/
	font-style:italic;
	text-indent: 5px;
}

/*--------------------------------------------------------------------------------------------*/
/* Überschriften */
h1.componentheading, h1.componentheadingnews {
	margin: 0;
	font-size: 12px;
	color: #97A1AA;
}
h2.contentheading, h2.contentheading a:link, h2.contentheading a:active, h2.contentheading a:visited,
h2.contentheadingnews, h2.contentheadingnews a:link, h2.contentheadingnews a:active, h2.contentheadingnews a:visited, div.componentheading, h1  {
	margin: 14px 0 6px 0;
	font-size: 20px;
	color: #306599;
	text-decoration:none;
}
h2.contentheading a:hover, h2.contentheadingnews a:hover, table#contact h2 {
	text-decoration:underline;
}
div.moduletable h3 {
	font-size: 13px;
	margin: 3px;
}
h2 {
	font-size: 16px;
	margin: 16px 0 10px 0;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
div.content h1, div.content h2, div.content h3 {
	margin-top: 6px;
}
/*--------------------------------------------------------------------------------------------*/
/* Obere Navigation, Suche, Logo, normale Navigation */
div#navi_oben, div#suche {
	margin:0; padding:0;
	height:13px;
	font-size:11px;
	text-align:right;
	margin-right: 10px;
}
div#suche {
	height: 24px;
}
div#suche input {
	font-size: 11px;
}
div.search {
	clear:both;
}
div.search .button {
	color: #4B5D6E;
	background-color:#F1F5F9;
	margin-left: 3px;
}
div.search #mod_search_searchword {
	border: 1px solid #D3DFED;
}
div.searchintro {
	margin: 15px 0;
}
table.contentpaneopen fieldset {
	border:none;
	padding-bottom: 15px;
}


div#logo {
	margin:0; padding:0;
	height:119px;
}
div#logo img {
	float:left;
}
div#navi {
	margin:0 7px 0 0;
	padding:0;
	height:28px;
	background-image: url(../images/buttons/linie.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
/*--------------------------------------------------------------------------------------------*/
/* Navigation oben  */
div#navi_oben ul {
	list-style-type:none;
	margin:  0;
	padding: 0px;
}
  
div#navi_oben li {
	display: inline;
	font-size:11px;
}
div#navi_oben li a  {
	text-decoration:none;
	font-weight:normal;
}
div#navi_oben li a:hover {
	text-decoration:underline;
	font-weight:normal;
}
div#navi_oben li#current a {
	text-decoration:underline;
}

/*--------------------------------------------------------------------------------------------*/
/* Hauptmenue */
div#navi p {
	margin:0; padding:0;
}

div#navi ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
/* ohne Strecken */

div#navi ul {
	margin-left: 58px;
}
div#navi li {
	display: inline;
}
div#navi li a {
	float:left;
	background-image:url(../images/buttons/reiter_normal.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	text-decoration:none;
	font-weight:normal;
	width: 112px;
	padding-top: 6px;
	height:22px;					/*22px + 6px (von padding) ergeben 28px höhe!*/
	text-align:center;
	color: #2F4F6C;
	font-size: 13px;
}
div#navi li a:hover {
	background-image:url(../images/buttons/reiter_over.jpg);
	background-repeat:repeat-x;
	background-position: left top;
}
div#navi li.active a {
	background-image:url(../images/buttons/reiter_active.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	color:#8F1A06;
}
div#navi li.active a:hover {
	text-decoration:underline;
}


/* mit Strecken */
/*
div#navi ul {
	margin-left: 144px;
}
div#navi li {
	float: left;
	background: url(../images/buttons/reiter_links.jpg) no-repeat top left;
	height:28px;
}
div#navi li a {
	float:left;
	color: #2F4F6C;
	font-size:13px;
	height:28px;
	text-align:center;
	text-decoration:none;
	background: url(../images/buttons/reiter_rechts.jpg) no-repeat top right;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 6px;
}

div#navi li a:hover {
	background: url(../images/buttons/reiter_links_over.jpg) no-repeat top left;
}
div#navi li a:hover p {
	background: url(../images/buttons/reiter_rechts_over.jpg) no-repeat top right;
	height:28px;
	margin-top: -6px;
	margin-right: -1em;
	padding-top: 6px;
	padding-right: 1em;
}

div#navi #current a {
	background: url(../images/buttons/reiter_links_active.jpg) no-repeat top left;
	color:#8F1A06;
}
div#navi #current p {
	background: url(../images/buttons/reiter_rechts_active.jpg) no-repeat top right;
	color:#8F1A06;
	height:28px;
	margin-top: -6px;
	margin-right: -1em;
	padding-top: 6px;
	padding-right: 1em;
}

div#navi #current a:hover {
	text-decoration:underline;
}
*/

/*--------------------------------------------------------------------------------------------*/
/* Linke/Rechte Seite */
div#navi_links {		
	float:left;
	width:182px;
	min-height:200px;
	margin-left: 3px;
	margin-top: 5px;
}

div#navi_rechts {		
	float:right;
	width:180px;
	min-height:200px;
	margin: 5px 12px 0px 5px;
	border: #D3DFED solid 1px;
}

div#navi_links div.moduletable, div#navi_links div.moduletablesub {
	border: #D3DFED solid 1px;
	margin:0;
	padding:0;
}
div#navi_links div.moduletablesub {
	margin-bottom: 5px;
}

div#navi_links ul {
	list-style-type:none;
	margin:  0;
	padding: 0px;
	width: 100%;
}
div#navi_links ul.menu li ul li {
	text-indent:-9px;
	padding-bottom: 3px;

}
div#navi_links ul.menu li {
	text-indent:0px;
}


/* erste ebene */
div#navi_links li {
	font-size:13px;
	margin: 10px;
}
div#navi_links li a {
	background-image: url(../images/buttons/aufz_minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration:none;
	color:#1C2F40;
}
div#navi_links li.parent a {
	background-image: url(../images/buttons/aufz_plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	text-decoration:none;
}
div#navi_links li.active a {
	background-image: url(../images/buttons/aufz_minus_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	text-decoration:none;
	color:#8F1A06;
}
div#navi_links li#current a {
	background-image: url(../images/buttons/aufz_minus_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	text-decoration:none;
	color:#8F1A06;
}
div#navi_links li#current a:hover, div#navi_links li.active a:hover {
	text-decoration: underline;
}


/* zweite ebene */
div#navi_links li.parent ul li {
	margin: 0 0 0 19px;
	font-size:12px;
}
div#navi_links li#current ul li a, div#navi_links li.active ul li a {
	background-image: url(../images/buttons/aufz_normal.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration:none;
	color:#1C2F40;
}
div#navi_links li.parent ul li#current a {
	background-image: url(../images/buttons/aufz_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration:none;
	color:#8F1A06;
}
div#links li#current ul li a:hover, div#links li.active ul li a:hover, div#links li.parent ul li#current a:hover {
	text-decoration: underline;
}


/* Rechte Seite 
div#navi_links, div#links {			
	float:left;
	width:171px;
	min-height:335px;
	background-image: url(../images/linie_seite_oben.jpg);
	background-repeat: repeat-y;
	background-position: 156px top;
}
div#links {						
	background-image: url(../images/linie_seite_unten.jpg);
	background-repeat: no-repeat;
	background-position: 156px bottom;
	text-align:right;
}*/

/*--------------------------------------------------------------------------------------------*/
/* Footer */
div#footer {
	color:#FFFFFF;
	font-size:10px;
	background-image: url(../images/rahmen_unten.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	margin:0px;
	text-align:center;
}

div#footer div.moduletable {
	border:none;
	margin: 0 0 0 390px;
	padding: 0;
	color:#FFFFFF;
	font-size:10px;
}

div#footer ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
div#footer li {
	float:left;
	
}


/*--------------------------------------------------------------------------------------------*/
/* Inhalte */
div#inhalt, div#inhalt_v, div#inhalt_r, div#inhalt_b {
	padding:5px; 
	padding-bottom: 5px;
	border: #D3DFED solid 1px;
}
div#breadcrump, div#breadcrump_v, div#breadcrump_r, div#breadcrump _b {
	padding:0px 5px;
	height: 20px;
	font-size:9px;
	border: #D3DFED solid 1px;
}

div#inhalt, div#breadcrump {						/* standard: nur linke Spalte*/
	margin:5px 5px 5px 190px;
	padding-left: 10px;
	width: 690px;
}
div#inhalt_v, div#breadcrump_v {						/* keine Spalte*/
	margin: 5px;
	padding: 10px;
	width: 870px;
}
div#inhalt_r, div#breadcrump_r {						/* nur rechte spalte*/
	margin: 5px 190px 5px 5px;
	padding-left: 10px;
	width: 690px;
}
div#inhalt_b, div#breadcrump _b {						/* rechte und linke spalte*/
	margin: 5px 180px 5px 190px;
	padding-left: 10px;
	width: 515px;
}

/*--------------------------------------------------------------------------------------------*/
/* Lampenkonfigurator */
div#component-lampen {
	text-align:center;
	margin-top: 30px;
	margin: 10px;
}
div#component-lampen div#lampen_auswahl {
	height:210px;
}
div#component-lampen label {
	font-weight:bold;
	line-height: 20px;
}
div#component-lampen dl {
	float: left;
	margin: 0px;
}
div#component-lampen dt {
	
}
div#component-lampen dd {
	padding: 2px;
	font-size: 0.8em;
	width:170px;
}
div#component-lampen dd.details, div#component-lampen dd.zusatz {
	text-align:left;
}

div#component-lampen div#preis {	
	clear:both;
}

div#component-lampen table {
	font-weight:bold;
	margin-left: 150px;
}

div#component-lampen th {
	width: 130px;
	text-align:left;
}
div#component-lampen td {
	text-align:left;
}
div#component-lampen input.anzeige_gelb {
	background-color:#FFFF99;
	border:none;
}
input#lampenname {
	border:none;
	font-weight:bold;
	text-align:center;
}

div#component-lampen-mailto th {
	text-align:left;
}
/*--------------------------------------------------------------------------------------------*/
/* Vergleiche */
form#vergleich table {
	width:540px;
}
form#vergleich td {
 	vertical-align:top;
}
form#vergleich tr {
 	
}

/*--------------------------------------------------------------------------------------------*/
/* Sitemap */
div.sitemap {
	margin-left: 30px;
}
div.sitemap h2.menutitle {
	margin-top: 20px;
	margin-bottom: 5px;
}
div.sitemap ul li {
	line-height: 16px;
}
div.sitemap ul.level_1 {
	margin-bottom: 8px;
}

/*--------------------------------------------------------------------------------------------*/
/* Produkte */
table.tabelle_technischeDaten, table.tabelle_technischeDatenBackup {
	margin: 0px 20px 10px 20px;
	line-height:14px;
	font-size:12px;
}
table.tabelle_technischeDaten {
	margin:0;
	margin-left: 30px;
	padding: 0;
	width: 65%;
	font-weight:normal;
}
table.tabelle_technischeDaten th {
	width: 30%;
	vertical-align:top;
}
table.tabelle_technischeDaten td, table.tabelle_technischeDaten th, 
table.tabelle_technischeDatenBackup td, table.tabelle_technischeDatenBackup th {
	padding: 2px;
	margin-right: 10px;
	text-align:left;
}
table.tabelle_technischeDatenBackup {
	width: 95%;
	font-weight: bold;
}

table.tabelle_koepfe_akkus {
	text-align:center;
}
table.tabelle_koepfe_akkus thead {
	font-weight:bold;
	background-color:#336799;
	color:#FFFFFF;
	border: none;
}
table.tabelle_koepfe_akkus td {
	margin-right: 5px;
	margin-left: 5px;	
}
table.tabelle_koepfe_akkus tr {
	line-height: 20px;
}
table.tabelle_koepfe_akkus tr.zeile_blau, table.tabelle_koepfe_akkus tr.tabelle_blau  {
	background-color:#F1F5F9;
}
table.tabelle_koepfe_akkus tfoot th {
	font-weight: normal;
}

table.tabelle_zusatz_akkus {
	width: 95%;
	font-size:12px;
}
table.tabelle_zusatz_akkus td {
	vertical-align: top;
}

img#lampenkopf {
	float: left;
	margin-right: 30px;
}
/*--------------------------------------------------------------------------------------------*/
/* Links */
a:link, a:visited, a:active {
	text-decoration:underline;
	color:#1C2F40;
}
a:hover {
	text-decoration:underline;
	color:#1C2F40;
	font-weight:bold;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
	text-decoration:underline;
	color:#FFFFFF;
}
div#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}

table#contact a:link, table#contact a:hover, table#contact a:active, table#contact a:visited {
	/*color:#306599;*/
	color:#1C2F40;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;

}


