body {
	font-size: 11pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 16pt;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

p { margin-top: 0px;}

h1 {
	font-size: 13pt;
	font-family: "trebuchet ms", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 18pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #555;
	letter-spacing: 1px; }

h2 {
	color: #363636;
	font-size: 12pt;
	line-height: 16pt;
	margin-bottom: 4px;
}

h3 {
	color: #555;
	font-size: 11pt;
	line-height: 16pt;
	margin-bottom: 0;
}

ul {
	list-style-type: square;
	margin-top: 6px;
	margin-bottom: 8px;
}

table {
	font-size: 11pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 16pt;
	border-collapse: collapse;
	border-spacing: 0;
}

table.liste th {
	color: #555;
	text-align: left;
	background-color: #ededed;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
}

table.liste td {
	vertical-align: top;
	padding-top: 2px;
	
	padding-bottom: 2px;
	border-bottom: 1px dotted #7b7b7b; }


a {color: #029b73; text-decoration: none;}

a:hover {text-decoration: underline;}

/* dokumente */

a.pdf  {
	background-image: url("/icons/module/Dokument3_0/icon_pdf_klein.gif");
	}
a.doc, a.rtf  {
	background-image: url("/icons/module/Dokument3_0/icon_word_klein.gif");
	}
a.xls  {
	background-image: url("/icons/module/Dokument3_0/icon_excel_klein.gif");
	}
a.pps  {
	background-image: url("/icons/module/Dokument3_0/icon_powerpoint_klein.gif");
	}
a.zip  {
	background-image: url("/icons/module/Dokument3_0/icon_zip_klein.gif");
	}
 a.document {
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}


input, select, textarea {
	margin: 0;
	padding: 2px;
}

input, select {
	vertical-align: middle;
}

textarea {
	width: 200px;
	height: 8em;
}
/* ---= end formular =--- */

/* ---= tools =--- */

.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.invis {display: none;}

/* ---= end tools =--- */

address {
	margin-top: 20pt;
	padding-top: 10pt;
	border-top: 1px solid #000;
}

div#topnav, div#subnav, div#metanav, div#sidebar, div#options {
	display: none;
}
div#branding {
	text-align: right;
}
.printOnly {
  display: none;
}
