/* Formulare */
INPUT {
  BACKGROUND-COLOR: #FDCA00;
  BORDER-BOTTOM: 0px; 
  BORDER-LEFT: 0px; 
  BORDER-RIGHT: 0px; 
  BORDER-TOP: 0px; 
  color: black;
  font-size: 11px
}

TEXTAREA {
	BACKGROUND-COLOR: #FDCA00;
	BORDER-BOTTOM: 0px; 
	BORDER-LEFT: 0px; 
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	color: black;
	font-family: Arial;
	font-size: 11px; 
}

/* Scrollbalken */
body {
  scrollbar-arrow-color: #F2F7FD;
  scrollbar-highlight-color: #F2F7FD;
  scrollbar-3dlight-color: #003399;
  scrollbar-base-color: #F2F7FD;
  scrollbar-darkshadow-color: #003399;
  scrollbar-face-color: #003399;
  scrollbar-shadow-color: #F2F7FD;
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: Arial, times, verdana;
	font-size: 12px;
	color: black;
}
H1 { font-size: 14px; }
H2 { font-size: 11px; }
P {margin: 0px 0px 11px 0px;}
H1, H2 {margin: 0px 0px 16px 0px;}

TD#header P {
	font-size: 10px;
	color: white; 
	text-align: right;
	padding-right: 10px;

}

TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 512px;
}

/* Menu 1 column */
TD#menu_links {	
	vertical-align: top; 
	width: 117px;
background-color: #F2F7FD;
}

TD#hintergrund {
	width: 90px;
	vertical-align: top; 
	background-color: #F2F7FD;
}

TD#line_rechts {	
	vertical-align: top; 
	width: 1px;
background-color: #000000;
}


TD#menu_1 {	
	vertical-align: top; 
	width: 90px;
        text-align: right;
	background-color: #F2F7FD;
}
TD#menu_1 DIV {
	width: 100%;
}
TD#menu_1 DIV A {
	color: navy;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-size: 12px;
  padding-top:12px;
  padding-right:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  font-weight: bold;
  font-size: 12px;
  padding-top: 12px;
  padding-right: 5px;
}
TD#menu_1 DIV.menu1-level1-act A {
  color: navy;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 11px;
  padding-right:5px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 11px;
  font-weight:bold;
  padding-right:5px;
}



/* Style for links: */
a:link, a:visited, a:active {
  text-decoration: underline;
  color: navy;
}

a:hover {
  text-decoration: underline;
}
