
/* CSS Document */

#topNavFrame {
	margin: 10px 10px 10px 10px;
	padding: 5px 30px 5px 30px;
	float: none;
	height: 16px;
	overflow: hidden;
	border-top: 1px solid #C7DDEC;
	border-bottom: 1px solid #C7DDEC;
	
}

#topNavFrame ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


#topNavFrame li {
	list-style: none;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #833245;	
	text-decoration: none;
}

#topNavFrame li a {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0061A8;	
	text-decoration: none;
}

#topNavFrame li a:hover {
	color: #833245;	
	text-decoration: none;
}




#mainWrapper {
	position: relative;
	float: none;
	margin: auto;
	width: 800px;
	min-height: 550px;
	height: auto;
	overflow: hidden;
	background-image: url(../images/elements/wrapperBg.gif);
	font-size: 1.2em;
}

/* nur für IE 5.5 - 6.x */
* html #mainWrapper { 
	height:550px; 
	overflow: visible; 
} 

/* nur vom IE 5.0 */
html + body #mainWrapper { 
	height:550px; 
	overflow: visible; 
}

#corporateHeader {
  display: none;
	width: 800px;
	height: 60px;
	position: relative;
	float: none;
	background-image: url(../images/corp/bannerMain.jpg);
	background-repeat: no-repeat;
}	

.corporateDot {
  display: none;
	height: 1px;
	position: relative;
	float: none;
	background-image: url(../images/elements/dot01.gif);
	overflow: hidden;
}
.blueDot {
	height: 1px;
	position: relative;
	float: none;
	background-image: url(../images/elements/dot01_blue.gif);
	overflow: hidden;
}

.redDot {
	height: 1px;
	position: relative;
	float: none;
	background-image: url(../images/elements/dot01_red.gif);
	overflow: hidden;
}

.orangeDot {
	height: 1px;
	position: relative;
	float: none;
	background-image: url(../images/elements/dot01_orange.gif);
	overflow: hidden;
}

.greenDot {
	height: 1px;
	position: relative;
	float: none;
	background-image: url(../images/elements/dot01_green.gif);
	overflow: hidden;
}

.greyMidDot {
	height: 1px;
	position: relative;
	float: none;
	background-image: url(../images/elements/dot01_greyMid.gif);
	overflow: hidden;
}

.greyDarkDot {
	height: 1px;
	position: relative;
	float: none;
	background-image: url(../images/elements/dot01_greyDark.gif);
	overflow: hidden;
}

/* MENU STYLES */

#menuWrapper {
	display: none;
}

#menuTrenner {
	height: 8px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#menuFrame {
	width: 163px;
	height: auto;
	position: relative;
	float: none;
}

#menuFrame ul {
	width: 163px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#menuFrame ul li {
	list-style: none;
	margin: 0;
	display: block;
}

#menuFrame ul li a {
	position: relative;
	height: auto;
	float: none;
	display: block;	
	padding: 4px 0px 3px 22px;
	margin: 0;
	background-color: #E5E5E5;
	background-image: url(../images/menu/menuDot_grey_a.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #757678;
	text-decoration: none;
	vertical-align: top;
}

/* nur für IE 5.5 - 6.x */
* html #menuFrame ul li a { 
	height: 15px; 
	overflow: visible; 
} 

/* nur vom IE 5.0 */
html + body #menuFrame ul li a { 
	height: 15px; 
	overflow: visible; 
}


#menuFrame ul ul li a {
	background-image: url(../images/menu/menuDot_grey_small_a.gif);
}

#menuFrame ul ul li a:hover {
	background-image: url(../images/menu/menuDot_grey_small_b.gif);	
}

#menuFrame ul li a:hover {
	background-image: url(../images/menu/menuDot_grey_b.gif);
	background-repeat: no-repeat;
	color: #757678;
	text-decoration: none;
}

#menuFrameActive {
	background-image: url(../images/menu/menuDot_grey_b.gif);
}


#menuFrameBlue {
	width: 163px;
	height: auto;
	position: relative;
	float: none;
}

#menuFrameBlue ul {
	width: 163px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#menuFrameBlue ul li {
	list-style: none;
	margin: 0;
	display: block;
}

#menuFrameBlue ul li a {
	position: relative;
	height: auto;
	float: none;
	display: block;	
	padding: 4px 0px 3px 22px;
	margin: 0;
	background-color: #C7DDEC;
	background-image: url(../images/menu/menuDot_blue_a.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0061A8;
	text-decoration: none;
	vertical-align: top;
}

#menuFrameBlue ul ul li a {
	background-image: url(../images/menu/menuDot_blue_small_a.gif);
}

#menuFrameBlue ul ul li a:hover {
	background-image: url(../images/menu/menuDot_blue_small_b.gif);	
}

/* nur für IE 5.5 - 6.x */
* html #menuFrameBlue ul li a { 
	height: 15px; 
	overflow: visible; 
} 

/* nur vom IE 5.0 */
html + body #menuFrameBlue ul li a { 
	height: 15px; 
	overflow: visible; 
}



#menuFrameBlue ul li a:hover {
	background-image: url(../images/menu/menuDot_blue_b.gif);
	background-repeat: no-repeat;
	color: #0061A8;
	text-decoration: none;
}


#menuFrameRed {
	width: 163px;
	height: auto;
	position: relative;
	float: none;
}

#menuFrameRed ul {
	width: 163px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#menuFrameRed ul li {
	list-style: none;
	margin: 0;
	display: block;
}

#menuFrameRed ul li a {
	position: relative;
	height: auto;
	float: none;
	display: block;	
	padding: 4px 0px 3px 22px;
	margin: 0;
	background-color: #EACCD1;
	background-image: url(../images/menu/menuDot_red_a.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #833245;
	text-decoration: none;
	vertical-align: top;
}

/* nur für IE 5.5 - 6.x */
* html #menuFrameRed ul li a { 
	height: 15px; 
	overflow: visible; 
} 

/* nur vom IE 5.0 */
html + body #menuFrameRed ul li a { 
	height: 15px; 
	overflow: visible; 
}

#menuFrameRed ul ul li a {
	background-image: url(../images/menu/menuDot_red_small_a.gif);	
}

#menuFrameRed ul ul li a:hover {
	background-image: url(../images/menu/menuDot_red_small_b.gif);	
}

#menuFrameRed ul li a:hover {
	background-image: url(../images/menu/menuDot_red_b.gif);
	background-repeat: no-repeat;
	color: #833245;
	text-decoration: none;
}


#menuFrameOrange {
	width: 163px;
	height: auto;
	position: relative;
	float: none;
}

#menuFrameOrange ul {
	width: 163px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#menuFrameOrange ul li {
	list-style: none;
	margin: 0;
	display: block;
}

#menuFrameOrange ul li a {
	position: relative;
	height: auto;
	float: none;
	display: block;	
	padding: 4px 0px 3px 22px;
	margin: 0;
	background-color: #F5E2D7;
	background-image: url(../images/menu/menuDot_orange_a.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F28741;
	text-decoration: none;
	vertical-align: top;
}

/* nur für IE 5.5 - 6.x */
* html #menuFrameOrange ul li a { 
	height: 15px; 
	overflow: visible; 
} 

/* nur vom IE 5.0 */
html + body #menuFrameOrange ul li a { 
	height: 15px; 
	overflow: visible; 
}

#menuFrameOrange ul ul li a {
	background-image: url(../images/menu/menuDot_orange_small_a.gif);	
}

#menuFrameOrange ul ul li a:hover {
	background-image: url(../images/menu/menuDot_orange_small_b.gif);	
}

#menuFrameOrange ul li a:hover {
	background-image: url(../images/menu/menuDot_orange_b.gif);
	background-repeat: no-repeat;
	color: #F28741;
	text-decoration: none;
}


#menuFrameGreen {
	width: 163px;
	height: auto;
	position: relative;
	float: none;
}

#menuFrameGreen ul {
	width: 163px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#menuFrameGreen ul li {
	list-style: none;
	margin: 0;
	display: block;
}

#menuFrameGreen ul li a {
	position: relative;
	height: auto;
	float: none;
	display: block;	
	padding: 4px 0px 3px 22px;
	margin: 0;
	background-color: #ebf4dd;
	background-image: url(../images/menu/menuDot_green_a.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7AB51D;
	text-decoration: none;
	vertical-align: top;
}

/* nur für IE 5.5 - 6.x */
* html #menuFrameGreen ul li a { 
	height: 15px; 
	overflow: visible; 
} 

/* nur vom IE 5.0 */
html + body #menuFrameGreen ul li a { 
	height: 15px; 
	overflow: visible; 
}

#menuFrameGreen ul ul li a {
	background-image: url(..//images/menu/menuDot_green_small_a.gif);	
}

#menuFrameGreen ul ul li a:hover {
	background-image: url(..//images/menu/menuDot_green_small_b.gif);	
}

#menuFrameGreen ul li a:hover {
	background-image: url(../images/menu/menuDot_green_b.gif);
	background-repeat: no-repeat;
	color: #7AB51D;
	text-decoration: none;
}



/* ------------- CONTENT FRAME STYLES ------------------- */

#contentWrapper {
	position: relative;
	float: left;
	width: 480px;
	height: auto;
	overflow: hidden;
}

.contentTextFrame {
	padding: 30px;
	float: none;
	overflow: hidden;
	height: auto;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434343;	
}

.backFrame {
	padding: 10px 30px 5px 30px;
	float: none;
	overflow: hidden;
	height: auto;
}





/* ------------- RIGHT FRAME STYLES ------------------- */

#rightFrameWrapper {
  display: none;
	position: relative;
	float: left;
	width: 157px;
	height: auto;
	overflow: hidden;
}

.rightHeadFrame {
	position: relative;
	background-image: url(../images/elements/rightHeadDot_grey.gif);
	background-repeat: no-repeat;
	background-color: #D7D6DD;
	vertical-align: top;
	padding: 4px 0px 3px 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #757678;
	text-decoration: none;
}

.rightInfoFrame {
	position: relative;
	background-color: #EEEEEE;
	vertical-align: top;
	padding: 7px 5px 5px 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #757678;
	text-decoration: none;
}

.rightInfoMore {
	position: relative;
	background-color: #EEEEEE;
	vertical-align: top;
	display: block;
}

.rightInfoMore a {
	position: relative;
	background-color: #EEEEEE;
	vertical-align: top;
	padding: 7px 5px 5px 22px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #757678;
	text-decoration: none;
}

.rightPictFrame {
	width: 70px;
	float: left;
}

.searchform {
	width: 110px;
	height: 16px;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434343;
	padding: 2px;
	margin: 6px;
	background-color: #FFFFFF;
	border: 1px solid #757678;
}

