.topfont  {font-family: VERDANA; font-size: 7pt; color: #000000; line-height: 18pt}
.itemBorder { border: 1px solid #ffffff }
.mainfont {font-family: VERDANA; font-size: 8pt; color: #000000; }
.text-small-bold {font-family: VERDANA; font-size: 8pt; color: #000000; }
.text-small {font-family: VERDANA; font-size: 8pt; color: #000000; }

.text { font-family: VERDANA; font-size: 9pt; color: #000000; font-weight: bold; }
.text-nobold { font-family: VERDANA; font-size: 9pt; color: #000000; height: 18px; }
.text-small {font-family: VERDANA; font-size: 8pt; color: #000000; }
.text-small-gruen {font-family: VERDANA; font-size: 8pt; color: #006305; }
.text-small-bold {font-family: VERDANA; font-size: 8pt; color: #000000; font-weight: bold; }

.text-white { font-family: VERDANA; font-size: 9pt; color: #FFFFFF; font-weight: bold; }
.text-small-white {font-family: VERDANA; font-size: 8pt; color: #FFFFFF; }
.text-small-bold-white {font-family: VERDANA; font-size: 8pt; color: #FFFFFF; font-weight: bold; }

.text-small-grey {font-family: VERDANA; font-size: 8pt; color: #666666; }
.text-small-blue {font-family: VERDANA; font-size: 8pt; color: #0569B5; }
.text-blue { font-family: VERDANA; font-size: 9pt; color: #0569B5; }
.text-blue-bold { font-family: VERDANA; font-size: 9pt; color: #0569B5; font-weight: bold;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 9px;
	spacing: 0px;
	line-height: 18px;
}

/* Pictures  */ 
a img { border: none; } 
/*.grey { border: 1px solid #cccccc }*/ 

h1 {
  font-family: Verdana;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #A3A4A2;

  margin: 0 0 0 0;
  padding: 0 0 0 0;

  padding-bottom: 4px;

}

h2 {

  font-family: Verdana;
  font-size: 9px;
  line-height: 12px;
  font-weight: none;
  color: #000;

  margin: 0 0 0 0;
  padding: 0 0 0 0;
}


h3 {
  font-family: Verdana;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #0e0e0e;

  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

h4 {
  font-family: Verdana;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  color: #0e0e0e;

  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* Navigation */

#wrap	{
	width: auto;
	height: 19px; 
	margin: 0;
	z-index: 99;
	position: relative; 
	}
	
.navbar	{
	height: 19px;
    padding: 0;
	margin: 0;
	position: absolute;
	border-right: 1px solid #D7D5CD; 
	}
	
.navbar li 	{
			height: 20px;
			float: left;
			text-align: center;
			list-style: none;
			font: normal 8pt verdana;  
			padding: 0;
			margin: 0;
            }
			
.navbar a	{							
		padding: 1px 20px;
		border-left: 1px solid #D7D5CD;
		border-right: 1px solid #D7D5CD;
		text-decoration: none;
		color: #000;
		display: block;
		}
		
.navbar li:hover, a:hover {}

.navbar li a:hover {}

.navbar li ul 	{
		display: none;
		height: auto;									
		margin: 0;
		margin-left: -20px;
		top: 20px;
		background-color: none;
		}				

.navbar li:hover ul 	{
                    display: block;
					position: absolute;
                    }
					
.navbar li:hover ul ul {display: none;}

.navbar li:hover ul li:hover ul {display: block; top: 0; margin-left: 5px;}
					
.navbar li ul li {background-color: #D7D5CD; 
			font: normal 8pt verdana;
			width: auto;
			float: none;
			} 

.navbar li ul li a 	{
		border-left: 1px solid #FFF; 
		border-right: 1px solid #FFF; 
		border-top: 1px solid #FFF; 
		border-bottom: 1px solid #FFF;
		text-align: left;
		padding: 3px;
		color: #000;
		}
				
.navbar li ul li a:hover	{background-color: #EFEBEF;}

.navbar li ul li ul li {background-color: #B3B9C5;  
				position: relative; 
				left: 209px;
				top: 28px; 
				}
				
.navbar li ul li ul li a {color: #000;}

.navbar li ul li ul li a:hover {background-color: #D4D7DF}