/* www.geppert.org  V2 5.5.2005                              */

/* main style definition                                     */
/* help: http://de.selfhtml.org/css/                         */

/* --- BASICS ---------------------------------------------- */

body {
	font-family:Helvetica,Arial,sans-serif;
	font-size:10pt;
	color:#000080;
	line-height:12pt;
}
h1 {
	font-size:16pt;
	line-height:20pt;
}
h2 {
	font-size:14pt;
	font-weight:bold;
	line-height:16pt;
}
h3 {
	font-size:12pt;
	font-weight:bold;
	line-height:14pt;
}
h4 {
	font-weight:bold;
}

img {
	border:0;
}

a:link {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:gray;
	text-decoration:none;
}
a:hover { 
	font-weight:bold;
/*	color:navy;*/
	background-color:yellow;
/*	border-top:1px dotted silver;
	border-bottom:1px dotted silver;*/
	text-decoration:none;
}
a:active {
	font-weight:bold;
	color:yellow;
	background-color:navy;
	text-decoration:underline;
}
a:focus {
	font-weight:bold;
	background-color:yellow;
	text-decoration:none;
}



/* --- TABLE ----------------------------------------------- */

table.menu {
	border:none 1px navy;
	width:100%;
	empty-cells:show;
	padding:0px;
	margin:0px;
}
table.content {
	border-left:1px dashed silver;
	border-bottom:1px dashed silver;
	width:99%;

	empty-cells:show;
	margin-left:2px;
}
table.content-flex {
	border-left:1px dashed silver;
	border-bottom:1px dashed silver;
	empty-cells:show;
	margin-left:2px;
}

tr.menu {
	background-color:white;
}

tr.spacer {
	height:20px;
}

th {
	border-top:1px solid navy;
	border-bottom:1px solid navy;
	text-align:left;
	vertical-align:middle;
	font-size:10pt;
	font-weight:bold;
	color:#000080;
}
td {
	text-align:left;
	vertical-align:middle;
	font-size:10pt;
	color:#000080;
}
td.right {
	text-align:right;
}
td.menu_l {
	white-space:nowrap;
	border-top:1px solid navy;
	border-bottom:1px solid navy;
}
td.menu_r {
	text-align:right;
	border-top:1px solid navy;
	border-bottom:1px solid navy;
}
td.spacer {
	text-align:center;
	font-size:8pt;
	color:silver;	
	width:90%;
	border-top:1px dashed silver;
	border-bottom:1px dashed silver;
}

p.spacer-m {
	height:20px;
}
p.caption {
	height:10px;
	vertical-align:middle;
	text-align:center;
	font-size:8pt;
	color:silver;
	margin-top:0px;
	margin-bottom:3px;
}

th.content {
	padding-left:10px;
}
th.content-top {
	padding-left:10px;
	vertical-align:top;
}
th.content-center {
	padding-left:10px;
	text-align:center;
}
td.content {
	padding-left:10px;
}
td.content-top {
	padding-left:10px;
	vertical-align:top;
}
td.content-center {
	padding-left:10px;
	text-align:center;
}

/* --- PIX ------------------------------------------------- */

table.pix-index {
	width:100%;
	empty-cells:show;
	padding:0px;
}
tr.pix-row {
/*	background-color:white;*/
}
td.pix-cell {
	vertical-align:middle;
	text-align:center;
	height:50px;
	width:50px;
}


/* www.geppert.org                                           */