a:link          {
	color: #FFFFFF
}
a:visited       {
	color: #FFFFFF
}
a:active        {
	color: #FFFFFF
}
a:hover         {
	color: #FFFFFF
}


p, h1, h2, h3, td, li, th, body, div, form, option, select, textarea, input {
	font-size: 10pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

body {
	width: 960px;
	background-color : #CCCCCC;
	margin: 0;
	padding: 0;
	border-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

td, th, table, div {
margin: 0;
padding: 0;
}

table {
border-spacing: 0;
border-collapse: collapse;
}

td {
	vertical-align : top;
	color: #CCCCCC;
}



p  {
	text-align: justify;
	color: #CCCCCC;
}

li {
	list-style-type:disc;
	text-align:left;
	margin-left:-30px
}

.Titel         {
	font-size: 16pt;
	text-align: left;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
}
.Untertitel    {
	font-size: 12pt;
	font-weight: normal;
	font-variant:small-caps;
	text-align:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: underline;
}
.Standard {
	font-size: 10pt;
	line-height: 130%;
	}
.Kolumne {
	font-size: 9pt;
	line-height: 120%;
}


