HTML, BODY {
scrollbar-3dlight-color:#000000; 
scrollbar-arrow-color:#ffffff; 
scrollbar-base-color:000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-face-color:#c0002b; 
scrollbar-highlight-color:#ffffff; 
scrollbar-shadow-color:#cccccc; 
scrollbar-track-color:#e4e4e4; 
/*background:#666666; layer-background-color:#666666; */
margin:0px; 
padding:0px; 
color:#000000; 
font-size:10pt; 
font-family:Arial, Verdana, Helvetica, Sans-Serif; 
height:100%;
}

BODY {
background:#484937; 
margin:0px; 
padding:0px; 
}

TD {color:#000000; font-size:10pt; font-family:Arial, Verdana, Helvetica, Sans-Serif; font-weight:normal;}

A:link {font-size:10pt; color:#484937/*#314577*/; text-decoration:underline;}
A:active {font-size:10pt; color:#484937; text-decoration:underline;}
A:hover {font-size:10pt; color:#c0002b; text-decoration:underline; cursor:hand;}
A:visited {font-size:10pt; color:#484937; text-decoration:underline;}
A:Visited:hover {font-size:10pt; color:#c0002b; text-decoration:underline; cursor:hand;}

.GrayArrow {font-family:Webdings, Wingdings, Wingdings 2, Wingdings 3; color:#999999; font-size:-1; vertical-align:top;}

.Line {background-image:url('../../Graphics/All/line.gif'); background-repeat:repeat-y; width:8px; height:100%; background-position:top center; padding:0px 8px 0px 8px;}
.Line1 {background-image:url('../../Graphics/All/line1.gif'); background-repeat:repeat-x; width:100%; height:8px; background-position:center center; padding:20px 0px 20px 0px;}

.RedBold {color:#c0002b; font-weight:bold;}

.PersonalPic {border:1px solid #c0002b;}
.OfficePic {border:1px solid #000000;}


/* Merging 12.03.2008 */
A.PartnersPic:link {font-size:14px; font-weight:bold; color:#484937; text-decoration:none;}
A.PartnersPic:active {font-size:14px; font-weight:bold; color:#484937; text-decoration:none;}
A.PartnersPic:hover {font-size:14px; font-weight:bold; color:#c0002b; text-decoration:underline;}
A.PartnersPic:visited {font-size:14px; font-weight:bold; color:#484937; text-decoration:none;}
A.PartnersPic:Visited:hover {font-size:14px; font-weight:bold; color:#c0002b; text-decoration:underline;}

.PartnersPicGray {border:4px double #c0c0c0; /*width:150px; height:185px;*/ cursor:pointer; text-align:center;}
.PartnersPicRed {border:4px double #c0002b; /*width:150px; height:185px;*/ cursor:pointer; text-align:center;}

H1 {font-size:14pt; color:#c0002b; font-weight:bold; vertical-align:top; letter-spacing:1px; padding:30px 0px 0px 30px;}
/*.ArrowRight {color:#999999; font-family:Webdings, Wingdings, Wingdings 2, Wingdings 3;}*/


BIG {color:#c0002b; font-size:12pt; font-weight:bold;}
.InfoTable {text-align:center; vertical-align:top; height:100%; background:#ffffff; width:690px; padding:26px 40px 0px 40px;}



/* New 14.04.2008 */
.PartnerTable {padding:0px 40px 20px 40px;}
.PartnerPhoto {width:220px; vertical-align:top; padding:0px 20px 0px 0px;}
.PartnetPic {margin:0px 20px 25px 0px; border:1px solid #000000;}


#TitleDiv {position:absolute; /*left:251;*/ top:134; width:750; height:10; clip:rect(0,750,10,0); text-align:center;}

/* Start New Menu */

	#mainMenu {
		background-color:#ffffff;	/* Background color of main menu */
		font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:10pt;	/* Font size of main menu items */
		border-bottom:1px solid #000000;	/* Bottom border of main menu */
		height:23px;	/* Height of main menu */		
		position:relative;	/* Don't change this position attribute */
		visibility: hidden; 
	}

	#mainMenu a {
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight: bold;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;
	}

	#submenu {		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font  of sub menu items */
		background-color:#c0c0c0;	/* Background color of sub menu items */
		visibility: hidden;
		width:100%;	/* Don't change this option */
		border-bottom:1px solid #000000; 
	}
	
	html>body #clearmenu { /* non IE browsers menu bottom spacing */
	margin-bottom: 2px;
	}
	
	#submenu div {
		white-space:nowrap;	/* Don't change this option */ 
	}

	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem {
		/* Border options */
		border-left:1px solid #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;		
		background-color:#c0c0c0;	/* Background color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
		text-decoration:none; 
		color:#c0002b;
	}

	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem {		
		color:gray;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
		text-decoration:none; 
	}
	
	#submenu a {	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color:#ffffff;	/* Text color */
	}
	
	#submenu a:hover {
		color:#c0002b;	/* Red color when the user moves the mouse over sub menu items */
	}
