html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #555045;
	/*	background-image: url('images/bgtest1.jpg');  */
    background-color: #757575;
	background-position: 0px 133px;   /* 8-button-menu	background-position: 0px 128px;  */
	color: #555045;
}
.header {
	padding-top: 30px;
	position: absolute;
}

.bg_header {
/*	background-image: url('images/bg_head.gif');  */
    background: #f00;   /* was #F00; */
	height: 133px;    /* 8-button-menu	height: 128px;  */
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header .headline {
	position: relative;
	height: 65px;   /* 8-button-menu	height: 60px;  */
	z-index: 200;
	margin-left: 0px;
	background-color: #363B41;
	width: 962px;
}

.header .logo
{
	float:left;
	padding-left: 30px;
}
.header .co
{
  float:right;
}

.header .menu {
	text-align: left;
	height: 38px;
}

.header .menu .items
{
  background-image: url('images/menu_bg.gif');
  background-repeat: repeat-x;
  height: 38px;
}

.header .menu .bg_menu {
	width: 938px;
	left: 0px;
	position: relative;
	background-image: url('images/menu_background.gif');
	float: left;	
}





/*
.container_menu_shade {
	margin-left: auto;
	margin-right: auto;
	width: 1001px;
}


.container_menu_shade .bg_menu_shade {
	background-image: url('images/pages/all/shade_menu.png');
	height: 58px;
	position: absolute;
	top: 70px;
	width: 1001px;
}

*html .container_menu_shade .bg_menu_shade {
 background-image: none;
}
*/



.container_menu_shade {
	margin-left: auto;
	margin-right: auto;
	width: 1001px;
}


.container_menu_shade .bg_menu_shade {
	background-image: url('images/shade_menu.png');
	width: 1001px;
	height: 133px; /* 58px; */   /* 8-button-menu 128px; */
	position: absolute;
	top: 0px;  /* 70px; */
	repeat
}

*html .container_menu_shade .bg_menu_shade {
 background-image: none;
}


.main {
	background: #F7F7F7 none repeat scroll 0 0;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 962px; /* 961 */
	padding-bottom: 40px;
	//padding-bottom: 110px;
}

*html .main {
	height:100%;
	width: 962px; /* 959 */
}


.footer {
	height: 110px;
	min-height: 110px;
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	text-align: left;
	width: 959px; /* 956 */
}

.left {
	background-image: url('images/shade_left.png');
	background-repeat: repeat-y;
	left: -21px;
	width: 21px;
}

*html .left {
 	background-image: none;
}

.right {
	background-image: url('images/shade_right.png');
	background-repeat: repeat-y;
	right: -21px;
	width: 21px;
}

*html .right {
	background-image: none;
}

.left,.right {
	width: 22px;
	bottom: 0;
	position: absolute;
	top: 0;
}

.content {
	text-align: left;
	margin-top: 100px;
	width: 932px; /* 912 */
	position: relative;
	bottom: 0;
	top: 0;
	padding-top:33px; /* 8-button-menu 28px; */
	margin-bottom: 50px;

//margin-bottom: 0px;
	margin: auto auto 100 auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari 3.0 and Chrome rules here */
	.main .content{
		margin-bottom: 100px;
	}
	.footer .content{
		margin-bottom: 0px;
	}
}

.footer .content {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 959px; /*  959 */
	margin-left:1px;
}

.footer .content a,.footer .content a:link,.footer .content a:visited,.footer .content a:active {
	color: #555045;
	text-decoration: none;
	line-height: 22px;
}

.footer .content a:hover {
	color: #555045;
	text-decoration: underline;
	line-height: 22px;
}

*html .footer .content{
	margin-left:0px;	
}

.page_container {
	margin: auto;
	width: 962px; /* 959 */
}

.bg_footer {
	background-image: url('images/footer_background.jpg');
	height: 90px;
	margin: auto;
	padding-top: 20px;
	padding-left: 29px;
	font-size: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #555045;
}

img,table,td,tr,p,span,div,h1,h2,h3,h4,li,ul {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.imgFramed {
	border: 1px solid #333;
}

hr {
	height: 1px;
	color:#BBB;
	background-color:#BBB;
	}

.CenterColumn ul {
    padding-left: 20px;
	line-height: 2em;
	margin-top: 4px;
	margin-bottom: 4px;
}

a,a:link,a:visited,a:active {
	color: #1975D1;    /* 1975D1 */
	text-decoration: none;
	line-height: 22px;
}

a:hover {
	color: #1975D1;
	text-decoration: underline;
	line-height: 22px;
}

#phover {
	background-color: #f7f7f7;
	padding: 8px;
}

#phover :hover {
	background-color: #e9e9ee;
	padding: 8px;
}

.bottomSpace1
{
  padding-bottom: 35px;
}

.bottomSpace1b
{
  padding-bottom: 30px;
}

.bottomSpace2
{
    padding-bottom: 10px;
}

.bottomSpace3
{
    padding-bottom: 0px !important;
}

.contactTable {
	margin-left: 50px;
	width: 740px; 
    border: none;
	padding: 0px;
}
/******************************************************************************/
/*                      COLUMS                                                */
/******************************************************************************/

.LeftColumn
{
  width: 210px;
  float: left;
}

.CenterColumn_LC
{
  margin-left: 220px;
}

.RightColumn
{
  width: 278px;
  float: right;
  text-align: right;
  overflow: hidden;
}

.RightColumn .element
{
  text-align: left;
  float:right;
}

.RightColumn .specialBox
{
  margin-right: -8px;
}

.CenterColumn_RC
{
  width: 593px; /* 650 */
  float: left;
  padding-right: 0px !important;
  
  margin-right: 29px !important;  
    border:solid 1px;
}

.CenterColumn
{
  margin-top: 0px;
  padding: 0px 0px 22px 29px;
}

.CenterColumn p, .RightColumn p, .LeftColumn p
{
  margin: 0px;  
}

.TopColumn
{
  padding:0px;
  margin:0px;
}


/******************************************************************************/

.picTextLink, .teaserLink
{
  padding-top: 5px;
}

.pictureWithText .txt {}
.pictureWithText .img {}

.pictureWithText .top {}
.pictureWithText .top .txt {}
.pictureWithText .top .img {
  padding-bottom: 20px;
}

.pictureWithText .inline_top_right {}
.pictureWithText .inline_top_right .txt {}
.pictureWithText .inline_top_right .img {
	float:right;
	padding-left: 25px;
	padding-bottom: 20px;
}

.pictureWithText .inline_top_left {}
.pictureWithText .inline_top_left .txt {}
.pictureWithText .inline_top_left .txt ul {
list-style-position:inside;
margin: 0px;
padding: 0px;
}
.pictureWithText .inline_top_left .img {
	float:left;
	padding-right: 25px;
	padding-bottom: 15px;
}

.pictureWithText .column_top_right {}
.pictureWithText .column_top_right txt {}
.pictureWithText .column_top_right .img {
	padding-left: 25px;
	padding-bottom: 20px;
}

.pictureWithText .column_top_left {}
.pictureWithText .column_top_left .txt {}
.pictureWithText .column_top_left .img {
	padding-right: 25px;
	padding-bottom: 20px;
}

.pictureWithText .bottom {}
.pictureWithText .bottom .txt {}
.pictureWithText .bottom .img {
    padding-top: 20px;

}

.pictureWithText .inline_bottom_right {}
.pictureWithText .inline_bottom_right .txt {}
.pictureWithText .inline_bottom_right .img {}

.pictureWithText .inline_bottom_left {}
.pictureWithText .inline_bottom_left .txt {}
.pictureWithText .inline_bottom_left .img {}

.pictureWithText .column_bottom_right {}
.pictureWithText .column_bottom_right .txt {}
.pictureWithText .column_bottom_right .img {
  padding-left: 20px;
}

.pictureWithText .column_bottom_left {}
.pictureWithText .column_bottom_left .txt {}
.pictureWithText .column_bottom_left .img {
  padding-right: 20px;
}



/******************************************************************************/

.eMultiColumnFixed2ColType1
{
  width: 919px;
}

.eMultiColumnFixed2ColType1 .first
{
  width: 450px;
  padding-right: 19px;
  float: left;
}

.eMultiColumnFixed2ColType1 .last
{
  width: 450px;
  float: left;  
}

/*--*/


.eMultiColumnFixed2ColType2
{
  width: 646px;
}

.eMultiColumnFixed2ColType2 .first
{
  width: 307px;
  padding-right: 32px;
  float: left;
}

.eMultiColumnFixed2ColType2 .last
{
  width: 307px;
  float: left;  
}

/*--*/


.eMultiColumnFixed2ColType3
{
  width: 904px;
}

.eMultiColumnFixed2ColType3 .first
{
  width: 593px;
  padding-right: 29px;
  float: left;
}

.eMultiColumnFixed2ColType3 .last
{
  width: 282px;
  float: left;  
}

/*--*/

.eMultiColumnFixed3ColType1
{
  width: 904px; /*919*/
}

.eMultiColumnFixed3ColType1 .first
{
  width: 282px;
  padding-right: 29px;
  float: left;
}

.eMultiColumnFixed3ColType1 .middle
{
  width: 282px;
  padding-right: 29px;
  float: left;
}

.eMultiColumnFixed3ColType1 .last
{
  width: 282px;
  float: left;  
}

/******************************************************************************/

.HeadlineBlack1 h2
{
  margin: 0px;
  padding: 0px;
  font-size: 15px; 
  font-weight: bold;  
  padding: 0px 0px 12px 0px;
}

.HeadlineBlack2 h2
{
  margin: 0px;
  padding: 0px 0px 12px 0px;
  font-size: 22px; 
  font-weight: bold;
}

.HeadlineBlackBlack1 h2
{
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 20px; 
  font-weight: bold;
}

.HeadlineBlackBlack1 h3
{
  margin: 0px;
  padding: 0px 0px 12px 0px;
  font-size: 15px;
  font-weight: bold;  
}

.tabHead
{
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: bold;  
}
/******************************************************************************/
/**
 * ColorBox
 */
/******************************************************************************/


.breadcrumb
{
  padding: 4px 22px 8px 29px;
  font-size: 10px;
}

.breadcrumb a,.breadcrumb a:link,.breadcrumb a:visited,.breadcrumb a:active {
	color: #555045;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #555045;
	text-decoration: underline;
}



/*** SUBMENU ******************************************************************/


#nav {
	z-index:90;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1px;
}

#nav a {
	display: block;
	width: 100%;
	line-height: 38px;
	height: 38px;
}


#nav ul li a {
	padding-left: 10px;
	width: 165px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#nav ul li ul li a {
	font-weight: normal;
	height: 19px;
	line-height: 19px;
}

#nav ul li { /* second-level list-items */
	background: #474D51;
	width: 175px;  /* 8-button-menu 175px; */
}

#nav ul li:hover {
	background: #2B2B2B;
}


#nav ul li ul li { /* thrid-level list-items */
	background: #474D51;
}

#nav ul li ul li:hover {
	background: #2B2B2B;
}



#nav li { /* all list items */
	float: left;
}

#nav ul li {
	width: 175px;  /* 8-button-menu 175px; */ /* width needed or else Opera goes nuts */   
	height: 23px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	visibility: hidden;
	width: 175px;  /* 8-button-menu 175px; */
	height: 150px;  /*  192px for banner height 204        150px for banner height 162 */
	
	padding-top: 6px;
	padding-bottom: 6px;
	
	background: #474D51;
	/*border-bottom: 1px solid #8E8E8E;*/
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
}

#nav li ul ul { /* third-and-above-level lists */
	width: 163px;
	margin: -27px 0 0 153px;
	visibility: hidden;
}


#nav li:hover ul ul,
#nav li.sfhover ul ul {
	visibility: hidden;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul { /* lists nested under hovered list items */
	visibility: visible;
}

#content {
	clear: left;
	color: #ccc;
}

#nav li ul li ul li {
	width: 163px;
	height: 19px;
}







/*
#nav {
									z-index:90;
								}
								
								#nav, #nav ul { /* all lists * /
									padding: 0;
									margin: 0;
									list-style: none;
									line-height: 1px;
								}
								
								#nav a {
									display: block;
									width: 100%;
									line-height: 38px;
									height: 38px;
								}
								
								
								#nav ul li a {
									padding-left: 10px;
									width: 100%;
									height: 30px;
									line-height: 30px;
									color: #4A4F53;
									text-decoration: none;
									font-weight: bold;
								}
								
								#nav ul li ul li a {
									font-weight: normal;
									height: 19px;
									line-height: 19px;
								}
								
								
								#nav ul li { /* second-level list-items * /
									background: url('images/pages/all/menu/lvl2_bg.png') repeat-y;
									width: 158px;
								}
								
								#nav ul li:hover {
									background: url('images/pages/all/menu/lvl2_bg_over.png') repeat-y;
								}
								
								
								#nav ul li ul li:hover {
									background: url('images/pages/all/menu/lvl3_bg_over.png') repeat-y;
								}
								
								#nav ul li ul li { /* thrid-level list-items * /
									background: url('images/pages/all/menu/lvl3_bg.png') repeat-y;
								}
								
								
								#nav li { /* all list items * /
									float: left;
								}
								
								#nav ul li {
									width: 158px; /* width needed or else Opera goes nuts * / 
									height: 30px;
								}
								
								#nav li ul { /* second-level lists * /
									position: absolute;
									width: 158px;
									visibility: hidden;
									margin-left: -2px;
								}
								
								#nav li ul ul { /* third-and-above-level lists * /
									width: 163px;
									margin: -27px 0 0 153px;
									visibility: hidden;
								}
								
								
								#nav li:hover ul ul,
								#nav li.sfhover ul ul {
									visibility: hidden;
								}
								
								#nav li:hover ul,
								#nav li li:hover ul,
								#nav li.sfhover ul,
								#nav li li.sfhover ul { /* lists nested under hovered list items * /
									visibility: visible;
								}
								
								#content {
									clear: left;
									color: #ccc;
								}
								
								#nav li ul li ul li {
									width: 163px;
									height: 19px;
								}
								
								#nav .lvl2_first {
									background: url('images/pages/all/menu/lvl2_top.png') top left no-repeat;
								}
								#nav .lvl2_first:hover {
									background: url('images/pages/all/menu/lvl2_top_over.png') top left no-repeat;
								}
								
								#nav .lvl2_last {
									height: 35px;
									background: url('images/pages/all/menu/lvl2_bottom.png') bottom left no-repeat;
								}
								#nav .lvl2_last:hover {
									background: none;
									background: url('images/pages/all/menu/lvl2_bottom_over.png') bottom left no-repeat;
								}
								
								
								
								#nav .lvl3_first {
									background: url('images/pages/all/menu/lvl3_top.png') top left no-repeat;
								}
								#nav .lvl3_first:hover {
									background: url('images/pages/all/menu/lvl3_top_over.png') top left no-repeat;
								}
								#nav .lvl3_last {
									height: 25px;
									background: url('images/pages/all/menu/lvl3_bottom.png') bottom left no-repeat;
								}
								#nav .lvl3_last:hover {
									background: url('images/pages/all/menu/lvl3_bottom_over.png') bottom left no-repeat;
								}
								
								
*/

/******************************************************************************/



.specialMenu2 {
    width: 282px;
    background-color: #e0e0e0;
    list-style-type: none;
    padding: 29px 0 28px 0;
    color: #fff;
    font-size: 11px;
}

.specialMenu2 a,
.specialMenu2 a:link,
.specialMenu2 a:visited,
.specialMenu2 a:hover,
.specialMenu2 a:active {
    color: #fff;
    text-decoration: none;
}

.specialMenu2 li {
    background-color: #747577;
    border-bottom: 1px solid #DFE1E0;
}

.specialMenu2 .selected {
    background: #2b2b2b url('images/specialMenu2_arrow.jpg') 8px 57% no-repeat;
}

.specialMenu2 li a {
    width: 252px;
    height: 23px;
    display:block;
    text-align: left;
    padding-left: 30px;
}

.specialMenu2 .selected a {
    font-weight: bold;
    background: #2b2b2b url('images/specialMenu2_arrow.jpg') 8px 57% no-repeat;
}

.specialMenu2 .selected a:hover {
    background-color: #2b2b2b;
    background: #2b2b2b url('images/specialMenu2_arrow.jpg') 8px 57% no-repeat;
}

.specialMenu2 li a:hover {
    background-color: #5c5d5f;
}





/*
SIMPLE TEASER BOX
*/


.teaserElement {
    margin-bottom: 7px;
}

.teaserElement .head {
    height: 20px;
    overflow: hidden;
    border: 1px solid #dfe0e0;
    background: url('../newsite/includes/images/teaserBox_bg_head.jpg') repeat-x;
    cursor: pointer;
}

.teaserElement .active .head {
    background: url('../newsite/includes/images/teaserBox_bg_head_active.jpg') repeat-x;
    cursor: auto;
}


.teaserElement .head h3 {
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    margin-top: 1px;
}


.teaserElement .head .bgImg {
    float: right;
    background: url('images/teaserBox_arrow_down.jpg') no-repeat 0px 8px;
    width: 21px;
    height: 20px;
}

.teaserElement .active .head .bgImg {
    background: url('images/teaserBox_arrow_up.jpg') no-repeat 0px 6px;
}

.teaserElement .cont {
    background-color: #dfe0e0;
    /*display: none;*/
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    padding: 10px 10px 5px 10px;
    font-size: 11px;
    clear: both;
    /*color: #000;*/
}


.teaserElement .active .cont {
    /*display: block;*/
}


.teaserElement .active .cont {
    
}         

/******************************************************************************/

#specialMenu1 {
    width: 282px;
    background-color: #e0e0e0;
    list-style-type: none;
    padding: 29px 0 28px 0;
    color: #fff;
    font-size: 11px;
}

#specialMenu1 a,
#specialMenu1 a:link,
#specialMenu1 a:visited,
#specialMenu1 a:hover,
#specialMenu1 a:active {
    color: #fff;
    text-decoration: none;
}

#specialMenu1 ul {
    border: none;
    padding: 0;
    margin: 0;
}



#specialMenu1 li {
    border: none;
    padding: 0;
    margin: 0;

    background-color: #747577;
    border-bottom: 1px solid #DFE1E0;
}

#specialMenu1 .selected {
    background: #2b2b2b url('images/specialMenu2_arrow.jpg') 8px 57% no-repeat;
}

#specialMenu1 li a {
    width: 252px;
    height: 23px;
    display:block;
    text-align: left;
    padding-left: 30px;
}

#specialMenu1 .selected a {
    font-weight: bold;
    background: #2b2b2b url('images/specialMenu2_arrow.jpg') 8px 57% no-repeat;
}

#specialMenu1 .selected a:hover {
    background-color: #2b2b2b;
    background: #2b2b2b url('images/specialMenu2_arrow.jpg') 8px 57% no-repeat;
}

#specialMenu1 li a:hover {
    background-color: #5c5d5f;
}



/******************************************************************************/

.separatorBig {
    clear:both;
    background: #d6d6d6;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
}

