* {
	padding: 0;
	margin: 0;
	border: 0;
}

body, textarea {
	font-family: Lucida Grande, /*Lucida Sans Unicode,*/ Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 70%;
}

a {
	text-decoration: none;
	color: #006;
	background: url(../img/link.png) 2px center no-repeat;
	padding-left: 18px;
}

a:hover {
	background-image: url(../img/link-active.png);
}

p, ul, ol, dl {
	margin: 1em 0;
	line-height: 1.5;
}

li {
	margin: 0.5em 0;
}

h1 {
	font-weight: normal;
	color: #006;
	font-size: 150%;
}

h2, h4 {
	font-size: 110%;
	color: #006;
}

h2 {
	clear: left;
}

img {
	border: 1px solid #ccc;
	margin-bottom: 1em;
}

a img {
	border-color: #006;
}

.image {
	margin-bottom: 1em;
}

.image img {
	margin-bottom: 0.3em;
}

.image span {
	display: block;
}

.XStandardImageLeft {
	float: left;
	margin-right: 1.5em;
	margin-top: 0.3em;
}

.XStandardImageRight {
	float: right;
	margin-left: 1.5em;
	margin-top: 0.3em;
}

.caption {
	font-size: 90%;
	color: #999;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.center img {
	margin: auto;
}

.right {
	text-align: right;
}

.clickable {
	cursor: pointer;
}

.clear {
	clear: both;
}

/* FORMULARELEMENTE */

input, textarea {
	border: 1px inset #ccc;
}

textarea {
	font-size: 110%;
}

button, input.button {
	border: 1px outset #ccc;
}

/* TABELLEN */

table {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
	clear: both;
}

table td, table th {
	text-align: left;
	padding: 4px 8px 4px 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

table tbody th a {
	background-position: left center;
	padding-left: 16px;
}

table img {
	margin: 0;
}

td.number, th.number {
	text-align: right;
}
