/* $Id: pda.css,v 1.1 2013/02/27 15:25:41 stefan Exp $ */

/**
 * page header
 */
.blockheader { margin:0px ; padding:2px ; font-size: 100% ;
	/*; border:thin solid red*/
	}

/**
 * menu
 */
.blockmenu { margin:0px ; padding:0px
	; font-family:sans-serif
	/*; border:thin solid red*/
	}

/**
 * page content
 */
.blockcontent { padding: 1em ; margin:0px 
	/*; border:thin solid red*/
	}

/**
 * page footer
 */
.blockfooter { margin:0px
	/*; border:thin solid red*/
	}

/**
 * first menu level. part of .blockmenu.
 */
.menulvl0 {
	; font-size: small ;
	}

/**
 * second menu level. part of .blockmenu.
 */
.menulvl1 {
	; font-size: small ; margin-left: 10px
	}

/**
 * menu item. part of .blockmenu.
 */
.menuitem { margin-top: 2px ; margin-bottom: 2px ; margin-left: 1px ; margin-right: 1px
	; padding-top: 2px ; padding-bottom: 2px ; padding-left: 1px ; padding-right: 1px
	; font-size: smaller
	}

th { font-size: xx-small }
td { font-size: xx-small }

a.menuitem:link { text-decoration:none; }
a.menuitem:visited { text-decoration:none; }
a.menuitem:hover { background-color:#A8A8A8; text-decoration:none; }
a.menuitem:active { text-decoration:none; }

.headline {
	font-family:sans-serif
	}

.codesnip {
	; border-width:thin ; border-style:solid ; border-color:black;
	}

.locstyLastChanged { font-size:xx-small;font-family:sans-serif;}

h1 { margin-top:2px; margin-bottom:2px; line-height:1em; text-align:center; font-size: medium }
h2 { margin:1px; line-height:1em; padding:0px; font-size: medium }
h3 { margin:1px; line-height:1em; padding:0px; font-size: medium }
body.normal {
	font-family:sans-serif; font-size: small;
	}
p.todo { border-width:3px; border-style:solid}
dt { font-weight:bold; }
