* {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
}

p {
	margin: 0px 0px 15px 0px;
}

h1 {
	margin: 0px 0px 15px 0px;
	font-size: 24px;
	line-height: 28px;
}

h2 {
	margin: 0px 0px 15px 0px;
	font-size: 17px;
	line-height: 20px;
}

h3 {
	margin: 30px 0px 10px 0px;
	font-size: 15px;
	line-height: 18px;
}

h4 {
	margin: 5px 0px 10px 0px;
	font-size: 13px;
	line-height: 16px;
}

h5 {
	margin: 0px 0px 10px 0px;
}

h6 {
	margin: 0px 0px 10px 0px;
}

ul {
	list-style-image: url(../gfx/bul.red.png);
	margin: 0px 0px 15px 0px;
}

ol {
	margin: 0px 0px 15px 0px;
}

li {
	margin: 0px 0px 5px 30px;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: black;
	text-decoration: underline;
	outline: 0px;
}

.Datentabelle {
}

.Datentabelle th {
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.Datentabelle td {
	padding: 5px 5px 5px 0px;
	border-top: 1px solid #EEEEEE;
	vertical-align: top;
}

.VEASY {
	color: #f1a52b;
}

.Small,
.Small * {
	font-size: 11px;
	color: #999999;
}

.Zoom {
	border: 1px solid #eeeeee;
	padding: 1px 1px 20px 1px;
	background: url(../gfx/ico.zoom.png) no-repeat bottom right;
	display: block;
}

.Zoom img {
	display: block;
	margin: 0 auto;
}

.ProtectedLink {
	padding-right: 20px;
	background: url(../gfx/ico.protected.png) no-repeat right center;
}

.BildAbstand15pxRechts {
	padding: 0 15px 0 0;
}

.RahmenGrau {
	border: 1px solid #d9d9d9;
}