/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}


TD#footer {}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

body {
	color: #000000;
	background-color: #666666;
	/*margin: 0px;
	padding: 0px;
	font-family: serif;
	font-size: 10px;*/
	/*text-align: center;*/
}

table.siteContent {
	width: 860px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

/* Content column */
TD#content {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	
	vertical-align: top; 
	width: 100%;
	background-color: #ffffff;
}

TD#contentMovieWide {
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	
	vertical-align: top; 
	width: 100%;
	background-color: #ffffff;
}


a:link {
	color: #1C3F94;
	text-decoration: none;
}

a:hover {
	color: #1C3F94;
	text-decoration: underline; 
}

a:visited {
	text-decoration: none; 
}

a.headerNavigation { 
  	color: #ffffff; 
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px; 
}

a.headerNavigation:hover {
  	color: #ffffff;
  	text-decoration: underline;
	padding-top: 8px;
	padding-bottom: 2px; 
	padding-left: 4px;
	padding-right: 4px; 
}

tr.header {
  	background: #1C3F94;
}

tr.headerNavigation {
  	background: #1C3F94;
}

td.headerNavigation {
	padding-left: 10%;
	padding-right: 10%;
	
  	font-family: Verdana, Helvetica, Arial, sans-serif;
  	font-size: 10px;
  	background: #1C3F94;
  	color: #ffffff;
  	font-weight : bold;
  	
  	/*height: 30px;*/
  	/*background-image: url(../images/MercuryButtonMiddle.gif);*/
}

tr.headerBlock {
	height: 25px;
}

td.headerBlock {
	background-color: #1C3F94;
	width: 226px;
}

tr.headerLogo {
	height: 100px;
}
	
td.headerLogo {
	background-color: #1C3F94;
	width: 226px;
	height: 20px;
}

#logo {
	width: 226px;
	height: 99px;
	background: #1C3F94 url(fileadmin/images/faber_logo.png)  no-repeat;
	/*padding-left: 0;
	float: left;*/
}

/* Menu 1 */
TD#menu_1 {	
	vertical-align: top;
	/*horizontal-align: center;*/
	width: 90%;
	background-color: #1C3F94;
	padding-top: 0px;
	padding-left: 10%;
	padding-right: 1%;
	padding-bottom: 6px;
}
TD#menu_1 DIV {
	/*width: 80%;
	horizontal-align: center;*/
}
TD#menu_1 DIV A {
	color: #ffffff;
	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 {
  /*border-bottom: 1px dotted #999999;*/
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  
  background: #1C3F94;
  
  float: left;
  width: auto;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  /*font-weight:bold;*/
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
	
  background-color: #ffffff;
  /*filter:alpha(opacity='70', style='0');*/
  
  float: left;
  width: auto;
}

TD#menu_1 DIV.menu1-level1-act A {
  color: #1C3F94;
}

/* Menu 2 */
TD#menu_2 {	
	vertical-align: top; 
	width: 100%;	
	background-color: #1C3F94;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10%;
	padding-right: 10%;
	
	border-top: 1px solid #999999;
}
TD#menu_2 DIV {
	width: 100%;
}
TD#menu_2 DIV A {
	color: #ffffff;
	text-decoration: none;
}
TD#menu_2 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 2, level 1, normal state (NO) */
TD#menu_2 DIV.menu2-level1-no {
  font-size: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  
  background-color: #1C3F94;
  
  float: left;
  width: auto;
}
/*  MENU 2, level 1, active state (ACT) */
TD#menu_2 DIV.menu2-level1-act {
  font-size: 10px;
  /*font-weight:bold;*/
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  
  background: #ffffff;
  
  float: left;
  width: auto;
}

TD#menu_2 DIV.menu2-level1-act A {
  color: #1C3F94;
}

/*  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;
}


a.linkBarMiddle { 
  	color: #000080; 
	padding-top: 8px;
	padding-bottom: 4px;
}

a.linkBarMiddle:hover {
  	color: #000080;
  	text-decoration: underline;
	padding-top: 8px;
	padding-bottom: 4px; 
}

td.linkBarMiddle {
  	font-family: Verdana, Helvetica, Arial, sans-serif;
  	font-size: 10px;
  	background: #eeeeee;
  	color: #000080;
  	font-weight : bold;
  	height: 30px;
/*   	background-image: url(Graphics/MercuryButtonMiddle.gif); */
	margin: 0em;
	padding: 0em; 
}

td.linkBarLeft {
  	font-family: Verdana, Helvetica, Arial, sans-serif;
  	font-size: 10px;
  	background: #eeeeee /* url(Graphics/MercuryButtonLeftEnd.gif) no-repeat */;
  	color: #000080;
  	font-weight : bold;
  	height: 30px;
	margin: 0em;
	padding: 0em;
	width: 17px; 
}

td.linkBarRight {
  	font-family: Verdana, Helvetica, Arial, sans-serif;
  	font-size: 10px;
  	background: #eeeeee /* url(Graphics/MercuryButtonRightEnd.gif) no-repeat */;
  	color: #000080;
  	font-weight : bold;
  	height: 30px;
	margin: 0em;
	padding: 0em;
	width: 21px; 
}

td.featureTable {
	border: 1px;
	padding: 1;
	font-size: 14px;
}

main-content {
	background-color: #ffffff;
    /*    align: center;*/
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	font-size: 14px;
}

tr.main-content {
	background-color: #ffffff;
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	font-size: 14px;
}

td.main-content {
	background-color: #ffffff;
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	font-size: 14px;
}

a.main-content {
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	font-size: 14px;
}

td.main-subcontent {
	background-color: #ffffff;
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	font-size: 12px;
}

td.mainbox_upleft {
	background-color: #ffffff;
/* 	background-image: url(Graphics/MCBoxUpperLeftCorner.gif); */
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	height: 31px;
	width: 32px;
	font-size: 14px;
}

td.mainbox_top {
	background-color: #ffffff;
/* 	background-image: url(Graphics/MCBoxTop.gif); */
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	height: 31px;	
	font-size: 14px;	
}

td.mainbox_upright {
	background-color: #ffffff;
/* 	background-image: url(Graphics/MCBoxUpperRightCorner.gif); */
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	height: 31px;
	width: 32px;
	font-size: 14px;
}

td.mainbox_right {
	background-color: #ffffff;
/* 	background-image: url(Graphics/MCBoxRightSide.gif); */
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	height: 31px;	
	font-size: 14px;	
}

td.mainbox_lowright {
	background-color: #ffffff;
/* 	background-image: url(Graphics/MCBoxLowerRightCorner.gif); */
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	height: 31px;
	width: 32px;
	font-size: 14px;
}

td.mainbox_bottom {
	background-color: #ffffff;
/* 	background-image: url(Graphics/MCBoxBottom.gif); */
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	height: 31px;	
	font-size: 14px;	
}

td.mainbox_lowleft {
	background-color: #ffffff;
/* 	background-image: url(Graphics/MCBoxLowerLeftCorner.gif); */
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	height: 31px;
	width: 32px;
	font-size: 14px;
}

td.mainbox_left {
	background-color: #ffffff;
/* 	background-image: url(Graphics/MCBoxLeftSide.gif); */
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 0px;
	height: 31px;	
	font-size: 14px;	
}


td.info-content {
	background-color: #ffffff;
	border: 0px #000000 none;
	margin-top: 0px;
	padding: 10px;
	font-size: 14px;
}

a.footer { 
  	color: #ffffff; 
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px; 
}

a.footer:hover {
  	color: #ffffff;
  	text-decoration: underline;
	padding-top: 8px;
	padding-bottom: 4px; 
	padding-left: 4px;
	padding-right: 4px; 
}

p.footer {
	color: #ffffff;
}
	
tr.footer {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: #1C3F94;
  height: 30px;
}

td.footer {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  background: #1C3F94;
  color: #ffffff;
  font-weight : bold;
  height: 30px;
  
  padding-left: 10%;
  padding-right: 10%;
  /*background-image: url(../images/MercuryButtonMiddle.gif);*/
}

TD#footer {}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

h1 {
	color: #ff0000;
	background-color: #ffffff;
	font-family: serif;
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	 
}

h2 {
	font-family: serif;
	font-size: 1.4em;
	font-weight: normal;
	 
}

h3 {
	font-family: serif;
	font-size: 1.3em;
	font-weight: normal;
	 
}

h4 {
	font-family: serif;
	font-size: 1.2em;
	font-weight: normal;
	 
}

h5 {
	font-family: serif;
	font-size: 1.1em;
	font-weight: normal;
	 
}