/* GENERAL fonts */
BODY {	margin: 0 0 0 0; background-color: white; }

a:link { 	text-decoration: none;
			font-style: italic; }
a:visited { text-decoration: none;
			font-style: italic; }
a:hover { color: gray; }

P, OL, UL, H1, H2, H3 {
	font-family: verdana, arial;
	font-size: 11px;
	color: blue;
}
DIV {
	font-family:verdana, arial;
	font-size: 13px;
}
td { color:blue; }
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

/*TD#footer {border-top: solid 1px #999999;} */
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/*TD#bar	  {border-top: solid 1px #999999;}  */
TD#bar	P {
	font-size: 10px;
	text-align: right;
}

/* Content column */
TD#content {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
	width: 500px;
	background: white;
	color: blue;
}

/* Title column */
TD#title {
    font-family: verdana, arial;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-left: 30px;
	padding-top: 15px;
	font-style: italic;
	color: blue;
	font-weight:normal;
	font-size: 30px;
	}
	
p#imp 	{
	font-family: verdana, arial;
	font-style: italic;
	color: blue;
	font-weight:normal;
	font-size: 30px;
	}

/* Menu 1 column */
TD#menu_1 {	
	border-top: 1px solid #999999;
	border-left: 1px solid #999999; 
	border-bottom: 1px solid #999999;
	width: 205px;	
	background-image: url(../images/menubackground.jpg); 
	background-repeat : no-repeat;
	padding-top: 20px;
	padding-left: 10px;
	color:white;
}
TD#menu_1 DIV {
	width: 95%;
	color:white;	
}
TD#menu_1 DIV A {
	color: white;
	padding-left: 12px;
}
TD#menu_1 DIV A:hover {
		
	color: white;
	padding-left:12px;
	background-image: url(../images/quader_norm.gif);
  	background-repeat: no-repeat;
  	background-position: 0px 0px;
	font-weight: bolder;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-size: 17px; 
  padding-left:5px;
  font-weight: bold;
  font-style: italic;
     
} 
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {

  font-weight:bold;
  font-size: 13px;
  padding-top:5px;
  padding-left:20px;
  padding-right:20px;
  background-repeat: no-repeat;
  background-position: 0px 5px;

}

TD#menu_1 DIV.menu1-level1-act A:hover {
	text-decoration: none;
	background-image: none;
	font-weight: bolder;
}

TD#menu_1 DIV.menu1-level1-act A {
  	color: white;  

}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
  padding-top: 2px;
  font-style: normal;
}

/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight: bold;
  padding-left:20px;
}

/*  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;
  text-decoration: none;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
}
TR#menu_2 TD A:hover {
  text-decoration: none;
  background-image: url(../images/quader_norm.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: white;
  font-weight: bolder;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TABLE#galerie TD  {
	color: Black;
	font-size: 14px;
	height: 85px;
	text-align: center;
}
TABLE#galerie TD a:link {
	color: Black;
}
TABLE#galerie TD a:visited {
	color: Black;
}
