/* LAYOUT STYLES */


/* ------------------ CORPORATE AREA ------------------ */
#pageWrapper {
	position: relative;
	float: none;
	width: 804px;
	height: auto;
	overflow: hidden;
	margin: auto;
}
/* logo */
#headWrapper {
	position: relative;
	float: none;
	width: 804px;
	height: 130px;
	margin: auto;
	overflow: hidden;
}

#headWrapper #logo {
	position: relative;
	float: left;
	width: 182px;
	height: 120px;
	background-image: url(../gfx/layout_images/head_left_logo1.png);
	display: block;
	
}

#headWrapper #logo a{
	position: relative;
	float: left;
	width: 182px;
	height: 120px;
	display: block;
}

#headWrapper #logo span {
	display: none;
}

/* type */
#headWrapper #type {
	position: relative;
	float: left;
	width: 440px;
	height: 120px;
	background-image: url(../gfx/layout_images/head_mid_type1.png);
	display: block;
	overflow: hidden;
}

#headWrapper #type h1 {
	display: none;
}
#headWrapper #typebnk {
	position: relative;
	float: left;
	width: 440px;
	height: 120px;
	background-image: url(../gfx/layout_images/head_mid_typebnk.png);
	display: block;
	overflow: hidden;
}

#headWrapper #typebdrh h1 {
	display: none;
}
#headWrapper #typebdrh {
	position: relative;
	float: left;
	width: 440px;
	height: 120px;
	background-image: url(../gfx/layout_images/head_mid_typebdrh.png);
	display: block;
	overflow: hidden;
}

#headWrapper #typebnk h1 {
	display: none;
}
/* äin */
#headWrapper #ain {
	position: relative;
	float: left;
	width: 182px;
	height: 120px;
	display: block;
	overflow: hidden;
}

#headWrapper h2 {
	display: none;
}

/* übergang */
#headFade {
	position: relative;
	float: left;
	width: 804px;
	height: 10px;
	background-image: url(../gfx/layout_images/head_fade1.png);
	display: block;
	overflow: hidden;
}


/* ------------------ MAIN AREA ------------------ */

#mainWrapper {
	position: relative;
	float: none;
	height: auto;
	width: 804px;
	margin: auto;
	overflow: hidden;
	background-image: url(../gfx/layout_images/main_bg1.png);
}


/* ------------------ MENU AREA ------------------ */

#menuWrapper {
	position: relative;
	left: 2px;
	float: left;
	height: auto;
	width: 181px;
	overflow: hidden;
}

/* search */
#menuWrapper #search {
	position: relative;
	left: 2px;
	float: none;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #CACFE6;
	padding: 0px 0px 20px 15px;
}

#menuWrapper #search form input {
	position: relative;
	left: 0px;
	float: none;
	height: 13px;
	width: 147px;
	overflow: hidden;
	border: 1px solid #2b3c8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2b3c8b;
	text-decoration: none;
	padding: 0px;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url(../images/layout_images/search_bg.png);
	background-repeat: repeat-x;
}

#menuWrapper #search form {	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menuWrapper #search span a {
	position: relative;
	float: none;	
	padding-left: 12px;
	background-image: url(/images/link_arrow_inactive.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #Ea6f2b;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

#menuWrapper #search span a:hover {
	background-image: url(/images/link_arrow_active.gif);
	color: #ea6f2b;
	text-decoration: underline;
}

/* menu */
#menuWrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menuWrapper ul li {
	position: relative;
	display: block;
	float: none;
	overflow: hidden;
}

#menuWrapper ul li a {
	padding: 5px 5px 5px 15px;
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2b3c8b;
	text-decoration: none;
	border-top: 1px solid #FAFCFD;
	border-bottom: 1px solid #CACFE6;
	overflow: hidden;
}

* html #menuWrapper ul li a {
	width: 100%;
	margin-bottom: -1px;
}

#menuWrapper ul li a:hover {
	padding: 6px 5px 6px 15px;	
	display: block;	
	color: #2b3c8b;
	text-decoration: none;
	border: none;
	background-image: url(../gfx/layout_images/menu_bg_active.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

#menuWrapper ul li a.active {
	padding: 6px 5px 6px 15px;	
	display: block;	
	color: #2b3c8b;
	text-decoration: none;
	border: none;
	background-image: url(../gfx/layout_images/menu_bg_active.png);
	background-repeat: repeat-y;
	overflow: hidden;
	color: #ea6f2b;
}


/* sub - menu */

#menuWrapper ul li ul {
	list-style-type: disc;
}

#menuWrapper ul li ul li {
	list-style-type: disc;
	background-image: url(../gfx/layout_images/menu_bg_active.png);
}

#menuWrapper ul li ul li a {
	padding: 3px 5px 5px 25px;
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2b3c8b;
	text-decoration: none;
	overflow: hidden;
	border: none;
	background-image: url(../gfx/layout_images/sub_menu_dot_inactive.png);
	background-repeat: no-repeat;
	background-position: 15px 7px;
}

* html #menuWrapper ul li ul li a {
	width: 100%;
	margin-bottom: -1px;
}

#menuWrapper ul li ul li a:hover {
	padding: 3px 5px 5px 25px;
	display: block;		
	text-decoration: none;
	border: none;
	background-image: url(../gfx/layout_images/sub_menu_dot_hover.png);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	overflow: hidden;
}

#menuWrapper ul li ul li a.active {
	padding: 3px 5px 5px 25px;	
	display: block;	
	text-decoration: none;
	border: none;
	background-image: url(../gfx/layout_images/sub_menu_dot_active.png);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	overflow: hidden;
	color: #ea6f2b;
}

#menuWrapper #menuFoot {
	position: relative;
	left: 2px;
	float: none;
	height: auto;
	width: 181px;
	overflow: hidden;
	border-top: 1px solid #FAFCFD;
}



/* ------------------ HP MAIN CONTENT ------------------ */

#HPWrapper {
	position: relative;
	float: left;
	width: 605px;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 10px;
	min-height: 600px;
	margin-left: 2px;
}

* html #HPWrapper {
	height: 600px;
	overflow: visible;
}
/*----------HP TitleBar--------------------*/
#HPtitlebarWrapper {
	position: relative;
	float: right;
	width: 595px;
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 5px;
	min-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	background-color: #324490;
	color: #FFFFFF;
}

* html #HPtitlebarWrapper {
	height: 25px;
	overflow: visible;
}
/*----------HP Content--------------------*/

#HPcontentWrapper {
	
	position: relative;
	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: #324490;
	text-decoration: none;
	float: left;
	width: 440px;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 5px 0px 0px 5px;
	min-height: 600px;
}

* html #HPcontentWrapper {
	height: 600px;
	overflow: visible;
	
}


/* HP menu */
#HPnavbarWrapper {
	
	position: relative;
	float: right;
	height: auto;
	width: 150px;
	overflow: hidden;
	min-height: 600px;
	background-color: #6D7AAF;
}

* html #HPnavbarWrapper {
	height: 600px;
	overflow: visible;
}


#HPnavbarWrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

#HPnavbarWrapper ul li {
	position: relative;
	display: block;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

#HPnavbarWrapper ul li a {
	padding: 5px 0px 5px 5px;
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

* html #HPnavbarWrapper ul li a {
	width: 100%;
	margin-bottom: -1px;
}

#HPnavbarWrapper ul li a:hover {
	display: block;	
	color: #ffffff;
	text-decoration: underline;
	
}







/* ------------------ FOOTER AREA ------------------ */

#footerFade {
	position: relative;
	float: none;
	height: 16px;
	width: 850px;
	margin: auto;
	overflow: hidden;
	background-image: url(../gfx/layout_images/footer_fade.png);
}

#footer {
	position: relative;
	float: none;
	width: 780px;
	height: 30px;;
	margin: auto;
	top: 5px;
	margin-bottom: 30px;
	overflow: visible;
}

#footer p {
	font-size: 10px;
	color: #666666;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	position: relative;
	float: left;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

#footer ul li a {
	color: #ea6f2b;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #ea6f2b;
	text-decoration: underline;
}



.image_right {
	position: relative;
	display: block;
	margin: 5px 0px 5px 5px;
	right: 0px;
	float: right;
}
