/* Grundeigenschaften */
html {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	background-color: #e7d7fb;
}

textarea {
	font-size: 9px;
}

h3 {
	text-align: left;
	padding-left: 20px;
	font-weight: bolder;
	font-size: 23px;
	color: #5d308e;
	font-variant: small-caps;
	font-style: italic;
	background-image: url(../images/layout/headlinebackgr.gif);
	background-repeat: no-repeat
}

h2 {
	text-align: left;
	padding-left: 20px;
	font-weight: bolder;
	font-size: 23px;
	color: #5d308e;
	font-variant: small-caps;
	font-style: italic;
	background-image: url(../images/layout/headlinebackgr.gif);
	background-repeat: no-repeat
}

h6 {
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-left: 55px;
	padding-top: 12px;
	background-image: url(../images/layout/newsheadline.png);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	margin-top: 10px;
}

a {
	text-decoration: none;
	border: none;
	color: #5D308E;
}

img {
	border: none;
}

input {
	font-size: 11px;
}