	body {
		background: #ffffff;
		line-height: 1.1;
		color: #666666;
		font: 9pt Verdana, Arial, sans-serif;
		min-width: 823px;
		background-image: url(../images/design/body_bg.gif);
		background-repeat: repeat-x;
		text-align: center;
	}
	div {
		text-align: left;
	}
	
	body, form, input {
	padding: 0;
	margin: 0;
	}

	img {
	  border: 0px none;
	}
	
	h1, h2, h3, h4, p, form, label, ul, ol, dl, fieldset, address {
	  margin: 8px 0px 2px 0px;
	}
	h1, h2, h3, h4 {
		padding: 0 0 0 0;
	}
	h1  {
	  color:#000000;
	  font-size: 12pt;
	  font-weight: 300;
	}
	h2  {
		color:#000000;
		font-size: 11pt;
	 	font-weight: 300;
	  }
	  
	h3 {
		color: #000000;
		font-size: 10pt;
		font-weight: 300;
	}
	h4  {
	  color: #000000;
	  font-size: 1.0em;
	  font-weight: 700;
	}

	a, a:link
	{
	  color: #b91f46;
	  background: transparent;
	}
	a:visited
	{
	  color:#b91f46;
	  background: transparent;
	}
	a:hover, a:focus, a:active
	{
	  color: #b91f46;
	  background: transparent;
	}

	dt {
	  font: bold 100%/1.4em ;
	}
	dd {
	  font: normal small/1.4em;
	  color: #333 !important;
	  margin-bottom: 15px;
	  background: transparent;
	}
	ul, ol
	{
		padding-left:30px;	
	}
	
	form {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	fieldset {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		border-style: none;
		float: left;
		clear: left;	
		width: 100%;
	}
	fieldset.center {
		text-align: center;
	}
	
	fieldset ol {
		padding: 0 0 0 0;
		list-style: none;
	}
	fieldset li {
		float: left;
		clear: left;
		width: 100%;
		padding-bottom: 4px;
	}
	label {
		width: 120px;
		margin: 0 5px 0 0;
	}
	label.right {
		text-align: right;
		float: left;
	}
	label.wide {
		width: 100%;
	}
	input.text {
		width: 160px;
		background-image: url(../images/txtarea_bg.gif);
		border: 1px solid #4a4a4a;
	}
	textarea {
		background-image: url(../images/txtarea_bg.gif);
		border: 1px solid #4a4a4a;
	}
	textarea.onlinereg {
		width: 160px;
		height: 50px;
	}
	
	fieldset.submit {
		margin: 0px 0px 0px 0px;
		text-align: center;
		border-style: none;
		float: none;
		clear: left;
		width: 400px;
	}
	legend {
	  margin: 0px;
	  padding: 0px;
	}
	input.text {
		font-size: 11px;
		background-color: #d4d4d4;
		height: 15px;
	}
	.bold {
		font-weight: bold;
	}
	.footer {
		font-size: 11px;
		text-align: center;
		line-height: 50%;
		color: #8c898a;
	}
	hr {
		border: 1px dotted grey;
	}
	ul li.kontakt {
		list-style-image: url(../images/list_bullet.gif);
	}
	
	.emphasisred {
		font-size: 1.2em;
		color: #bf2d51;
	}
	th {
		font-weight: bold;
		background-color: #e8e8e8;
	}
	tr.alt2 td {
		background-color: #e8e8e8;
	}

