/************************************************************/
/* Cascading Style Sheet (CSS)                              */
/* fcarlschroeter.css                                       */
/*                                                          */
/* Achtung: Bitte darauf achten, nur StyleSheet-Angaben zu  */
/*          verwenden, die Internet Explorer und Netscape   */
/*          in den Versionen 4.x verstehen.                 */
/************************************************************/

p.default {
	font-family: Verdana,Arial;
	font-size: 10pt;
}
p.heading {
	font-family: Verdana,Arial;
	font-size: 12pt;
	font-weight: bold;
}
p.pageheader {
	font-family: Verdana,Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

p.small {
	font-family: Verdana,Arial;
	font-size: 10pt;
	font-size: 8pt;
	color: gray;
}
div.main {
	position: absolute; 
	top: 120px; 
	width: 780px;
	z-index: 0; 
	font-family: Verdana,Arial;
	font-size: 10pt;
}
div.top {
	position: absolute; 
	top: 0px;
	height: 89px; 
	z-index: 0;
}
/************************************************************/
/* Darstellung der Menü-Leiste                              */
/* Achtung: Bezgl. der Kompatabilität mit Netscape, findet  */
/*          sich die Angabe zur Hintergrundfarbe und der    */
/*          Breite auch im <layer>-Tag.                     */
/************************************************************/
div.menu {
	font-family: Verdana,Arial;
	font-size: 10pt;
	background-color: darkblue;
	position: absolute;
	top: 90px;
}
/************************************************************/
/* Darstellung des PopUp-Menüs                              */
/* Achtung: Bezgl. der Kompatabilität mit Netscape, findet  */
/*          sich die Angabe zur Hintergrundfarbe und der    */
/*          Breite auch im <layer>-Tag.                     */
/************************************************************/
div.submenu {
	font-family: Verdana,Arial;
	font-size: 10pt;
	background-color: darkblue;
	position: absolute;
	top: 105px;
	padding: 5px;
	visibility: hide; 
	visibility: hidden;
	z-index: 1;
}
a.menuitem {
	color: white;
	text-decoration: none;
	text-align: center;
	width: 100%;
	font-weight: bold;
}	
a.menuitem:hover {
	color: lightsteelblue;
	text-decoration: none;
}
a.submenuitem {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.submenuitem:hover {
	color: lightsteelblue;
	text-decoration: none;
}
a.link {
	color: darkblue;
	text-decoration: underline;
	font-family: Verdana,Arial;
	font-size: 10pt;
	font-weight: bold;
}

a.email {
	color: darkblue;
	text-decoration: underline;
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-weight: bold;
}


/************************************************************/
/* Darstellung der Suchergebnisse und des                   */
/* Warenkorbs                                               */
/************************************************************/
tr.row00 {
	background-color: #D3D3D3;	/* lightgrey */
}	
tr.row01 {
	background-color: #D0E4FE;	/* verylightsteelblue */
}	
tr.row02 {
	background-color: #B0C4DE;	/* LightSteelBlue */
}

