body  {
	font-family : Arial, Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 14px; 
	font-weight: normal;
	background-color: transparent;
	color: black;
	height: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.noprint {
	display: none;
}

p {
	line-height: 24px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #bf8d24;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #bf8d24;
	margin: 0px;
	padding-top: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding-bottom: 5px;
	padding-top: 15px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 0px;
	margin: 0px;
}

p {
	margin-top: 0px;
	line-height: 18px;
	color: #5f5f5f;
	text-align: left;
	margin-bottom: 10px;
}

table {
	line-height: 24px;
	color: #5f5f5f;
	text-align: left;
}


a:link, a:visited, a:active {
	color : #272451;
	font-weight : normal;
	font-size : 12px;
	text-decoration : underline;
	margin: 0px;
}

a:hover   {
	color : #bf8d24;
	font-weight : normal;
	font-size : 12px;
	text-decoration : underline;
}

#Inhalt a:link, #Inhalt a:visited, #Inhalt a:active {
	color : #272451;
	font-weight : normal;
	font-size : 12px;
	text-decoration : underline;
	margin: 0px;
}

#Inhalt a:hover   {
	color : black;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
	background-color: #BBB;
}

button.Button {
	color: black;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 16px;
	text-align: right;
}

button.Button:hover {
	color: #bf8d24;
}

button.ButtonClassic {
	color: black;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 16px;
	text-align: right;
	background-color: white;
}

button.ButtonClassic:hover {
	color: #bf8d24;
}

table.tabelleRegister {
	border-collapse: collapse;
	border:1px solid #cccccc;

	border-left-width:1px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
}

table.tabelleRegisterHeadAktiv {
	border-collapse: collapse;
	border:1px solid #cccccc;

	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
}

td.RegisterHeadAktiv {
	border-collapse: collapse;
	border:1px solid #cccccc;

	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:0px;

	padding-left: 3px;
	padding-right: 3px;
	
	white-space:nowrap;
	font-weight: bold;
}

td.RegisterHeadInaktiv {
	border-collapse: collapse;
	border:1px solid #cccccc;

	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;

	border-bottom-width:1px;
	padding-left: 3px;
	padding-right: 3px;

	white-space:nowrap;
	background-color: #eeeeee;
	color: #999999;
}

td.RegisterHeadInaktiv:hover {
	background-color: #d0d0d0;
	color: black;
}

td.RegisterHeadAbstand {
	border-collapse: collapse;
	border:1px solid #cccccc;

	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:1px;

	margin: 0px;
	padding: 0px;
	width:1px;
}

div.InhaltBasis {
	z-index: 1;
}

div.InhaltBasisSpalteLinks {
}

div.InhaltFeature {
	display: none;
}

.error 		{ color :red; }
.noborder 	{ border: 0px; }
.NoWrap		{ white-space: nowrap; }
.FullHundred, .SizerMax .FullWide, td.SizerMax, table.SizerMax { width: 100%; }
.VATop 		{ vertical-align: top; }
.FontSmall	{ font-size:10px; }
.FontMedium { font-size:10px; }
.FontBig 	{ font-size:10px; }
.AbstandOben {margin-top: 9px;}
.spacer		{ padding-right: 5px; }
#InhaltTabelle td {
	padding: 5px;
}

span.Pflichtfeld {
	font-weight: bold;
	font-size: 18px;
	color: #bf8d24;
}

input.DefaultInput, textarea.DefaultInput {
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	height: 17px;
}