body{
width: 800px;
height: 1000px;
background-image: url(bilder/background_new.jpg);
background-repeat: no-repeat;
font-family: arial, hevetica, sans-serif;
font-size: 13px;
text-align: left;
color: #333;
background-color: #ffffff;
}


/* GENERAL fonts */
P, OL, UL, DIV,{
	font-family: arial, hevetica, sans-serif;
	font-size: 13px;
}


H1 { 
font-family: georgia, times,arial "arial", serif;
font-size: 13px; 
font-weight:bold;
width: 100%;
background-color:#9a905f;
color:black;
height:18px;
padding-top:2px;
padding-left:5px;
}
H2 {
font-family: georgia, times,arial "arial", serif;
background-color:white;	 
font-size: 14px; 
font-weight:bold;
width:100%;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
}

H3{
font-family: georgia, times,arial "arial", serif;
font-size: 12px;
background-color:white;		
}

H4 { 
font-family: georgia, times,arial "arial", serif;
font-size: 0px; 
font-weight:bold;
width: 100%;
background-color:#9a905f;
color:#988F5E;
height:18px;
padding-top:2px;
padding-left:5px;
}

H5 { 
font-size: 18px; 
font-weight:bold;
width:100%;
padding-left: 10px;
padding-right: 0px;
padding-top:0px;
color: #606330;
}

H6 { 
	font-family: arial, hevetica, sans-serif;
	font-size: 13px;
	background-color:#9a905f;
}

H1, H2, H3, H4, H5{margin: 0px 0px 5px 0px;}
p{
width:100%;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
}


a.top_item {
font-size: 12px; 
height:15px;
color:white;
text-decoration:none;
padding-right:5px;
}


TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	
	vertical-align: top; 
	width: 100%;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top;
	font-size:13px;
	text-align: left;
	padding-left: 4em;
	padding-top: 4em;
	padding-right:1em;
	width: 100%;	
	background-image: url(bilder/menu_a.jpg);
	background-repeat: no-repeat;
	font-weight:bold;
}
TD#menu_1 DIV {
	width: 100%;
	padding-right: 5px;
	height:16px;
}
TD#menu_1 DIV A {
	color:#988F5E;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	color:#969488;
	width: 100%;

}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	
}
TD#menu_1 DIV.menu1-level1-act A {
  color:#969488;
 
}


/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
	text-align: left;
	padding-left:2em;
}

TD#menu_1 DIV.menu1-level2-no A {
	color:#969488;
	
}

TD#menu_1 DIV.menu1-level2-no A:hover {
	color:#645F4A;
}

/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
	text-align: left;
	padding-left:2em;
}

TD#menu_1 DIV.menu1-level2-act A{
	color:#645F4A;
	
}

TD#menu_1 DIV.menu1-level2-act A:hover{
	color:#645F4A;
	
}



/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}



