/*
   Formatierungen fuer die Darstellung von Schrift und Bildern:
   
   Diese Eigenschaften definieren für die gesamte Seite 
   Schriftart-Eigenschaften und Aussehen von Text-Elementen wie 
   z.B. Ueberschriften, Listen, Trennlinien, Absaetzen, etc. 
   und Bildern im Text.
*/

body {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 10pt;
}

div#navigation li {
   list-style: none;
}

div#navigation ul a {
	display: block;
	padding: 0px 0px 0px 20px;
	width: 110px;
	
	color: White;
	text-decoration: none;
	background-image: url('../images/nav_n.gif');
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
}

div#navigation ul a:hover {
   background-image: url('../images/nav_a.gif');
	color: #9B2319;
}

div#navigation ul ul a {
	background-image: none;
	font-weight: normal;
}

div#navigation ul ul a:hover {
	color: #9B2319;
	background-image: none;
}

div#content {
   padding: 0px 20px 10px 20px;
   text-align: justify;
	line-height: 150%;
}

div#content h1 {
   font-size: 13pt;
   font-weight: bold;
	color: #9B2319;
	margin-bottom: 8px;
	margin-top: 20px;
}

div#content h2 {
   font-size: 10pt;
   font-weight: bold;
   margin: 20px 0px 0px 0px;
}

div#content img {
   border: 0px;
}

div#content p {
   margin-top: 10px;
   line-height: 150%;
   text-indent: 2em;
}

div#content ul {
   line-height: 150%;
   margin-left: 30px;
}

div#content ul li {
   padding-left: 10px;
}

div#content a {
   color: #9B2319;
   text-decoration: underline;
}

div#content a:visited {
   color: #9B2319;
}

div#content a:hover {
   color: #9B2319;
   text-decoration: none;
   
}

div#content table {
   border-collapse: collapse;
}

div#content tr {
   
}

div#content td {
   vertical-align: top;
   padding: 5px;
}
