* {
	font-family: Verdana, sans-serif;
}

body, table, tr, td, th, p, ul, ol, li, div, span, h1, h2, h3, b, i {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: rgb(111,111,111);
}
body {
	font-weight: normal;
	background-color: white;
	color: rgb(111,111,111);
}

h1 {
	color: rgb(93,93,93);
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}

h2 {
	color: rgb(93,93,93);
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 3px;
	text-align: left;
}

a, a:visited, a:active {
	color: rgb(93,93,93);
	background-image: url(img/base/linkbg.gif);
    background-position: left center;
    background-repeat: no-repeat;
	padding-left: 14px;
	text-decoration: none;
}
a:hover {
	color: rgb(93,93,93);
	text-decoration: underline;
}
hr {
	width: 90%;
	border: none;
	border: 1px solid grey;
}
ul {
	list-style-type: circle;
}

td, th {
	vertical-align: top;
	text-align: left;
}
th {
	font-weight: bold;
}
tr.highlight td {
	background-color: #F3FFE5;
}

img {
	border: none;
}

/* formulare ****************************************************************/
input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}
input.text, textarea {
	width: 300px;
}
input[type=text], input[type=password] {
	width: 300px;
}
input.sonstiges {
	width: 226px;
}
textarea {
	height: 100px;
}
input[type=submit], input[type=reset] {
	width: 100px;
}
button, input.button {
	width: 100px;
}
input.datum {
	width: 120px;
}
input.datumbutton {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
}
select {
	width: 300px;
}

/* tabelle mit rahmen ****************************************************************/
table.border {
	border: 1px solid transparent;
	border: hidden;
	border-collapse: collapse;
}
th.border, table.border th {
	background-color: #dddddd;
	border: 1px solid #cccccc;
	padding: 2px 4px;
	vertical-align: middle;
}
td.border, table.border td {
	border: 1px solid #dddddd;
	padding: 1px 2px;
}
td.border-top {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 1px 2px;
}

