@charset "UTF-8";
/* CSS Document */

/* GENERAL fonts */
A, P, OL, UL, DIV, TD, H1, H2, H3, H4, H5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
H1 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
H2 {
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	white-space: nowrap;
}
H3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
	font-weight: bold;
}
H4 {
	font-weight: normal;
	white-space: nowrap;
}
H5 {
	font-weight: normal;
	white-space: nowrap;
	font-style: italic;
}
H2, H4, H5 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
P {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 10px;	
}

A {
	color: #0099CC;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
A:focus {
	outline:none;
}

.internal-link {
	color: #0099CC;
	text-decoration:none;
}
.internal-link:hover {
	text-decoration:none;
}

.a_black {
	color: #000000;
	text-decoration:none;
}
.a_black:hover {
	color: #0099CC;
	text-decoration:none;
}

.a_int {
	text-decoration:none;
}
.a_int:hover {
	text-decoration:none;
}

.a_silent {
	color: #000000;
	text-decoration:none;
}
.a_silent:hover {
	color: #000000;
	text-decoration:none;
}


.bodytext {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
.nopadtext {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;	
}

.text_blue {
	color: #0099CC;
}
.text_dim {
	color: #666666;
}


/*  BODY & TABLES  */

body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/* background-color: #; */
}

table {
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-spacing: 0px;
	border-collapse:collapse;
}
table td {
	padding: 0px;
	margin: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-spacing: 0px;
	border-collapse:collapse;
}

table#main_table {
	margin: 10px;
}

/* Spacer 10px, used here and there... */

.div_space {
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
}


/*  MENU STUFF  */

/* padding menu sections: */
.div_menu {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

/* Used by TypoScript Text Menus: */
TD#menu_td DIV A {
	color: #000000;
	text-decoration: none;
}
TD#menu_td DIV A:hover {
	color: #0099CC;
	text-decoration: none;
	font-weight:bold;
}

TD#menu_td DIV.menu1-level1-no {
	color: #000000;
}
TD#menu_td DIV.menu1-level1-no A {
	color: #000000;
}
TD#menu_td DIV.menu1-level1-no A:hover {
	color: #0099CC;
	font-weight:bold;
}
TD#menu_td DIV.menu1-level1-sel {
	color: #0099CC;
}
TD#menu_td DIV.menu1-level1-sel A{
	color: #0099CC;
}
TD#menu_td DIV.menu1-level1-sel A:hover{
	color: #0099CC;
	font-weight:normal;
}
TD#menu_td DIV.menu1-level1-act {
	color: #0099CC;
	font-weight:bold;
}
TD#menu_td DIV.menu1-level1-act A {
	color: #0099CC;
	font-weight:bold;
}

TD#menu_td DIV.menu1-level2-no {
	color: #000000;
	padding-left: 20px;
}
TD#menu_td DIV.menu1-level2-act {
	color: #0099CC;
	padding-left: 20px;
	font-weight:bold;
}
TD#menu_td DIV.menu1-level2-act A {
	color: #0099CC;
	font-weight:bold;
}

.a_submenu {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #000000;
	text-decoration:none;
}
.a_submenu:hover {
	color: #0099CC;
	text-decoration:none;
}

.a_submenu_sel {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-decoration:none;
}
.a_submenu_sel:hover {
	color: #0099CC;
	text-decoration:none;
}

.a_submenu_off {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #999999;
	text-decoration:none;
}
.a_submenu_off:hover {
	color: #999999;
	text-decoration:none;
}



/*  CONTENT CONTAINERS  */

TD#center_td {
	width: 420px;
}
DIV#center_div {
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 300px;
	padding-bottom: 10px;
	background-color: #EEEEEE;
	width: 450px;
	height: 520px;
}

TD#right_td {
	width: 320px;
	height: 554px; /* 540px */
	background-color: #EEEEEE;
}
IFARME#right_iframe {
	width: 320px;
	height: 554px;/* 540px */
	border: 0 none;
	overflow: auto;
	overflow-x: hidden;
	background-color: #EEEEEE;
}
DIV#right_div {
	width: 304px;
	/* height: 530px; */
	background-color: #EEEEEE;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

TD#wide_td {
	width: 750px;
	background-color: #EEEEEE;
	background: #EEEEEE;
}
IFRAME#wide_iframe {
	width: 750px;
	height: 554px; /* 540px */
	border: 0 none;
	overflow: auto;
	overflow-x: hidden;
}
DIV#wide_div {
	width: 514px;
	height: 530px;
	background-color: #EEEEEE;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 220px;
	padding-bottom: 0px;
}

.td_imglist {
	width: 156px;
	height: 156px;
	vertical-align:middle;
	text-align: center;
	padding-left:8px;
	padding-right:8px;
}
.td_imglist_text {
	width: 156px;
	height: 64px;
	vertical-align:top;
	text-align: center;
	padding-left:8px;
	padding-right:8px;
	padding-top: 6px;
	padding-bottom: 24px;
}
/* .a_imglist {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;	
} */


/* .div_imglist {
	width: 180px;
	height: 180px;
} */
/* used in php for for centering the image ... */

/* table#image_table td {
	height: 420px;
	width: 420px;
	vertical-align: middle;
	text-align: center;
} */

TD#image_td {
	height: 420px;
	width: 420px;
	vertical-align: middle;
	text-align: center;
	background-color: #EEEEEE;
	/* overflow:hidden; */
}

.div_imglegend {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #EEEEEE;
	width: 400px;
	height: 90px;
	overflow:hidden;
}

/*  SLIDESHOW STUFF...  */

TD#slidectrl_td {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-color: #EEEEEE;
	width: 400px;
	height: 38px;
	vertical-align:top;
}

TD#slidecapt_td {
	background-color: #EEEEEE;
}
IFRAME#slidecapt_iframe {
	background-color: #EEEEEE;
	width: 420px;
	height: 72px;
	border: 0 none;
	overflow: hidden;
}
DIV#capt_div {
	background-color: #EEEEEE;
	width: 420px;
	height: 100px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.image_uncover {
	background-color: #EEEEEE;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}
.image_cover {
	width: 750px;
	height: 548px;
	position: absolute;
	left: 240px;
	top: 130px;
	background-color: #FFFFFF;
}
.capt_cover {
	background-color: #EEEEEE;
	margin: 0px;
	position: absolute;
	left: 240px;
	top: 598px;
	width: 420px;
	height: 86px; /* 86 */
}


TD#imagenumber {
	width: 56px;
	white-space: nowrap;
	text-align: right;
}