/*
Formatvorlage  nav.css  Stand 24.11.2008
Website www.alpha-biocare.ch
****************************************
Formatvorlage nur für Navigationsseiten. Diese speziellen Formate reagieren sensitiv auf Veränderungen.
*/


/* ###### Anfang  Basisformate ###### */
body, p, h1, h2, h3, b, strong, i, table, tr, td, th, caption, form, li, ul, ol, option, input, textarea, select, div, pre, sub, sup {
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	font-weight : normal;
}

b, strong {
	font-weight : bold;
}

body {
	background-color : transparent;
}

p, .hauptnav, .subnav, .fusszeile {
	margin-top : 1px;
	margin-bottom : 1px;
	margin-left : 0px;
	margin-right : 0px;
}

.hauptnav {
	font-size : 11px;
	font-weight : bold;
	letter-spacing : 2px;
	color : green;
	white-space : nowrap;
}

.subnav {
	font-size : 10px;
	font-weight : bold;
	letter-spacing : 0px;
	color : gray;
	white-space : nowrap;
}

.fusszeile {
	margin-top : 20px;
	font-size : 10px;
	font-weight : normal;
	letter-spacing : 0px;
	color : gray;
}
/* ###### Ende  Basisformate ####### */




/* ###### Anfang  Tabellen ###### */

/* Tabellenrahmen (margin nicht verwenden oder "=0", weil von Nicht-IE-Browsern sehr unterschiedlich interpretiert) */
table {
	border-collapse : collapse;
	empty-cells : show;
}

/* Tabellenzellen */
td, th {
	vertical-align : top;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 20px;
	padding-right : 0px;
}

/* Überschriftzellen (zentriert als Option) */
th {
	text-align : center;
}
/* ###### Ende  Tabellen ####### */




/* ###### Anfang  Elementformate ###### */

/* Links und Mauseffekte */
a, a:link, a:visited, a:hover, a:active {
	border-style : solid;
	border-width : 1px;
	padding : 0px;
	color : gray;
	text-decoration : none;
	border-color : white;
}
a:hover {
	border-color : green;
}

/* ###### Ende  Elementformate ####### */




/* ###### Anfang Benutzerdefinitionen ###### */

/* Effekt Homepage-Logo nach rechts bei Mouse-Over */
.a-move-r a:hover {
	border-style : none;
	border-width : 0px;
	padding : 0px;
	padding-left: 2px;
}
/* ###### Ende Benutzerdefinitionen ####### */




/* ###### Anfang Inaktiv orange-markiert ###### */
h4, h5, h6, address, dir, menu, dl, dt, dd {
	color : rgb(250, 150, 50);
	background-color : rgb(255, 240, 240);
	font-size : 15px;
}

/* Trennlinie im CSS-Editor */
p.-------------------- {
	color : rgb(250, 150, 50);
	background-color : rgb(255, 240, 240);
	font-size : 15px;
}
/* ###### Ende Inaktiv orange-markiert ###### */