@charset "UTF-8";
.paragraph {
	font-family: Arial;
	font-size: 12px;
}
.heading {
	font-family: Arial;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
}
.subheading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #999933;
	border: none;
}
.textlink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.linkinfo {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	color: #CCCC33;
}
.footer   a:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.footer a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
h1{
	font-family: Arial;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
        line-height: 10px;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

img.bild {
    border-style:solid;
	border-color:#380049;
	border-width:1px;
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-style : oblique;
	font-weight : normal;
	color : #999999;
}

.bild:link { border-color:#380049;color:#6B008C;text-decoration:underline; }
.bild:active { border-color:#6B008C;color:#6B008C;text-decoration:underline; }
.bild:visited { border-color:#380049;color:#6B008C;text-decoration:underline; }
.bild:focus { border-color:#380049;color:#6B008C;text-decoration:underline; }
.bild:hover { border-color:#6B008C;color:#66CC33;text-decoration:underline; }


td.download {
    border-style:solid;
	border-color:#828282;
	border-width:1px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#eeeeee;
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}


.download:link { color:#6B008C;text-decoration:underline; }
.download:active { color:#6B008C;text-decoration:underline; }
.download:visited { color:#6B008C;text-decoration:underline; }
.download:focus { color:#6B008C;text-decoration:underline; }
.download:hover { color:#66CC33;text-decoration:underline; }

.subheadline {
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	vertical-align : top;
	color : #000000;
}


