/* Allgemeine Formatierungen */
body.index {
	font-family: Arial, sans-serif;
	/* background-image: url(../images/europe.gif); */
	background-image: url(../images/hd_background2.jpg); 
	background-repeat: no-repeat;
	background-position: 155px 0px;
	margin: 0px; padding: 0px; border: 0px;
	color: #003300; background-color: #FFFFFF;
	font-family: geneva,arial,helvetica,sans-serif;
	font-size: 80%;
}
h1,h2,h3 {
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0;
}
h1 { font-size: 1.4em; margin-bottom: 0; }
h2 { font-size: 1.3em; margin-bottom: 0; }
h3 { font-size: 1.1em; margin-bottom: 0; }

td.content {
	padding-left: 1em;
	padding-top: 1.4em;
	width: 555px;

}
.osiris {
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size:18pt;
	color:#206553;
}
.R3 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #206553;
}
/* Link-Formatierungen */
a:link.osilink,
a:active.osilink,
a:visited.osilink,
a:hover.osilink
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
    	display:block;
	padding: 0.2em;
	font-size: 8pt;
	color: #206553;
	text-decoration : none;
}

a:hover.osilink {
	background-color: #A6C8BC;
}

a:link.gclink,
a:active.gclink,
a:visited.gclink,
a:hover.gclink
{
	color: #003300;
	text-decoration : none;
}
