/* ----- Nelles-Verlag.de Standard-CSS ----- */
/* (C) Nelles Verlag GmbH, Munich */

/* ----- LINK ANCHOR ----- */

a:link {
	font-size:13px;
	color:#003399;
	text-decoration:none;
	font-weight:bold;
 }

a:visited {
	font-size:13px;
	color:#003399;
	text-decoration:none;
	font-weight:bold;
 }

a:hover {
	font-size:13px;
	color:#DD0000;
	text-decoration:none;
	font-weight:bold;
 }

a:active {
	font-size:13px;
	color:#003399;
	text-decoration:none;
	font-weight:bold;
 }



/* ----- BODY ----- */

body {
	background-color:#F5F5DC;
	font-family: Arial, Hevetica, Geneva, Swiss, SunSans-Regular;
}






/* ----- SCHRIFTEN ----- */


/* haupueberschrift auf jeder seite */
.header {
	color: #222222;
	font-weight:normal;
	font-size:18px;
}
/* haupueberschrift im Nav-Menue */
.headersel {
	color: #000000;
	font-weight:normal;
	font-size:18px;
}

/* ueberschrift 2.klasse auf jeder seite */
.header2 {
	color: #222222;
	font-weight:bold;
	font-size:14px;
}

/* Public Katalog Länderliste */
.productcataloguecountries {
	color: #222222;
	font-weight:bold;
	font-size:13px;
}


/* normaler text */
.normaltext { 
	font-size:13px;
	color: 000000;
	font-weight: normal;
 }
/* 2.Zeile im Nav-Menue */
.normaltextsel { 
	font-size:13px;
	color: #ED1C24;
	font-weight: normal;
 }


/* fuer kleine schrift */
.kleintext {
	font-weight: normal;
	font-size:12px;
	color: #000000;
}







/* ----- Tabellen ----- */


/* hintergrundfarbe der tabellenzelle in menues*/
.border {
	background-color:#F5F5DC;
	

}

/* hintergrundfarbe der tabellenzelle in menues*/
.borderbusiness {
	background-color:#F5F5DC;
  


}

/* hintergrundfarbe der tabellenzelle in menues bei den produktausstattungen */
.borderbusinessversion {
	background-color:#B0C4DE;
      border-bottom: 1px solid black;
      border-top: 1px solid black;
      border-left: 1px solid black;
      border-right: 1px solid black;
}


/* rand der box */
.tabrand {
	border-color:#000000; 
 
}

/* hintergrundfarbe der tabellenzelle fuer menus standard: EAC92E, FFD26F*/
.menu {
	background-color:EEE7B3;

	border-bottom: 1px solid black;

}

/* hintergrundfarbe tabelle aktive navigation standard: FFD26F */
 .border2 {background-color:#F0D675;}
 
/* hintergrundfarbe navigation FFE7B3 */
.border3 {background-color:#EEE7B3;

 }

/* hintergrundfarbe der tabellenzelle fuer den einkaufswagen 1*/
.warenkorba {
	background-color:#EEEECC; 
}

/* hintergrundfarbe der tabellenzelle fuer den einkaufswagen 2*/
.warenkorbb {
	background-color:#F5F5DC; 
}


/* hintergrundfarbe fŸr marker (highlight) im public-katalog (nach der LŠnderwahl
standard:.border-top: 1px solid black;)*/
.productcatalogueheader {

	border-bottom: 1px solid black;
	background-color:#FFD26F;
	font-weight: bold;
	font-size:16px;
	color: #000000;
	padding:4px;
}

/* Darstellung der Produktlisten bei Guides,Plus,Maps sowie im Katalog)*/
a.productlists:link {
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
 }

a.productlists:visited {
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
 }

a.productlists:hover {
	font-size:13px;
	color:#0055BB;
	text-decoration:none;
	font-weight:normal;
 }

a.productlists:active {
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
 }


